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
168 -e intel_pt//
172 -e intel_pt/tsc,noretcomp=0/
176 -e intel_pt/tsc=1,noretcomp=0/
180 The config terms are listed in /sys/devices/intel_pt/format. They are bit
185 $ grep -H . /sys/bus/event_source/devices/intel_pt/format/*
186 /sys/bus/event_source/devices/intel_pt/format/cyc:config:1
187 /sys/bus/event_source/devices/intel_pt/format/cyc_thresh:config:19-22
188 /sys/bus/event_source/devices/intel_pt/format/mtc:config:9
189 /sys/bus/event_source/devices/intel_pt/format/mtc_period:config:14-17
190 /sys/bus/event_source/devices/intel_pt/format/noretcomp:config:11
191 /sys/bus/event_source/devices/intel_pt/format/psb_period:config:24-27
192 /sys/bus/event_source/devices/intel_pt/format/tsc:config:10
196 -e intel_pt/noretcomp=0/
200 -e intel_pt/tsc=1,noretcomp=0/
204 -e intel_pt/tsc=0/
208 -e intel_pt/config=0x400/
275 /sys/bus/event_source/devices/intel_pt/caps/psb_cyc
282 /sys/bus/event_source/devices/intel_pt/caps/psb_periods
297 $ perf record -e intel_pt/psb_period=15/u uname
298 Invalid psb_period for intel_pt. Valid values are: 0-5
319 /sys/bus/event_source/devices/intel_pt/caps/mtc
332 /sys/bus/event_source/devices/intel_pt/caps/mtc_periods
349 $ perf record -e intel_pt/mtc_period=15/u uname
350 Invalid mtc_period for intel_pt. Valid values are: 0,3,6,9
364 /sys/bus/event_source/devices/intel_pt/caps/psb_cyc
377 /sys/bus/event_source/devices/intel_pt/caps/cycle_thresholds
395 $ perf record -e intel_pt/cyc,cyc_thresh=15/u uname
396 Invalid cyc_thresh for intel_pt. Valid values are: 0-12
415 /sys/bus/event_source/devices/intel_pt/caps/ptwrite
431 /sys/bus/event_source/devices/intel_pt/caps/power_event_trace
508 perf record -e intel_pt//u uname
512 perf record -v -e intel_pt//u -S ./loopy 1000000000 &
543 wait, the intel_pt event gets disabled. Because it is difficult to know when
544 that happens, perf tools always re-enable the intel_pt event after copying out
569 In order to make a snapshot, the intel_pt event is disabled using an IOCTL,
573 continue to be recorded while intel_pt is disabled. That is important to ensure
654 $ perf record -vv -e intel_pt//u uname
810 The "d" option will cause the creation of a file "intel_pt.log" containing all
908 $ perf record -e intel_pt//u ./sort 3000
930 perf record -c 10000 -e '{intel_pt/branch=0/,cycles/aux-output/ppp}' uname