Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dtsc.h19 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc);
Dtsc.c18 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) in tsc_to_perf_time() function
Dintel-pt.c1224 sample->time = tsc_to_perf_time(ptq->timestamp, &pt->tc); in intel_pt_prep_b_sample()
1747 sample.time = tsc_to_perf_time(timestamp, &pt->tc); in intel_pt_synth_pebs_sample()
1850 tm = pt->timeless_decoding ? 0 : tsc_to_perf_time(tm, &pt->tc); in intel_ptq_synth_error()
2958 tm = tsc_to_perf_time(tsc, &pt->tc); in intel_pt_tsc_start()
2965 tm = tsc_to_perf_time(++tsc, &pt->tc); in intel_pt_tsc_start()
2978 tm = tsc_to_perf_time(tsc, &pt->tc); in intel_pt_tsc_end()
2985 tm = tsc_to_perf_time(--tsc, &pt->tc); in intel_pt_tsc_end()
Djitdump.c383 return tsc_to_perf_time(timestamp, &tc); in convert_timestamp()
/Linux-v5.4/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c150 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()