Searched refs:tsc_to_perf_time (Results 1 – 5 of 5) sorted by relevance
20 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc);
18 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) in tsc_to_perf_time() function
382 return tsc_to_perf_time(timestamp, &tc); in convert_timestamp()
1061 sample->time = tsc_to_perf_time(ptq->timestamp, &pt->tc); in intel_pt_prep_b_sample()
144 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()