Searched refs:tsc_to_perf_time (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
D | tsc.h | 24 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc);
|
D | tsc.c | 27 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) in tsc_to_perf_time() function
|
D | intel-pt.c | 1317 sample->time = tsc_to_perf_time(ptq->timestamp, &pt->tc); in intel_pt_prep_b_sample() 1829 sample.time = tsc_to_perf_time(timestamp, &pt->tc); in intel_pt_synth_pebs_sample() 1936 tm = pt->timeless_decoding ? 0 : tsc_to_perf_time(tm, &pt->tc); in intel_ptq_synth_error() 3199 tm = tsc_to_perf_time(tsc, &pt->tc); in intel_pt_tsc_start() 3206 tm = tsc_to_perf_time(++tsc, &pt->tc); in intel_pt_tsc_start() 3219 tm = tsc_to_perf_time(tsc, &pt->tc); in intel_pt_tsc_end() 3226 tm = tsc_to_perf_time(--tsc, &pt->tc); in intel_pt_tsc_end()
|
D | jitdump.c | 398 return tsc_to_perf_time(timestamp, &tc); in convert_timestamp()
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
D | perf-time-to-tsc.c | 149 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()
|