Searched refs:nhm_get_count (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/ |
D | nhm_idle.c | 72 static int nhm_get_count(enum intel_nhm_id id, unsigned long long *val, in nhm_get_count() function 132 nhm_get_count(TSC, &tsc_at_measure_start, 0); in nhm_start() 136 is_valid[cpu] = !nhm_get_count(num, &val, cpu); in nhm_start() 140 nhm_get_count(TSC, &dbg, 0); in nhm_start() 151 nhm_get_count(TSC, &tsc_at_measure_end, 0); in nhm_stop() 155 is_valid[cpu] = !nhm_get_count(num, &val, cpu); in nhm_stop() 159 nhm_get_count(TSC, &dbg, 0); in nhm_stop()
|