Searched refs:tsc_to_perf_time (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | tsc.h | 24 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc);
|
H A D | tsc.c | 27 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) in tsc_to_perf_time() function
|
H A 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()
|
H A D | jitdump.c | 398 return tsc_to_perf_time(timestamp, &tc); in convert_timestamp()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | tsc.h | 26 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc);
|
H A D | tsc.c | 29 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) in tsc_to_perf_time() function
|
H A D | intel-pt.c | 1716 sample->time = tsc_to_perf_time(ptq->timestamp, &pt->tc); in intel_pt_prep_b_sample() 2276 sample.time = tsc_to_perf_time(timestamp, &pt->tc); in intel_pt_do_synth_pebs_sample() 2529 tm = pt->timeless_decoding ? 0 : tsc_to_perf_time(tm, &pt->tc); in intel_ptq_synth_error() 3999 tm = tsc_to_perf_time(tsc, &pt->tc); in intel_pt_tsc_start() 4006 tm = tsc_to_perf_time(++tsc, &pt->tc); in intel_pt_tsc_start() 4019 tm = tsc_to_perf_time(tsc, &pt->tc); in intel_pt_tsc_end() 4026 tm = tsc_to_perf_time(--tsc, &pt->tc); in intel_pt_tsc_end()
|
H A D | jitdump.c | 420 return tsc_to_perf_time(timestamp, &tc); in convert_timestamp()
|
H A D | arm-spe.c | 303 sample->time = tsc_to_perf_time(record->timestamp, &spe->tc); in arm_spe_prep_sample()
|
H A D | cs-etm.c | 1432 return tsc_to_perf_time(cs_timestamp, &etm->tc); in cs_etm__convert_sample_time()
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A D | perf-time-to-tsc.c | 149 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | perf-time-to-tsc.c | 180 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-inject.c | 1370 *host_time = tsc_to_perf_time(tsc, &gs->host_tc); in guest_session__convert_time()
|
Completed in 32 milliseconds