Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h291 unsigned int mtc_period; member
Dintel-pt-decoder.c346 decoder->mtc_shift = params->mtc_period; in intel_pt_decoder_new()
/linux-6.1.9/tools/perf/arch/x86/util/
Dintel-pt.c192 int mtc, mtc_periods = 0, mtc_period; in intel_pt_default_config() local
209 mtc_period = intel_pt_pick_bit(mtc_periods, 3); in intel_pt_default_config()
211 ",mtc,mtc_period=%d", mtc_period); in intel_pt_default_config()
/linux-6.1.9/tools/perf/Documentation/
Dperf-intel-pt.txt240 /sys/bus/event_source/devices/intel_pt/format/mtc_period:config:14-17
376 mtc_period below.
378 mtc_period Specifies how frequently MTC packets are produced - see mtc
388 The mtc_period value is converted to the MTC frequency as:
400 $ perf record -e intel_pt/mtc_period=15/u uname
401 Invalid mtc_period for intel_pt. Valid values are: 0,3,6,9
/linux-6.1.9/arch/x86/events/intel/
Dpt.c117 PMU_FORMAT_ATTR(mtc_period, "config:14-17" );
/linux-6.1.9/tools/perf/util/
Dintel-pt.c1306 params.mtc_period = intel_pt_mtc_period(pt); in intel_pt_alloc_queue()