Staging
v0.8.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 6eaae198076080886b9e7d57f4ae06fa782f90ef authored by Linus Torvalds on 23 July 2023, 22:24:10 UTC
Linux 6.5-rc3
Tip revision: 6eaae19
test-record-C0
[config]
command = record
args    = --no-bpf-event -C 0 kill >/dev/null 2>&1
ret     = 1

[event:base-record]
cpu=0

# no enable on exec for CPU attached
enable_on_exec=0

# PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
# PERF_SAMPLE_ID | PERF_SAMPLE_PERIOD
# + PERF_SAMPLE_CPU added by -C 0
sample_type=455

# Dummy event handles mmaps, comm and task.
mmap=0
comm=0
task=0

[event:system-wide-dummy]
back to top