Searched refs:mtc_period (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h291 unsigned int mtc_period; member in struct:intel_pt_params
H A Dintel-pt-decoder.c346 decoder->mtc_shift = params->mtc_period;
/linux-master/tools/perf/arch/x86/util/
H A Dintel-pt.c183 int mtc, mtc_periods = 0, mtc_period; local
203 mtc_period = intel_pt_pick_bit(mtc_periods, 3);
205 ",mtc,mtc_period=%d", mtc_period);
341 mtc_freq_bits = perf_pmu__format_bits(intel_pt_pmu, "mtc_period");
547 "mtc_period", "caps/mtc",
/linux-master/arch/x86/events/intel/
H A Dpt.c117 PMU_FORMAT_ATTR(mtc_period, "config:14-17" );
/linux-master/tools/perf/util/
H A Dintel-pt.c1335 params.mtc_period = intel_pt_mtc_period(pt);

Completed in 125 milliseconds