Home
last modified time | relevance | path

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

/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c172 uint32_t tsc_ctc_ratio_d; member
350 decoder->tsc_ctc_ratio_d = params->tsc_ctc_ratio_d; in intel_pt_decoder_new()
353 decoder->tsc_ctc_ratio_d = 0; in intel_pt_decoder_new()
355 if (decoder->tsc_ctc_ratio_d) { in intel_pt_decoder_new()
356 if (!(decoder->tsc_ctc_ratio_n % decoder->tsc_ctc_ratio_d)) in intel_pt_decoder_new()
358 decoder->tsc_ctc_ratio_d; in intel_pt_decoder_new()
371 intel_pt_log("timestamp: tsc_ctc_ratio_d %u\n", decoder->tsc_ctc_ratio_d); in intel_pt_decoder_new()
864 decoder->tsc_ctc_ratio_d); in intel_pt_calc_cyc_cb()
[all...]
H A Dintel-pt-decoder.h293 uint32_t tsc_ctc_ratio_d; member