Searched refs:perf_time_to_tsc (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
D | perf-time-to-tsc.c | 150 comm1_tsc = perf_time_to_tsc(comm1_time, &tc); in test__perf_time_to_tsc() 151 comm2_tsc = perf_time_to_tsc(comm2_time, &tc); in test__perf_time_to_tsc()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | tsc.h | 23 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc);
|
D | tsc.c | 16 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc) in perf_time_to_tsc() function
|
D | intel-pt.c | 2511 ptq->timestamp = perf_time_to_tsc(timestamp, in intel_pt_sync_switch() 2548 cpu, tid, sample->time, perf_time_to_tsc(sample->time, in intel_pt_process_switch() 2641 perf_time_to_tsc(sample->time, &pt->tc)); in intel_pt_process_itrace_start() 2728 timestamp = perf_time_to_tsc(sample->time, &pt->tc); in intel_pt_process_event() 2905 timestamp = perf_time_to_tsc(sample->time, &pt->tc); in intel_pt_queue_data() 3196 tsc = perf_time_to_tsc(ns, &pt->tc); in intel_pt_tsc_start() 3216 tsc = perf_time_to_tsc(ns, &pt->tc); in intel_pt_tsc_end()
|
D | intel-bts.c | 610 timestamp = perf_time_to_tsc(sample->time, &bts->tc); in intel_bts_process_event()
|