Home
last modified time | relevance | path

Searched refs:pconfig_str (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c4041 for (char *pconfig_str = &config_str[0]; pconfig_str;) { in read_perf_config() local
4042 if (sscanf(pconfig_str, "event=%x", &config) == 1) { in read_perf_config()
4047 if (sscanf(pconfig_str, "umask=%x", &umask) == 1) { in read_perf_config()
4053 pconfig_str = strchr(pconfig_str, ','); in read_perf_config()
4054 if (pconfig_str) { in read_perf_config()
4055 *pconfig_str = '\0'; in read_perf_config()
4056 ++pconfig_str; in read_perf_config()