Searched refs:cpu_effective_str (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 6314 static char cpu_effective_str[1024]; variable 6323 if (cpu_effective_str[0] == '\0' && !startup) in update_effective_str() 6336 ret = strncmp(cpu_effective_str, buf, 1024); in update_effective_str() 6340 strncpy(cpu_effective_str, buf, 1024); in update_effective_str() 6348 if (parse_cpu_str(cpu_effective_str, cpu_effective_set, cpu_effective_setsize)) in update_effective_set() 6349 err(1, "%s: cpu str malformat %s", PATH_EFFECTIVE_CPUS, cpu_effective_str); in update_effective_set() 8551 warnx("%s: cpu str malformat %s\n", sysfs_path, cpu_effective_str); in initialize_cpu_set_from_sysfs()
|