Searched refs:cpuidle_buf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 3801 char cpuidle_buf[64]; in dump_sysfs_file() local 3809 if (!fgets(cpuidle_buf, sizeof(cpuidle_buf), input)) in dump_sysfs_file() 3813 fprintf(outf, "%s: %s", strrchr(path, '/') + 1, cpuidle_buf); in dump_sysfs_file()
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 4140 char cpuidle_buf[64]; in dump_sysfs_file() local 4148 if (!fgets(cpuidle_buf, sizeof(cpuidle_buf), input)) in dump_sysfs_file() 4152 fprintf(outf, "%s: %s", strrchr(path, '/') + 1, cpuidle_buf); in dump_sysfs_file()
|
Completed in 15 milliseconds