Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c171 uint32_t tsc_ctc_ratio_n; member
349 decoder->tsc_ctc_ratio_n = params->tsc_ctc_ratio_n; in intel_pt_decoder_new()
352 if (!decoder->tsc_ctc_ratio_n) in intel_pt_decoder_new()
356 if (!(decoder->tsc_ctc_ratio_n % decoder->tsc_ctc_ratio_d)) in intel_pt_decoder_new()
357 decoder->tsc_ctc_mult = decoder->tsc_ctc_ratio_n / in intel_pt_decoder_new()
370 intel_pt_log("timestamp: tsc_ctc_ratio_n %u\n", decoder->tsc_ctc_ratio_n); in intel_pt_decoder_new()
863 decoder->tsc_ctc_ratio_n, in intel_pt_calc_cyc_cb()
918 multdiv(ctc_rem, decoder->tsc_ctc_ratio_n, in intel_pt_calc_cyc_cb()
1928 decoder->tsc_ctc_ratio_n, in intel_pt_calc_tma()
1967 decoder->tsc_ctc_ratio_n, in intel_pt_calc_mtc_timestamp()
[all …]
H A Dintel-pt-decoder.h292 uint32_t tsc_ctc_ratio_n; member
/openbmc/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c336 u32 tsc_ctc_ratio_n, tsc_ctc_ratio_d; in intel_pt_info_fill() local
353 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_N] = tsc_ctc_ratio_n; in intel_pt_info_fill()
/openbmc/linux/tools/perf/util/
H A Dintel-pt.c141 u32 tsc_ctc_ratio_n; member
1338 params.tsc_ctc_ratio_n = pt->tsc_ctc_ratio_n; in intel_pt_alloc_queue()
4247 pt->tsc_ctc_ratio_n = auxtrace_info->priv[INTEL_PT_TSC_CTC_N]; in intel_pt_process_auxtrace_info()