Searched refs:mtc_period (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.h | 291 unsigned int mtc_period; member
|
D | intel-pt-decoder.c | 346 decoder->mtc_shift = params->mtc_period; in intel_pt_decoder_new()
|
/linux-6.1.9/tools/perf/arch/x86/util/ |
D | intel-pt.c | 192 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/ |
D | perf-intel-pt.txt | 240 /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/ |
D | pt.c | 117 PMU_FORMAT_ATTR(mtc_period, "config:14-17" );
|
/linux-6.1.9/tools/perf/util/ |
D | intel-pt.c | 1306 params.mtc_period = intel_pt_mtc_period(pt); in intel_pt_alloc_queue()
|