Searched refs:nhm_get_count (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/tools/power/cpupower/utils/idle_monitor/ |
A D | nhm_idle.c | 71 static int nhm_get_count(enum intel_nhm_id id, unsigned long long *val, in nhm_get_count() function 131 nhm_get_count(TSC, &tsc_at_measure_start, base_cpu); in nhm_start() 135 is_valid[cpu] = !nhm_get_count(num, &val, cpu); in nhm_start() 139 nhm_get_count(TSC, &dbg, base_cpu); in nhm_start() 150 nhm_get_count(TSC, &tsc_at_measure_end, base_cpu); in nhm_stop() 154 is_valid[cpu] = !nhm_get_count(num, &val, cpu); in nhm_stop() 158 nhm_get_count(TSC, &dbg, base_cpu); in nhm_stop()
|
Completed in 3 milliseconds