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

pipeline.json (1585B)


      1[
      2    {
      3        "PublicDescription": "A linefill caused an instruction side stall",
      4        "EventCode": "0xC0",
      5        "EventName": "LF_STALL",
      6        "BriefDescription": "A linefill caused an instruction side stall"
      7    },
      8    {
      9        "PublicDescription": "A translation table walk caused an instruction side stall",
     10        "EventCode": "0xC1",
     11        "EventName": "PTW_STALL",
     12        "BriefDescription": "A translation table walk caused an instruction side stall"
     13    },
     14    {
     15        "PublicDescription": "Duration for which all slots in the Load-Store Unit are busy",
     16        "EventCode": "0xD3",
     17        "EventName": "D_LSU_SLOT_FULL",
     18        "BriefDescription": "Duration for which all slots in the Load-Store Unit are busy"
     19    },
     20    {
     21        "PublicDescription": "Duration for which all slots in the load-store issue queue are busy",
     22        "EventCode": "0xD8",
     23        "EventName": "LS_IQ_FULL",
     24        "BriefDescription": "Duration for which all slots in the load-store issue queue are busy"
     25    },
     26    {
     27        "PublicDescription": "Duration for which all slots in the data processing issue queue are busy",
     28        "EventCode": "0xD9",
     29        "EventName": "DP_IQ_FULL",
     30        "BriefDescription": "Duration for which all slots in the data processing issue queue are busy"
     31    },
     32    {
     33        "PublicDescription": "Duration for which all slots in the Data Engine issue queue are busy",
     34        "EventCode": "0xDA",
     35        "EventName": "DE_IQ_FULL",
     36        "BriefDescription": "Duration for which all slots in the Data Engine issue queue are busy"
     37    }
     38]