Searched refs:tsc_at_measure_end (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/ |
H A D | nhm_idle.c | 66 static unsigned long long tsc_at_measure_end; variable 112 (tsc_at_measure_end - tsc_at_measure_start); nhm_get_count_percent() 120 (unsigned long long) tsc_at_measure_end - tsc_at_measure_start, nhm_get_count_percent() 151 nhm_get_count(TSC, &tsc_at_measure_end, 0); nhm_stop() 160 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_end); nhm_stop()
|
H A D | hsw_ext_idle.c | 58 static unsigned long long tsc_at_measure_end; variable 100 (tsc_at_measure_end - tsc_at_measure_start); hsw_ext_get_count_percent() 108 (unsigned long long) tsc_at_measure_end - tsc_at_measure_start, hsw_ext_get_count_percent() 135 hsw_ext_get_count(TSC, &tsc_at_measure_end, 0); hsw_ext_stop()
|
H A D | snb_idle.c | 55 static unsigned long long tsc_at_measure_end; variable 97 (tsc_at_measure_end - tsc_at_measure_start); snb_get_count_percent() 105 (unsigned long long) tsc_at_measure_end - tsc_at_measure_start, snb_get_count_percent() 132 snb_get_count(TSC, &tsc_at_measure_end, 0); snb_stop()
|
H A D | mperf_monitor.c | 71 static unsigned long long tsc_at_measure_end; variable 133 tsc_diff = tsc_at_measure_end - tsc_at_measure_start; mperf_get_count_percent() 170 tsc_diff = tsc_at_measure_end - tsc_at_measure_start; mperf_get_count_freq() 210 mperf_get_tsc(&tsc_at_measure_end); mperf_stop() 214 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_end); mperf_stop()
|
Completed in 65 milliseconds