.. | .. |
---|
1 | 1 | [config] |
---|
2 | 2 | command = record |
---|
3 | | -args = -C 0 kill >/dev/null 2>&1 |
---|
| 3 | +args = --no-bpf-event -C 0 kill >/dev/null 2>&1 |
---|
4 | 4 | ret = 1 |
---|
5 | 5 | |
---|
6 | 6 | [event:base-record] |
---|
.. | .. |
---|
9 | 9 | # no enable on exec for CPU attached |
---|
10 | 10 | enable_on_exec=0 |
---|
11 | 11 | |
---|
12 | | -# PERF_SAMPLE_IP | PERF_SAMPLE_TID PERF_SAMPLE_TIME | # PERF_SAMPLE_PERIOD |
---|
| 12 | +# PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | |
---|
| 13 | +# PERF_SAMPLE_ID | PERF_SAMPLE_PERIOD |
---|
13 | 14 | # + PERF_SAMPLE_CPU added by -C 0 |
---|
14 | | -sample_type=391 |
---|
| 15 | +sample_type=455 |
---|
| 16 | + |
---|
| 17 | +# Dummy event handles mmaps, comm and task. |
---|
| 18 | +mmap=0 |
---|
| 19 | +comm=0 |
---|
| 20 | +task=0 |
---|
| 21 | + |
---|
| 22 | +[event:system-wide-dummy] |
---|