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