Lines Matching refs:intel_pt
54 perf record -e intel_pt//u ls
67 ~/libexec/perf-core/perf-with-kcore record pt_ls -e intel_pt// -- ls
94 perf record -e intel_pt//u ls
135 -e intel_pt//
139 -e intel_pt/tsc,noretcomp=0/
143 -e intel_pt/tsc=1,noretcomp=0/
147 The config terms are listed in /sys/devices/intel_pt/format. They are bit
152 $ grep -H . /sys/bus/event_source/devices/intel_pt/format/*
153 /sys/bus/event_source/devices/intel_pt/format/cyc:config:1
154 /sys/bus/event_source/devices/intel_pt/format/cyc_thresh:config:19-22
155 /sys/bus/event_source/devices/intel_pt/format/mtc:config:9
156 /sys/bus/event_source/devices/intel_pt/format/mtc_period:config:14-17
157 /sys/bus/event_source/devices/intel_pt/format/noretcomp:config:11
158 /sys/bus/event_source/devices/intel_pt/format/psb_period:config:24-27
159 /sys/bus/event_source/devices/intel_pt/format/tsc:config:10
163 -e intel_pt/noretcomp=0/
167 -e intel_pt/tsc=1,noretcomp=0/
171 -e intel_pt/tsc=0/
175 -e intel_pt/config=0x400/
242 /sys/bus/event_source/devices/intel_pt/caps/psb_cyc
249 /sys/bus/event_source/devices/intel_pt/caps/psb_periods
264 $ perf record -e intel_pt/psb_period=15/u uname
265 Invalid psb_period for intel_pt. Valid values are: 0-5
286 /sys/bus/event_source/devices/intel_pt/caps/mtc
299 /sys/bus/event_source/devices/intel_pt/caps/mtc_periods
316 $ perf record -e intel_pt/mtc_period=15/u uname
317 Invalid mtc_period for intel_pt. Valid values are: 0,3,6,9
331 /sys/bus/event_source/devices/intel_pt/caps/psb_cyc
344 /sys/bus/event_source/devices/intel_pt/caps/cycle_thresholds
362 $ perf record -e intel_pt/cyc,cyc_thresh=15/u uname
363 Invalid cyc_thresh for intel_pt. Valid values are: 0-12
439 perf record -e intel_pt//u uname
443 perf record -v -e intel_pt//u -S ./loopy 1000000000 &
474 wait, the intel_pt event gets disabled. Because it is difficult to know when
475 that happens, perf tools always re-enable the intel_pt event after copying out
500 In order to make a snapshot, the intel_pt event is disabled using an IOCTL,
504 continue to be recorded while intel_pt is disabled. That is important to ensure
570 $ perf record -vv -e intel_pt//u uname
690 The "d" option will cause the creation of a file "intel_pt.log" containing all
782 $ perf record -e intel_pt//u ./sort 3000