Home
last modified time | relevance | path

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

/linux-5.19.10/tools/power/x86/turbostat/
Dturbostat.c380 unsigned long long sys_lpi; member
1069 outp += sprintf(outp, "sys_lpi: %016llX\n", p->sys_lpi); in dump_counters()
1341 …sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->sys_lpi / 1000000.0 / interval_float); in format_counters()
1465 old->sys_lpi = new->sys_lpi - old->sys_lpi; in delta_package()
1681 p->sys_lpi = 0; in clear_counters()
1783 average.packages.sys_lpi = p->sys_lpi; in sum_counters()
2254 p->sys_lpi = cpuidle_cur_sys_lpi_us; in get_counters()