Searched refs:tsc_at_measure_end (Results 1 – 4 of 4) sorted by relevance
/tools/power/cpupower/utils/idle_monitor/ |
D | nhm_idle.c | 66 static unsigned long long tsc_at_measure_end; variable 112 (tsc_at_measure_end - tsc_at_measure_start); in nhm_get_count_percent() 120 (unsigned long long) tsc_at_measure_end - tsc_at_measure_start, in nhm_get_count_percent() 151 nhm_get_count(TSC, &tsc_at_measure_end, base_cpu); in nhm_stop() 160 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_end); in nhm_stop()
|
D | snb_idle.c | 55 static unsigned long long tsc_at_measure_end; variable 97 (tsc_at_measure_end - tsc_at_measure_start); in snb_get_count_percent() 105 (unsigned long long) tsc_at_measure_end - tsc_at_measure_start, in snb_get_count_percent() 132 snb_get_count(TSC, &tsc_at_measure_end, base_cpu); in snb_stop()
|
D | hsw_ext_idle.c | 57 static unsigned long long tsc_at_measure_end; variable 99 (tsc_at_measure_end - tsc_at_measure_start); in hsw_ext_get_count_percent() 107 (unsigned long long) tsc_at_measure_end - tsc_at_measure_start, in hsw_ext_get_count_percent() 134 hsw_ext_get_count(TSC, &tsc_at_measure_end, base_cpu); in hsw_ext_stop()
|
D | mperf_monitor.c | 71 static unsigned long long tsc_at_measure_end; variable 134 tsc_diff = tsc_at_measure_end - tsc_at_measure_start; in mperf_get_count_percent() 171 tsc_diff = tsc_at_measure_end - tsc_at_measure_start; in mperf_get_count_freq() 211 mperf_get_tsc(&tsc_at_measure_end); in mperf_stop() 215 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_end); in mperf_stop()
|