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