Home
last modified time | relevance | path

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

/linux/tools/perf/util/intel-pt-decoder/
A Dintel-pt-decoder.c169 uint32_t tsc_ctc_ratio_d; member
341 decoder->tsc_ctc_ratio_d = params->tsc_ctc_ratio_d; in intel_pt_decoder_new()
344 decoder->tsc_ctc_ratio_d = 0; in intel_pt_decoder_new()
346 if (decoder->tsc_ctc_ratio_d) { in intel_pt_decoder_new()
349 decoder->tsc_ctc_ratio_d; in intel_pt_decoder_new()
849 decoder->tsc_ctc_ratio_d); in intel_pt_calc_cyc_cb()
889 if (!decoder->tsc_ctc_ratio_d) in intel_pt_calc_cyc_cb()
904 decoder->tsc_ctc_ratio_d); in intel_pt_calc_cyc_cb()
1675 if (!decoder->tsc_ctc_ratio_d) in intel_pt_calc_tma()
1691 decoder->tsc_ctc_ratio_d); in intel_pt_calc_tma()
[all …]
A Dintel-pt-decoder.h271 uint32_t tsc_ctc_ratio_d; member
/linux/tools/perf/arch/x86/util/
A Dintel-pt.c334 u32 tsc_ctc_ratio_n, tsc_ctc_ratio_d; in intel_pt_info_fill() local
355 intel_pt_tsc_ctc_ratio(&tsc_ctc_ratio_n, &tsc_ctc_ratio_d); in intel_pt_info_fill()
396 auxtrace_info->priv[INTEL_PT_TSC_CTC_D] = tsc_ctc_ratio_d; in intel_pt_info_fill()
/linux/tools/perf/util/
A Dintel-pt.c122 u32 tsc_ctc_ratio_d; member
1210 params.tsc_ctc_ratio_d = pt->tsc_ctc_ratio_d; in intel_pt_alloc_queue()
3778 pt->tsc_ctc_ratio_d = auxtrace_info->priv[INTEL_PT_TSC_CTC_D]; in intel_pt_process_auxtrace_info()

Completed in 22 milliseconds