Lines Matching full:tsc
20 #include "tsc.h"
25 * Except x86_64/i386 and Arm64, other archs don't support TSC in perf. Just
60 * test__perf_time_to_tsc - test converting perf time to TSC.
63 * to and from TSC is consistent with the order of events. If the test passes
64 * %0 is returned, otherwise %-1 is returned. If TSC conversion is not
183 pr_debug("1st event perf time %"PRIu64" tsc %"PRIu64"\n", in test__perf_time_to_tsc()
185 pr_debug("rdtsc time %"PRIu64" tsc %"PRIu64"\n", in test__perf_time_to_tsc()
187 pr_debug("2nd event perf time %"PRIu64" tsc %"PRIu64"\n", in test__perf_time_to_tsc()
208 TEST_CASE_REASON("TSC support", tsc_is_supported,
210 TEST_CASE_REASON("Perf time to TSC", perf_time_to_tsc,
216 .desc = "Convert perf time to TSC",