Lines Matching refs:tc
74 struct perf_tsc_conversion tc; member
658 quot = ns / pt->tc.time_mult; in intel_pt_ns_to_ticks()
659 rem = ns % pt->tc.time_mult; in intel_pt_ns_to_ticks()
660 return (quot << pt->tc.time_shift) + (rem << pt->tc.time_shift) / in intel_pt_ns_to_ticks()
661 pt->tc.time_mult; in intel_pt_ns_to_ticks()
980 sample.time = tsc_to_perf_time(ptq->timestamp, &pt->tc); in intel_pt_synth_branch_sample()
1036 sample.time = tsc_to_perf_time(ptq->timestamp, &pt->tc); in intel_pt_synth_instruction_sample()
1093 sample.time = tsc_to_perf_time(ptq->timestamp, &pt->tc); in intel_pt_synth_transaction_sample()
1534 &pt->tc); in intel_pt_sync_switch()
1570 &pt->tc)); in intel_pt_process_switch()
1611 &pt->tc)); in intel_pt_context_switch()
1630 perf_time_to_tsc(sample->time, &pt->tc)); in intel_pt_process_itrace_start()
1656 timestamp = perf_time_to_tsc(sample->time, &pt->tc); in intel_pt_process_event()
2038 pt->tc.time_shift = auxtrace_info->priv[INTEL_PT_TIME_SHIFT]; in intel_pt_process_auxtrace_info()
2039 pt->tc.time_mult = auxtrace_info->priv[INTEL_PT_TIME_MULT]; in intel_pt_process_auxtrace_info()
2040 pt->tc.time_zero = auxtrace_info->priv[INTEL_PT_TIME_ZERO]; in intel_pt_process_auxtrace_info()
2115 if (pt->tc.time_mult) { in intel_pt_process_auxtrace_info()