Home
last modified time | relevance | path

Searched refs:tsc_to_perf_time (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
Dtsc.h24 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc);
Dtsc.c27 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) in tsc_to_perf_time() function
Dintel-pt.c1317 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()
Djitdump.c398 return tsc_to_perf_time(timestamp, &tc); in convert_timestamp()
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c149 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()