Searched refs:test_tsc (Results 1 – 2 of 2) sorted by relevance
88 u64 test_tsc, comm1_tsc, comm2_tsc; in test__perf_time_to_tsc() local141 test_tsc = rdtsc(); in test__perf_time_to_tsc()180 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()187 test_time, test_tsc); in test__perf_time_to_tsc()195 if (test_tsc <= comm1_tsc || in test__perf_time_to_tsc()196 test_tsc >= comm2_tsc) in test__perf_time_to_tsc()
8 obj-m += cpufreq-test_tsc.o