Searched refs:perf_time_to_tsc (Results 1 – 3 of 3) sorted by relevance
146 comm1_tsc = perf_time_to_tsc(comm1_time, &tc); in test__perf_time_to_tsc()147 comm2_tsc = perf_time_to_tsc(comm2_time, &tc); in test__perf_time_to_tsc()
17 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc);
11 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc) in perf_time_to_tsc() function