Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c4143 char cpuidle_buf[64]; in dump_sysfs_file() local
4151 if (!fgets(cpuidle_buf, sizeof(cpuidle_buf), input)) in dump_sysfs_file()
4155 fprintf(outf, "%s: %s", strrchr(path, '/') + 1, cpuidle_buf); in dump_sysfs_file()