1[config] 2command = record 3args = --no-bpf-event -e '{cycles,cache-misses}:S' kill >/dev/null 2>&1 4ret = 1 5 6[event-1:base-record] 7fd=1 8group_fd=-1 9sample_type=343 10read_format=12 11inherit=0 12 13[event-2:base-record] 14fd=2 15group_fd=1 16 17# cache-misses 18type=0 19config=3 20 21# default | PERF_SAMPLE_READ 22sample_type=343 23 24# PERF_FORMAT_ID | PERF_FORMAT_GROUP 25read_format=12 26task=0 27mmap=0 28comm=0 29enable_on_exec=0 30disabled=0 31 32# inherit is disabled for group sampling 33inherit=0 34 35# sampling disabled 36sample_freq=0 37sample_period=0 38freq=0 39write_backward=0 40