Home
last modified time | relevance | path

Searched refs:tsc_ctc_ratio_d (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c106 uint32_t tsc_ctc_ratio_d; member
209 decoder->tsc_ctc_ratio_d = params->tsc_ctc_ratio_d; in intel_pt_decoder_new()
212 decoder->tsc_ctc_ratio_d = 0; in intel_pt_decoder_new()
214 if (decoder->tsc_ctc_ratio_d) { in intel_pt_decoder_new()
215 if (!(decoder->tsc_ctc_ratio_n % decoder->tsc_ctc_ratio_d)) in intel_pt_decoder_new()
217 decoder->tsc_ctc_ratio_d; in intel_pt_decoder_new()
226 decoder->tsc_ctc_ratio_d); in intel_pt_decoder_new()
234 intel_pt_log("timestamp: tsc_ctc_ratio_d %u\n", decoder->tsc_ctc_ratio_d); in intel_pt_decoder_new()
634 decoder->tsc_ctc_ratio_d); in intel_pt_calc_cyc_cb()
668 if (!decoder->tsc_ctc_ratio_d) in intel_pt_calc_cyc_cb()
[all …]
Dintel-pt-decoder.h93 uint32_t tsc_ctc_ratio_d; member
/linux-4.4.14/tools/perf/arch/x86/util/
Dintel-pt.c302 u32 tsc_ctc_ratio_n, tsc_ctc_ratio_d; in intel_pt_info_fill() local
316 intel_pt_tsc_ctc_ratio(&tsc_ctc_ratio_n, &tsc_ctc_ratio_d); in intel_pt_info_fill()
350 auxtrace_info->priv[INTEL_PT_TSC_CTC_D] = tsc_ctc_ratio_d; in intel_pt_info_fill()
/linux-4.4.14/tools/perf/util/
Dintel-pt.c99 u32 tsc_ctc_ratio_d; member
715 params.tsc_ctc_ratio_d = pt->tsc_ctc_ratio_d; in intel_pt_alloc_queue()
2055 pt->tsc_ctc_ratio_d = auxtrace_info->priv[INTEL_PT_TSC_CTC_D]; in intel_pt_process_auxtrace_info()