Searched refs:hsw_ext_get_count (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/power/cpupower/utils/idle_monitor/ |
| D | hsw_ext_idle.c | 63 static int hsw_ext_get_count(enum intel_hsw_ext_id id, unsigned long long *val, in hsw_ext_get_count() function 121 hsw_ext_get_count(num, &val, cpu); in hsw_ext_start() 125 hsw_ext_get_count(TSC, &tsc_at_measure_start, base_cpu); in hsw_ext_start() 134 hsw_ext_get_count(TSC, &tsc_at_measure_end, base_cpu); in hsw_ext_stop() 138 is_valid[cpu] = !hsw_ext_get_count(num, &val, cpu); in hsw_ext_stop()
|