Home
last modified time | relevance | path

Searched refs:mtc_period (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h291 unsigned int mtc_period; member
H A Dintel-pt-decoder.c346 decoder->mtc_shift = params->mtc_period; in intel_pt_decoder_new()
/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c187 int mtc, mtc_periods = 0, mtc_period; in intel_pt_default_config() local
207 mtc_period = intel_pt_pick_bit(mtc_periods, 3); in intel_pt_default_config()
209 ",mtc,mtc_period=%d", mtc_period); in intel_pt_default_config()
/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt253 /sys/bus/event_source/devices/intel_pt/format/mtc_period:config:14-17
331 -e intel_pt/cyc,mtc_period=9/
411 mtc_period below.
413 *mtc_period*::
424 The mtc_period value is converted to the MTC frequency as:
436 $ perf record -e intel_pt/mtc_period=15/u uname
437 Invalid mtc_period for intel_pt. Valid values are: 0,3,6,9
/linux/arch/x86/events/intel/
H A Dpt.c120 PMU_FORMAT_ATTR(mtc_period, "config:14-17" );
/linux/tools/perf/util/
H A Dintel-pt.c1339 params.mtc_period = intel_pt_mtc_period(pt); in intel_pt_alloc_queue()