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

instruction.json (721B)


      1[
      2    {
      3        "ArchStdEvent": "SW_INCR"
      4    },
      5    {
      6        "ArchStdEvent": "LD_RETIRED"
      7    },
      8    {
      9        "ArchStdEvent": "ST_RETIRED"
     10    },
     11    {
     12        "ArchStdEvent": "INST_RETIRED"
     13    },
     14    {
     15        "ArchStdEvent": "EXC_RETURN"
     16    },
     17    {
     18        "ArchStdEvent": "CID_WRITE_RETIRED"
     19    },
     20    {
     21        "ArchStdEvent": "PC_WRITE_RETIRED"
     22    },
     23    {
     24        "ArchStdEvent": "BR_IMMED_RETIRED"
     25    },
     26    {
     27        "ArchStdEvent": "BR_RETURN_RETIRED"
     28    },
     29    {
     30        "ArchStdEvent": "INST_SPEC"
     31    },
     32    {
     33        "ArchStdEvent": "DP_SPEC"
     34    },
     35    {
     36        "ArchStdEvent": "ASE_SPEC"
     37    },
     38    {
     39        "ArchStdEvent": "VFP_SPEC"
     40    },
     41    {
     42        "ArchStdEvent": "CRYPTO_SPEC"
     43    }
     44]