Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c3436 char governor_buf[64]; in dump_sysfs_pstate_config() local
3457 fgets(governor_buf, sizeof(governor_buf), input); in dump_sysfs_pstate_config()
3461 fprintf(outf, "cpu%d: cpufreq governor: %s", base_cpu, governor_buf); in dump_sysfs_pstate_config()