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

dpu.json (1130B)


      1[
      2    {
      3        "PublicDescription": "Instruction retired, indirect branch, mispredicted",
      4        "EventCode": "0xE9",
      5        "EventName": "DPU_BR_IND_MIS",
      6        "BriefDescription": "Instruction retired, indirect branch, mispredicted"
      7    },
      8    {
      9        "PublicDescription": "Instruction retired, conditional branch, mispredicted",
     10        "EventCode": "0xEA",
     11        "EventName": "DPU_BR_COND_MIS",
     12        "BriefDescription": "Instruction retired, conditional branch, mispredicted"
     13    },
     14    {
     15        "PublicDescription": "Memory error (any type) from IFU",
     16        "EventCode": "0xEB",
     17        "EventName": "DPU_MEM_ERR_IFU",
     18        "BriefDescription": "Memory error (any type) from IFU"
     19    },
     20    {
     21        "PublicDescription": "Memory error (any type) from DCU",
     22        "EventCode": "0xEC",
     23        "EventName": "DPU_MEM_ERR_DCU",
     24        "BriefDescription": "Memory error (any type) from DCU"
     25    },
     26    {
     27        "PublicDescription": "Memory error (any type) from TLB",
     28        "EventCode": "0xED",
     29        "EventName": "DPU_MEM_ERR_TLB",
     30        "BriefDescription": "Memory error (any type) from TLB"
     31    }
     32]