Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dtsc.h26 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc);
H A Dtsc.c29 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) in tsc_to_perf_time() function
H A Dintel-pt.c1718 sample->time = tsc_to_perf_time(ptq->timestamp, &pt->tc); in intel_pt_prep_b_sample()
2278 sample.time = tsc_to_perf_time(timestamp, &pt->tc); in intel_pt_do_synth_pebs_sample()
2531 tm = pt->timeless_decoding ? 0 : tsc_to_perf_time(tm, &pt->tc); in intel_ptq_synth_error()
4001 tm = tsc_to_perf_time(tsc, &pt->tc); in intel_pt_tsc_start()
4008 tm = tsc_to_perf_time(++tsc, &pt->tc); in intel_pt_tsc_start()
4021 tm = tsc_to_perf_time(tsc, &pt->tc); in intel_pt_tsc_end()
4028 tm = tsc_to_perf_time(--tsc, &pt->tc); in intel_pt_tsc_end()
H A Djitdump.c420 return tsc_to_perf_time(timestamp, &tc); in convert_timestamp()
H A Darm-spe.c303 sample->time = tsc_to_perf_time(record->timestamp, &spe->tc); in arm_spe_prep_sample()
H A Dcs-etm.c1432 return tsc_to_perf_time(cs_timestamp, &etm->tc); in cs_etm__convert_sample_time()
/openbmc/linux/tools/perf/tests/
H A Dperf-time-to-tsc.c180 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()
/openbmc/linux/tools/perf/
H A Dbuiltin-inject.c1370 *host_time = tsc_to_perf_time(tsc, &gs->host_tc); in guest_session__convert_time()