Searched refs:test_tsc (Results 1 – 2 of 2) sorted by relevance
78 u64 test_tsc, comm1_tsc, comm2_tsc; in test__perf_time_to_tsc() local138 test_tsc = rdtsc(); in test__perf_time_to_tsc()175 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()182 test_time, test_tsc); in test__perf_time_to_tsc()190 if (test_tsc <= comm1_tsc || in test__perf_time_to_tsc()191 test_tsc >= comm2_tsc) in test__perf_time_to_tsc()
8 obj-m += cpufreq-test_tsc.o
Completed in 11 milliseconds