Home
last modified time | relevance | path

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

/Linux-v5.15/tools/power/x86/turbostat/
Dturbostat.c4073 char governor_buf[64]; in dump_sysfs_pstate_config() local
4093 if (!fgets(governor_buf, sizeof(governor_buf), input)) in dump_sysfs_pstate_config()
4098 fprintf(outf, "cpu%d: cpufreq governor: %s", base_cpu, governor_buf); in dump_sysfs_pstate_config()