Searched refs:tsc_at_measure_start (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/tools/power/cpupower/utils/idle_monitor/ |
| D | nhm_idle.c | 64 static unsigned long long tsc_at_measure_start; variable 111 (tsc_at_measure_end - tsc_at_measure_start); in nhm_get_count_percent() 119 (unsigned long long) tsc_at_measure_end - tsc_at_measure_start, in nhm_get_count_percent() 131 nhm_get_count(TSC, &tsc_at_measure_start, base_cpu); in nhm_start() 140 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_start); in nhm_start()
|
| D | hsw_ext_idle.c | 56 static unsigned long long tsc_at_measure_start; 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() 125 hsw_ext_get_count(TSC, &tsc_at_measure_start, base_cpu); in hsw_ext_start()
|
| D | snb_idle.c | 53 static unsigned long long tsc_at_measure_start; variable 96 (tsc_at_measure_end - tsc_at_measure_start); in snb_get_count_percent() 104 (unsigned long long) tsc_at_measure_end - tsc_at_measure_start, in snb_get_count_percent() 122 snb_get_count(TSC, &tsc_at_measure_start, base_cpu); in snb_start()
|
| D | mperf_monitor.c | 69 static unsigned long long tsc_at_measure_start; variable 133 tsc_diff = tsc_at_measure_end - tsc_at_measure_start; in mperf_get_count_percent() 170 tsc_diff = tsc_at_measure_end - tsc_at_measure_start; in mperf_get_count_freq() 192 mperf_get_tsc(&tsc_at_measure_start); in mperf_start() 198 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_start); in mperf_start()
|