Lines Matching full:tsc
20 #include "tsc.h"
26 * Except x86_64/i386 and Arm64, other archs don't support TSC in perf. Just
61 * test__perf_time_to_tsc - test converting perf time to TSC.
64 * to and from TSC is consistent with the order of events. If the test passes
65 * %0 is returned, otherwise %-1 is returned. If TSC conversion is not
184 pr_debug("1st event perf time %"PRIu64" tsc %"PRIu64"\n", in test__perf_time_to_tsc()
186 pr_debug("rdtsc time %"PRIu64" tsc %"PRIu64"\n", in test__perf_time_to_tsc()
188 pr_debug("2nd event perf time %"PRIu64" tsc %"PRIu64"\n", in test__perf_time_to_tsc()
209 TEST_CASE_REASON("TSC support", tsc_is_supported,
211 TEST_CASE_REASON("Perf time to TSC", perf_time_to_tsc,
217 .desc = "Convert perf time to TSC",