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

branch.json (589B)


      1[
      2  {
      3    "ArchStdEvent":  "BR_INDIRECT_SPEC"
      4  },
      5  {
      6    "EventCode": "0xC9",
      7    "EventName": "BR_COND",
      8    "BriefDescription": "Conditional branch executed"
      9  },
     10  {
     11    "EventCode": "0xCA",
     12    "EventName": "BR_INDIRECT_MISPRED",
     13    "BriefDescription": "Indirect branch mispredicted"
     14  },
     15  {
     16    "EventCode": "0xCB",
     17    "EventName": "BR_INDIRECT_MISPRED_ADDR",
     18    "BriefDescription": "Indirect branch mispredicted because of address miscompare"
     19  },
     20  {
     21    "EventCode": "0xCC",
     22    "EventName": "BR_COND_MISPRED",
     23    "BriefDescription": "Conditional branch mispredicted"
     24  }
     25]