Searched refs:cpu_effective_str (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 5846 static char cpu_effective_str[1024]; variable 5855 if (cpu_effective_str[0] == '\0' && !startup) in update_effective_str() 5868 ret = strncmp(cpu_effective_str, buf, 1024); in update_effective_str() 5872 strncpy(cpu_effective_str, buf, 1024); in update_effective_str() 5880 if (parse_cpu_str(cpu_effective_str, cpu_effective_set, cpu_effective_setsize)) in update_effective_set() 5881 err(1, "%s: cpu str malformat %s\n", PATH_EFFECTIVE_CPUS, cpu_effective_str); in update_effective_set() 8551 warnx("%s: cpu str malformat %s\n", possible_file, cpu_effective_str); in initialize_cpu_possible_set()
|