Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c172 uint32_t tsc_ctc_ratio_d; member
350 decoder->tsc_ctc_ratio_d = params->tsc_ctc_ratio_d; in intel_pt_decoder_new()
353 decoder->tsc_ctc_ratio_d = 0; in intel_pt_decoder_new()
355 if (decoder->tsc_ctc_ratio_d) { in intel_pt_decoder_new()
358 decoder->tsc_ctc_ratio_d; in intel_pt_decoder_new()
864 decoder->tsc_ctc_ratio_d); in intel_pt_calc_cyc_cb()
904 if (!decoder->tsc_ctc_ratio_d) in intel_pt_calc_cyc_cb()
919 decoder->tsc_ctc_ratio_d); in intel_pt_calc_cyc_cb()
1913 if (!decoder->tsc_ctc_ratio_d) in intel_pt_calc_tma()
1929 decoder->tsc_ctc_ratio_d); in intel_pt_calc_tma()
[all …]
H A Dintel-pt-decoder.h293 uint32_t tsc_ctc_ratio_d; member
/linux-6.15/tools/perf/arch/x86/util/
H A Dintel-pt.c329 u32 tsc_ctc_ratio_n, tsc_ctc_ratio_d; in intel_pt_info_fill() local
346 intel_pt_tsc_ctc_ratio(&tsc_ctc_ratio_n, &tsc_ctc_ratio_d); in intel_pt_info_fill()
390 auxtrace_info->priv[INTEL_PT_TSC_CTC_D] = tsc_ctc_ratio_d; in intel_pt_info_fill()
/linux-6.15/tools/perf/util/
H A Dintel-pt.c142 u32 tsc_ctc_ratio_d; member
1339 params.tsc_ctc_ratio_d = pt->tsc_ctc_ratio_d; in intel_pt_alloc_queue()
4278 pt->tsc_ctc_ratio_d = auxtrace_info->priv[INTEL_PT_TSC_CTC_D]; in intel_pt_process_auxtrace_info()