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


      1[
      2    {
      3        "ArchStdEvent": "BR_IMMED_SPEC"
      4    },
      5    {
      6        "ArchStdEvent": "BR_RETURN_SPEC"
      7    },
      8    {
      9        "ArchStdEvent": "BR_INDIRECT_SPEC"
     10    },
     11    {
     12        "ArchStdEvent": "BR_MIS_PRED",
     13        "BriefDescription": "Branch mispredicted"
     14    },
     15    {
     16        "ArchStdEvent": "BR_PRED",
     17        "BriefDescription": "Predictable branch"
     18    }
     19]