Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c141 uint32_t tsc_ctc_ratio_d; member
280 decoder->tsc_ctc_ratio_d = params->tsc_ctc_ratio_d; in intel_pt_decoder_new()
283 decoder->tsc_ctc_ratio_d = 0; in intel_pt_decoder_new()
285 if (decoder->tsc_ctc_ratio_d) { in intel_pt_decoder_new()
286 if (!(decoder->tsc_ctc_ratio_n % decoder->tsc_ctc_ratio_d)) in intel_pt_decoder_new()
288 decoder->tsc_ctc_ratio_d; in intel_pt_decoder_new()
301 intel_pt_log("timestamp: tsc_ctc_ratio_d %u\n", decoder->tsc_ctc_ratio_d); in intel_pt_decoder_new()
758 decoder->tsc_ctc_ratio_d); in intel_pt_calc_cyc_cb()
798 if (!decoder->tsc_ctc_ratio_d) in intel_pt_calc_cyc_cb()
813 decoder->tsc_ctc_ratio_d); in intel_pt_calc_cyc_cb()
[all …]
H A Dintel-pt-decoder.h253 uint32_t tsc_ctc_ratio_d; member
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/util/
H 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()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dintel-pt.c119 u32 tsc_ctc_ratio_d; member
1047 params.tsc_ctc_ratio_d = pt->tsc_ctc_ratio_d; in intel_pt_alloc_queue()
3369 pt->tsc_ctc_ratio_d = auxtrace_info->priv[INTEL_PT_TSC_CTC_D]; in intel_pt_process_auxtrace_info()