0001 [config]
0002 command = record
0003 args = --no-bpf-event -C 0 kill >/dev/null 2>&1
0004 ret = 1
0005
0006 [event:base-record]
0007 cpu=0
0008
0009 # no enable on exec for CPU attached
0010 enable_on_exec=0
0011
0012 # PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
0013 # PERF_SAMPLE_ID | PERF_SAMPLE_PERIOD
0014 # + PERF_SAMPLE_CPU added by -C 0
0015 sample_type=455
0016
0017 # Dummy event handles mmaps, comm and task.
0018 mmap=0
0019 comm=0
0020 task=0
0021
0022 [event:system-wide-dummy]