cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

test-record-C0 (409B)


      1[config]
      2command = record
      3args    = --no-bpf-event -C 0 kill >/dev/null 2>&1
      4ret     = 1
      5
      6[event:base-record]
      7cpu=0
      8
      9# no enable on exec for CPU attached
     10enable_on_exec=0
     11
     12# PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME |
     13# PERF_SAMPLE_ID | PERF_SAMPLE_PERIOD
     14# + PERF_SAMPLE_CPU added by -C 0
     15sample_type=455
     16
     17# Dummy event handles mmaps, comm and task.
     18mmap=0
     19comm=0
     20task=0
     21
     22[event:system-wide-dummy]