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 (398B)


      1[
      2    {
      3        "PublicDescription": "This event counts any predictable branch instruction which is mispredicted either due to dynamic misprediction or because the MMU is off and the branches are statically predicted not taken",
      4        "ArchStdEvent": "BR_MIS_PRED"
      5    },
      6    {
      7        "PublicDescription": "This event counts all predictable branches.",
      8        "ArchStdEvent": "BR_PRED"
      9    }
     10]