Home
last modified time | relevance | path

Searched refs:test_tsc (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/tools/perf/tests/
Dperf-time-to-tsc.c57 u64 test_tsc, comm1_tsc, comm2_tsc; in test__perf_time_to_tsc() local
100 test_tsc = rdtsc(); in test__perf_time_to_tsc()
134 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()
141 test_time, test_tsc); in test__perf_time_to_tsc()
149 if (test_tsc <= comm1_tsc || in test__perf_time_to_tsc()
150 test_tsc >= comm2_tsc) in test__perf_time_to_tsc()
/linux-4.1.27/tools/power/cpupower/debug/kernel/
DMakefile8 obj-m += cpufreq-test_tsc.o