Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c128 uint32_t tsc_ctc_ratio_n; member
252 decoder->tsc_ctc_ratio_n = params->tsc_ctc_ratio_n; in intel_pt_decoder_new()
255 if (!decoder->tsc_ctc_ratio_n) in intel_pt_decoder_new()
259 if (!(decoder->tsc_ctc_ratio_n % decoder->tsc_ctc_ratio_d)) in intel_pt_decoder_new()
260 decoder->tsc_ctc_mult = decoder->tsc_ctc_ratio_n / in intel_pt_decoder_new()
273 intel_pt_log("timestamp: tsc_ctc_ratio_n %u\n", decoder->tsc_ctc_ratio_n); in intel_pt_decoder_new()
727 decoder->tsc_ctc_ratio_n, in intel_pt_calc_cyc_cb()
782 multdiv(ctc_rem, decoder->tsc_ctc_ratio_n, in intel_pt_calc_cyc_cb()
1515 decoder->tsc_ctc_ratio_n, in intel_pt_calc_tma()
1554 decoder->tsc_ctc_ratio_n, in intel_pt_calc_mtc_timestamp()
Dintel-pt-decoder.h250 uint32_t tsc_ctc_ratio_n; member
/Linux-v5.4/tools/perf/arch/x86/util/
Dintel-pt.c328 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()
386 auxtrace_info->priv[INTEL_PT_TSC_CTC_N] = tsc_ctc_ratio_n; in intel_pt_info_fill()
/Linux-v5.4/tools/perf/util/
Dintel-pt.c113 u32 tsc_ctc_ratio_n; member
903 params.tsc_ctc_ratio_n = pt->tsc_ctc_ratio_n; in intel_pt_alloc_queue()
3122 pt->tsc_ctc_ratio_n = auxtrace_info->priv[INTEL_PT_TSC_CTC_N]; in intel_pt_process_auxtrace_info()