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