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

cache.json (701B)


      1[
      2  {
      3        "EventCode": "0xC2",
      4        "EventName": "PREFETCH_LINEFILL",
      5        "BriefDescription": "Linefill because of prefetch"
      6  },
      7  {
      8        "EventCode": "0xC3",
      9        "EventName": "PREFETCH_LINEFILL_DROP",
     10        "BriefDescription": "Instruction Cache Throttle occurred"
     11  },
     12  {
     13        "EventCode": "0xC4",
     14        "EventName": "READ_ALLOC_ENTER",
     15        "BriefDescription": "Entering read allocate mode"
     16  },
     17  {
     18        "EventCode": "0xC5",
     19        "EventName": "READ_ALLOC",
     20        "BriefDescription": "Read allocate mode"
     21  },
     22  {
     23        "EventCode": "0xC8",
     24        "EventName": "EXT_SNOOP",
     25        "BriefDescription": "SCU Snooped data from another CPU for this CPU"
     26  }
     27]