Searched refs:perf_time_to_tsc (Results 1 – 7 of 7) sorted by relevance
/linux/tools/perf/tests/ |
H A D | perf-time-to-tsc.c | 183 comm1_tsc = perf_time_to_tsc(comm1_time, &tc); in test__perf_time_to_tsc() 184 comm2_tsc = perf_time_to_tsc(comm2_time, &tc); in test__perf_time_to_tsc() 213 TEST_CASE_REASON("Perf time to TSC", perf_time_to_tsc,
|
/linux/tools/perf/util/ |
H A D | tsc.h | 25 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc);
|
H A D | tsc.c | 18 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc) in perf_time_to_tsc() function
|
H A D | intel-pt.c | 3396 ptq->timestamp = perf_time_to_tsc(timestamp, in intel_pt_sync_switch() 3433 cpu, tid, sample->time, perf_time_to_tsc(sample->time, in intel_pt_process_switch() 3557 perf_time_to_tsc(sample->time, &pt->tc)); in intel_pt_process_itrace_start() 3718 timestamp = perf_time_to_tsc(sample->time, &pt->tc); in intel_pt_process_event() 3904 timestamp = perf_time_to_tsc(sample->time, &pt->tc); in intel_pt_queue_data() 4227 tsc = perf_time_to_tsc(ns, &pt->tc); in intel_pt_tsc_start() 4247 tsc = perf_time_to_tsc(ns, &pt->tc); in intel_pt_tsc_end()
|
H A D | intel-bts.c | 612 timestamp = perf_time_to_tsc(sample->time, &bts->tc); in intel_bts_process_event()
|
H A D | arm-spe.c | 1301 timestamp = perf_time_to_tsc(sample->time, &spe->tc); in arm_spe_process_event()
|
/linux/tools/perf/ |
H A D | builtin-inject.c | 1553 tsc = perf_time_to_tsc(guest_time, &gs->guest_tc); in guest_session__convert_time()
|