Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/cpupower/utils/idle_monitor/
Drapl_monitor.c27 unsigned long long rapl_zone_previous_count[MAX_RAPL_ZONES]; variable
38 *count = rapl_zone_current_count[id] - rapl_zone_previous_count[id]; in rapl_get_count_uj()
78 rapl_zone_previous_count[i] = uj_val; in rapl_start()
97 rapl_max_count = uj_val - rapl_zone_previous_count[i]; in rapl_stop()