tsc_ctc_ratio_n 328 tools/perf/arch/x86/util/intel-pt.c u32 tsc_ctc_ratio_n, tsc_ctc_ratio_d; tsc_ctc_ratio_n 346 tools/perf/arch/x86/util/intel-pt.c intel_pt_tsc_ctc_ratio(&tsc_ctc_ratio_n, &tsc_ctc_ratio_d); tsc_ctc_ratio_n 386 tools/perf/arch/x86/util/intel-pt.c auxtrace_info->priv[INTEL_PT_TSC_CTC_N] = tsc_ctc_ratio_n; tsc_ctc_ratio_n 128 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c uint32_t tsc_ctc_ratio_n; tsc_ctc_ratio_n 252 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->tsc_ctc_ratio_n = params->tsc_ctc_ratio_n; tsc_ctc_ratio_n 255 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (!decoder->tsc_ctc_ratio_n) tsc_ctc_ratio_n 259 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (!(decoder->tsc_ctc_ratio_n % decoder->tsc_ctc_ratio_d)) tsc_ctc_ratio_n 260 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->tsc_ctc_mult = decoder->tsc_ctc_ratio_n / tsc_ctc_ratio_n 273 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c intel_pt_log("timestamp: tsc_ctc_ratio_n %u\n", decoder->tsc_ctc_ratio_n); tsc_ctc_ratio_n 727 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->tsc_ctc_ratio_n, tsc_ctc_ratio_n 782 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c multdiv(ctc_rem, decoder->tsc_ctc_ratio_n, tsc_ctc_ratio_n 1515 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->tsc_ctc_ratio_n, tsc_ctc_ratio_n 1554 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->tsc_ctc_ratio_n, tsc_ctc_ratio_n 250 tools/perf/util/intel-pt-decoder/intel-pt-decoder.h uint32_t tsc_ctc_ratio_n; tsc_ctc_ratio_n 113 tools/perf/util/intel-pt.c u32 tsc_ctc_ratio_n; tsc_ctc_ratio_n 903 tools/perf/util/intel-pt.c params.tsc_ctc_ratio_n = pt->tsc_ctc_ratio_n; tsc_ctc_ratio_n 3122 tools/perf/util/intel-pt.c pt->tsc_ctc_ratio_n = auxtrace_info->priv[INTEL_PT_TSC_CTC_N];