epb_string       3597 tools/power/x86/turbostat/turbostat.c 	char *epb_string;
epb_string       3619 tools/power/x86/turbostat/turbostat.c 		epb_string = "performance";
epb_string       3622 tools/power/x86/turbostat/turbostat.c 		epb_string = "balanced";
epb_string       3625 tools/power/x86/turbostat/turbostat.c 		epb_string = "powersave";
epb_string       3628 tools/power/x86/turbostat/turbostat.c 		epb_string = "custom";
epb_string       3631 tools/power/x86/turbostat/turbostat.c 	fprintf(outf, "cpu%d: MSR_IA32_ENERGY_PERF_BIAS: 0x%08llx (%s)\n", cpu, msr, epb_string);