Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c4305 char *epb_string; in print_epb() local
4331 epb_string = "performance"; in print_epb()
4334 epb_string = "balanced"; in print_epb()
4337 epb_string = "powersave"; in print_epb()
4340 epb_string = "custom"; in print_epb()
4343 fprintf(outf, "cpu%d: EPB: %d (%s)\n", cpu, epb, epb_string); in print_epb()