governor_buf     3541 tools/power/x86/turbostat/turbostat.c 	char governor_buf[64];
governor_buf     3563 tools/power/x86/turbostat/turbostat.c 	if (!fgets(governor_buf, sizeof(governor_buf), input))
governor_buf     3568 tools/power/x86/turbostat/turbostat.c 	fprintf(outf, "cpu%d: cpufreq governor: %s", base_cpu, governor_buf);