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

memory.json (23657B)


      1[
      2    {
      3        "BriefDescription": "Offcore data reads satisfied by any DRAM",
      4        "Counter": "2",
      5        "EventCode": "0xB7",
      6        "EventName": "OFFCORE_RESPONSE.ANY_DATA.ANY_DRAM",
      7        "MSRIndex": "0x1A6",
      8        "MSRValue": "0x6011",
      9        "Offcore": "1",
     10        "SampleAfterValue": "100000",
     11        "UMask": "0x1"
     12    },
     13    {
     14        "BriefDescription": "Offcore data reads that missed the LLC",
     15        "Counter": "2",
     16        "EventCode": "0xB7",
     17        "EventName": "OFFCORE_RESPONSE.ANY_DATA.ANY_LLC_MISS",
     18        "MSRIndex": "0x1A6",
     19        "MSRValue": "0xF811",
     20        "Offcore": "1",
     21        "SampleAfterValue": "100000",
     22        "UMask": "0x1"
     23    },
     24    {
     25        "BriefDescription": "Offcore data reads satisfied by the local DRAM",
     26        "Counter": "2",
     27        "EventCode": "0xB7",
     28        "EventName": "OFFCORE_RESPONSE.ANY_DATA.LOCAL_DRAM",
     29        "MSRIndex": "0x1A6",
     30        "MSRValue": "0x4011",
     31        "Offcore": "1",
     32        "SampleAfterValue": "100000",
     33        "UMask": "0x1"
     34    },
     35    {
     36        "BriefDescription": "Offcore data reads satisfied by a remote DRAM",
     37        "Counter": "2",
     38        "EventCode": "0xB7",
     39        "EventName": "OFFCORE_RESPONSE.ANY_DATA.REMOTE_DRAM",
     40        "MSRIndex": "0x1A6",
     41        "MSRValue": "0x2011",
     42        "Offcore": "1",
     43        "SampleAfterValue": "100000",
     44        "UMask": "0x1"
     45    },
     46    {
     47        "BriefDescription": "Offcore code reads satisfied by any DRAM",
     48        "Counter": "2",
     49        "EventCode": "0xB7",
     50        "EventName": "OFFCORE_RESPONSE.ANY_IFETCH.ANY_DRAM",
     51        "MSRIndex": "0x1A6",
     52        "MSRValue": "0x6044",
     53        "Offcore": "1",
     54        "SampleAfterValue": "100000",
     55        "UMask": "0x1"
     56    },
     57    {
     58        "BriefDescription": "Offcore code reads that missed the LLC",
     59        "Counter": "2",
     60        "EventCode": "0xB7",
     61        "EventName": "OFFCORE_RESPONSE.ANY_IFETCH.ANY_LLC_MISS",
     62        "MSRIndex": "0x1A6",
     63        "MSRValue": "0xF844",
     64        "Offcore": "1",
     65        "SampleAfterValue": "100000",
     66        "UMask": "0x1"
     67    },
     68    {
     69        "BriefDescription": "Offcore code reads satisfied by the local DRAM",
     70        "Counter": "2",
     71        "EventCode": "0xB7",
     72        "EventName": "OFFCORE_RESPONSE.ANY_IFETCH.LOCAL_DRAM",
     73        "MSRIndex": "0x1A6",
     74        "MSRValue": "0x4044",
     75        "Offcore": "1",
     76        "SampleAfterValue": "100000",
     77        "UMask": "0x1"
     78    },
     79    {
     80        "BriefDescription": "Offcore code reads satisfied by a remote DRAM",
     81        "Counter": "2",
     82        "EventCode": "0xB7",
     83        "EventName": "OFFCORE_RESPONSE.ANY_IFETCH.REMOTE_DRAM",
     84        "MSRIndex": "0x1A6",
     85        "MSRValue": "0x2044",
     86        "Offcore": "1",
     87        "SampleAfterValue": "100000",
     88        "UMask": "0x1"
     89    },
     90    {
     91        "BriefDescription": "Offcore requests satisfied by any DRAM",
     92        "Counter": "2",
     93        "EventCode": "0xB7",
     94        "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.ANY_DRAM",
     95        "MSRIndex": "0x1A6",
     96        "MSRValue": "0x60FF",
     97        "Offcore": "1",
     98        "SampleAfterValue": "100000",
     99        "UMask": "0x1"
    100    },
    101    {
    102        "BriefDescription": "Offcore requests that missed the LLC",
    103        "Counter": "2",
    104        "EventCode": "0xB7",
    105        "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.ANY_LLC_MISS",
    106        "MSRIndex": "0x1A6",
    107        "MSRValue": "0xF8FF",
    108        "Offcore": "1",
    109        "SampleAfterValue": "100000",
    110        "UMask": "0x1"
    111    },
    112    {
    113        "BriefDescription": "Offcore requests satisfied by the local DRAM",
    114        "Counter": "2",
    115        "EventCode": "0xB7",
    116        "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.LOCAL_DRAM",
    117        "MSRIndex": "0x1A6",
    118        "MSRValue": "0x40FF",
    119        "Offcore": "1",
    120        "SampleAfterValue": "100000",
    121        "UMask": "0x1"
    122    },
    123    {
    124        "BriefDescription": "Offcore requests satisfied by a remote DRAM",
    125        "Counter": "2",
    126        "EventCode": "0xB7",
    127        "EventName": "OFFCORE_RESPONSE.ANY_REQUEST.REMOTE_DRAM",
    128        "MSRIndex": "0x1A6",
    129        "MSRValue": "0x20FF",
    130        "Offcore": "1",
    131        "SampleAfterValue": "100000",
    132        "UMask": "0x1"
    133    },
    134    {
    135        "BriefDescription": "Offcore RFO requests satisfied by any DRAM",
    136        "Counter": "2",
    137        "EventCode": "0xB7",
    138        "EventName": "OFFCORE_RESPONSE.ANY_RFO.ANY_DRAM",
    139        "MSRIndex": "0x1A6",
    140        "MSRValue": "0x6022",
    141        "Offcore": "1",
    142        "SampleAfterValue": "100000",
    143        "UMask": "0x1"
    144    },
    145    {
    146        "BriefDescription": "Offcore RFO requests that missed the LLC",
    147        "Counter": "2",
    148        "EventCode": "0xB7",
    149        "EventName": "OFFCORE_RESPONSE.ANY_RFO.ANY_LLC_MISS",
    150        "MSRIndex": "0x1A6",
    151        "MSRValue": "0xF822",
    152        "Offcore": "1",
    153        "SampleAfterValue": "100000",
    154        "UMask": "0x1"
    155    },
    156    {
    157        "BriefDescription": "Offcore RFO requests satisfied by the local DRAM",
    158        "Counter": "2",
    159        "EventCode": "0xB7",
    160        "EventName": "OFFCORE_RESPONSE.ANY_RFO.LOCAL_DRAM",
    161        "MSRIndex": "0x1A6",
    162        "MSRValue": "0x4022",
    163        "Offcore": "1",
    164        "SampleAfterValue": "100000",
    165        "UMask": "0x1"
    166    },
    167    {
    168        "BriefDescription": "Offcore RFO requests satisfied by a remote DRAM",
    169        "Counter": "2",
    170        "EventCode": "0xB7",
    171        "EventName": "OFFCORE_RESPONSE.ANY_RFO.REMOTE_DRAM",
    172        "MSRIndex": "0x1A6",
    173        "MSRValue": "0x2022",
    174        "Offcore": "1",
    175        "SampleAfterValue": "100000",
    176        "UMask": "0x1"
    177    },
    178    {
    179        "BriefDescription": "Offcore writebacks to any DRAM",
    180        "Counter": "2",
    181        "EventCode": "0xB7",
    182        "EventName": "OFFCORE_RESPONSE.COREWB.ANY_DRAM",
    183        "MSRIndex": "0x1A6",
    184        "MSRValue": "0x6008",
    185        "Offcore": "1",
    186        "SampleAfterValue": "100000",
    187        "UMask": "0x1"
    188    },
    189    {
    190        "BriefDescription": "Offcore writebacks that missed the LLC",
    191        "Counter": "2",
    192        "EventCode": "0xB7",
    193        "EventName": "OFFCORE_RESPONSE.COREWB.ANY_LLC_MISS",
    194        "MSRIndex": "0x1A6",
    195        "MSRValue": "0xF808",
    196        "Offcore": "1",
    197        "SampleAfterValue": "100000",
    198        "UMask": "0x1"
    199    },
    200    {
    201        "BriefDescription": "Offcore writebacks to the local DRAM",
    202        "Counter": "2",
    203        "EventCode": "0xB7",
    204        "EventName": "OFFCORE_RESPONSE.COREWB.LOCAL_DRAM",
    205        "MSRIndex": "0x1A6",
    206        "MSRValue": "0x4008",
    207        "Offcore": "1",
    208        "SampleAfterValue": "100000",
    209        "UMask": "0x1"
    210    },
    211    {
    212        "BriefDescription": "Offcore writebacks to a remote DRAM",
    213        "Counter": "2",
    214        "EventCode": "0xB7",
    215        "EventName": "OFFCORE_RESPONSE.COREWB.REMOTE_DRAM",
    216        "MSRIndex": "0x1A6",
    217        "MSRValue": "0x2008",
    218        "Offcore": "1",
    219        "SampleAfterValue": "100000",
    220        "UMask": "0x1"
    221    },
    222    {
    223        "BriefDescription": "Offcore code or data read requests satisfied by any DRAM",
    224        "Counter": "2",
    225        "EventCode": "0xB7",
    226        "EventName": "OFFCORE_RESPONSE.DATA_IFETCH.ANY_DRAM",
    227        "MSRIndex": "0x1A6",
    228        "MSRValue": "0x6077",
    229        "Offcore": "1",
    230        "SampleAfterValue": "100000",
    231        "UMask": "0x1"
    232    },
    233    {
    234        "BriefDescription": "Offcore code or data read requests that missed the LLC",
    235        "Counter": "2",
    236        "EventCode": "0xB7",
    237        "EventName": "OFFCORE_RESPONSE.DATA_IFETCH.ANY_LLC_MISS",
    238        "MSRIndex": "0x1A6",
    239        "MSRValue": "0xF877",
    240        "Offcore": "1",
    241        "SampleAfterValue": "100000",
    242        "UMask": "0x1"
    243    },
    244    {
    245        "BriefDescription": "Offcore code or data read requests satisfied by the local DRAM",
    246        "Counter": "2",
    247        "EventCode": "0xB7",
    248        "EventName": "OFFCORE_RESPONSE.DATA_IFETCH.LOCAL_DRAM",
    249        "MSRIndex": "0x1A6",
    250        "MSRValue": "0x4077",
    251        "Offcore": "1",
    252        "SampleAfterValue": "100000",
    253        "UMask": "0x1"
    254    },
    255    {
    256        "BriefDescription": "Offcore code or data read requests satisfied by a remote DRAM",
    257        "Counter": "2",
    258        "EventCode": "0xB7",
    259        "EventName": "OFFCORE_RESPONSE.DATA_IFETCH.REMOTE_DRAM",
    260        "MSRIndex": "0x1A6",
    261        "MSRValue": "0x2077",
    262        "Offcore": "1",
    263        "SampleAfterValue": "100000",
    264        "UMask": "0x1"
    265    },
    266    {
    267        "BriefDescription": "Offcore request = all data, response = any DRAM",
    268        "Counter": "2",
    269        "EventCode": "0xB7",
    270        "EventName": "OFFCORE_RESPONSE.DATA_IN.ANY_DRAM",
    271        "MSRIndex": "0x1A6",
    272        "MSRValue": "0x6033",
    273        "Offcore": "1",
    274        "SampleAfterValue": "100000",
    275        "UMask": "0x1"
    276    },
    277    {
    278        "BriefDescription": "Offcore request = all data, response = any LLC miss",
    279        "Counter": "2",
    280        "EventCode": "0xB7",
    281        "EventName": "OFFCORE_RESPONSE.DATA_IN.ANY_LLC_MISS",
    282        "MSRIndex": "0x1A6",
    283        "MSRValue": "0xF833",
    284        "Offcore": "1",
    285        "SampleAfterValue": "100000",
    286        "UMask": "0x1"
    287    },
    288    {
    289        "BriefDescription": "Offcore data reads, RFO's and prefetches statisfied by the local DRAM.",
    290        "Counter": "2",
    291        "EventCode": "0xB7",
    292        "EventName": "OFFCORE_RESPONSE.DATA_IN.LOCAL_DRAM",
    293        "MSRIndex": "0x1A6",
    294        "MSRValue": "0x4033",
    295        "Offcore": "1",
    296        "SampleAfterValue": "100000",
    297        "UMask": "0x1"
    298    },
    299    {
    300        "BriefDescription": "Offcore data reads, RFO's and prefetches statisfied by the remote DRAM",
    301        "Counter": "2",
    302        "EventCode": "0xB7",
    303        "EventName": "OFFCORE_RESPONSE.DATA_IN.REMOTE_DRAM",
    304        "MSRIndex": "0x1A6",
    305        "MSRValue": "0x2033",
    306        "Offcore": "1",
    307        "SampleAfterValue": "100000",
    308        "UMask": "0x1"
    309    },
    310    {
    311        "BriefDescription": "Offcore demand data requests satisfied by any DRAM",
    312        "Counter": "2",
    313        "EventCode": "0xB7",
    314        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA.ANY_DRAM",
    315        "MSRIndex": "0x1A6",
    316        "MSRValue": "0x6003",
    317        "Offcore": "1",
    318        "SampleAfterValue": "100000",
    319        "UMask": "0x1"
    320    },
    321    {
    322        "BriefDescription": "Offcore demand data requests that missed the LLC",
    323        "Counter": "2",
    324        "EventCode": "0xB7",
    325        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA.ANY_LLC_MISS",
    326        "MSRIndex": "0x1A6",
    327        "MSRValue": "0xF803",
    328        "Offcore": "1",
    329        "SampleAfterValue": "100000",
    330        "UMask": "0x1"
    331    },
    332    {
    333        "BriefDescription": "Offcore demand data requests satisfied by the local DRAM",
    334        "Counter": "2",
    335        "EventCode": "0xB7",
    336        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA.LOCAL_DRAM",
    337        "MSRIndex": "0x1A6",
    338        "MSRValue": "0x4003",
    339        "Offcore": "1",
    340        "SampleAfterValue": "100000",
    341        "UMask": "0x1"
    342    },
    343    {
    344        "BriefDescription": "Offcore demand data requests satisfied by a remote DRAM",
    345        "Counter": "2",
    346        "EventCode": "0xB7",
    347        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA.REMOTE_DRAM",
    348        "MSRIndex": "0x1A6",
    349        "MSRValue": "0x2003",
    350        "Offcore": "1",
    351        "SampleAfterValue": "100000",
    352        "UMask": "0x1"
    353    },
    354    {
    355        "BriefDescription": "Offcore demand data reads satisfied by any DRAM",
    356        "Counter": "2",
    357        "EventCode": "0xB7",
    358        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.ANY_DRAM",
    359        "MSRIndex": "0x1A6",
    360        "MSRValue": "0x6001",
    361        "Offcore": "1",
    362        "SampleAfterValue": "100000",
    363        "UMask": "0x1"
    364    },
    365    {
    366        "BriefDescription": "Offcore demand data reads that missed the LLC",
    367        "Counter": "2",
    368        "EventCode": "0xB7",
    369        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.ANY_LLC_MISS",
    370        "MSRIndex": "0x1A6",
    371        "MSRValue": "0xF801",
    372        "Offcore": "1",
    373        "SampleAfterValue": "100000",
    374        "UMask": "0x1"
    375    },
    376    {
    377        "BriefDescription": "Offcore demand data reads satisfied by the local DRAM",
    378        "Counter": "2",
    379        "EventCode": "0xB7",
    380        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.LOCAL_DRAM",
    381        "MSRIndex": "0x1A6",
    382        "MSRValue": "0x4001",
    383        "Offcore": "1",
    384        "SampleAfterValue": "100000",
    385        "UMask": "0x1"
    386    },
    387    {
    388        "BriefDescription": "Offcore demand data reads satisfied by a remote DRAM",
    389        "Counter": "2",
    390        "EventCode": "0xB7",
    391        "EventName": "OFFCORE_RESPONSE.DEMAND_DATA_RD.REMOTE_DRAM",
    392        "MSRIndex": "0x1A6",
    393        "MSRValue": "0x2001",
    394        "Offcore": "1",
    395        "SampleAfterValue": "100000",
    396        "UMask": "0x1"
    397    },
    398    {
    399        "BriefDescription": "Offcore demand code reads satisfied by any DRAM",
    400        "Counter": "2",
    401        "EventCode": "0xB7",
    402        "EventName": "OFFCORE_RESPONSE.DEMAND_IFETCH.ANY_DRAM",
    403        "MSRIndex": "0x1A6",
    404        "MSRValue": "0x6004",
    405        "Offcore": "1",
    406        "SampleAfterValue": "100000",
    407        "UMask": "0x1"
    408    },
    409    {
    410        "BriefDescription": "Offcore demand code reads that missed the LLC",
    411        "Counter": "2",
    412        "EventCode": "0xB7",
    413        "EventName": "OFFCORE_RESPONSE.DEMAND_IFETCH.ANY_LLC_MISS",
    414        "MSRIndex": "0x1A6",
    415        "MSRValue": "0xF804",
    416        "Offcore": "1",
    417        "SampleAfterValue": "100000",
    418        "UMask": "0x1"
    419    },
    420    {
    421        "BriefDescription": "Offcore demand code reads satisfied by the local DRAM",
    422        "Counter": "2",
    423        "EventCode": "0xB7",
    424        "EventName": "OFFCORE_RESPONSE.DEMAND_IFETCH.LOCAL_DRAM",
    425        "MSRIndex": "0x1A6",
    426        "MSRValue": "0x4004",
    427        "Offcore": "1",
    428        "SampleAfterValue": "100000",
    429        "UMask": "0x1"
    430    },
    431    {
    432        "BriefDescription": "Offcore demand code reads satisfied by a remote DRAM",
    433        "Counter": "2",
    434        "EventCode": "0xB7",
    435        "EventName": "OFFCORE_RESPONSE.DEMAND_IFETCH.REMOTE_DRAM",
    436        "MSRIndex": "0x1A6",
    437        "MSRValue": "0x2004",
    438        "Offcore": "1",
    439        "SampleAfterValue": "100000",
    440        "UMask": "0x1"
    441    },
    442    {
    443        "BriefDescription": "Offcore demand RFO requests satisfied by any DRAM",
    444        "Counter": "2",
    445        "EventCode": "0xB7",
    446        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.ANY_DRAM",
    447        "MSRIndex": "0x1A6",
    448        "MSRValue": "0x6002",
    449        "Offcore": "1",
    450        "SampleAfterValue": "100000",
    451        "UMask": "0x1"
    452    },
    453    {
    454        "BriefDescription": "Offcore demand RFO requests that missed the LLC",
    455        "Counter": "2",
    456        "EventCode": "0xB7",
    457        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.ANY_LLC_MISS",
    458        "MSRIndex": "0x1A6",
    459        "MSRValue": "0xF802",
    460        "Offcore": "1",
    461        "SampleAfterValue": "100000",
    462        "UMask": "0x1"
    463    },
    464    {
    465        "BriefDescription": "Offcore demand RFO requests satisfied by the local DRAM",
    466        "Counter": "2",
    467        "EventCode": "0xB7",
    468        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.LOCAL_DRAM",
    469        "MSRIndex": "0x1A6",
    470        "MSRValue": "0x4002",
    471        "Offcore": "1",
    472        "SampleAfterValue": "100000",
    473        "UMask": "0x1"
    474    },
    475    {
    476        "BriefDescription": "Offcore demand RFO requests satisfied by a remote DRAM",
    477        "Counter": "2",
    478        "EventCode": "0xB7",
    479        "EventName": "OFFCORE_RESPONSE.DEMAND_RFO.REMOTE_DRAM",
    480        "MSRIndex": "0x1A6",
    481        "MSRValue": "0x2002",
    482        "Offcore": "1",
    483        "SampleAfterValue": "100000",
    484        "UMask": "0x1"
    485    },
    486    {
    487        "BriefDescription": "Offcore other requests satisfied by any DRAM",
    488        "Counter": "2",
    489        "EventCode": "0xB7",
    490        "EventName": "OFFCORE_RESPONSE.OTHER.ANY_DRAM",
    491        "MSRIndex": "0x1A6",
    492        "MSRValue": "0x6080",
    493        "Offcore": "1",
    494        "SampleAfterValue": "100000",
    495        "UMask": "0x1"
    496    },
    497    {
    498        "BriefDescription": "Offcore other requests that missed the LLC",
    499        "Counter": "2",
    500        "EventCode": "0xB7",
    501        "EventName": "OFFCORE_RESPONSE.OTHER.ANY_LLC_MISS",
    502        "MSRIndex": "0x1A6",
    503        "MSRValue": "0xF880",
    504        "Offcore": "1",
    505        "SampleAfterValue": "100000",
    506        "UMask": "0x1"
    507    },
    508    {
    509        "BriefDescription": "Offcore other requests satisfied by a remote DRAM",
    510        "Counter": "2",
    511        "EventCode": "0xB7",
    512        "EventName": "OFFCORE_RESPONSE.OTHER.REMOTE_DRAM",
    513        "MSRIndex": "0x1A6",
    514        "MSRValue": "0x2080",
    515        "Offcore": "1",
    516        "SampleAfterValue": "100000",
    517        "UMask": "0x1"
    518    },
    519    {
    520        "BriefDescription": "Offcore prefetch data requests satisfied by any DRAM",
    521        "Counter": "2",
    522        "EventCode": "0xB7",
    523        "EventName": "OFFCORE_RESPONSE.PF_DATA.ANY_DRAM",
    524        "MSRIndex": "0x1A6",
    525        "MSRValue": "0x6030",
    526        "Offcore": "1",
    527        "SampleAfterValue": "100000",
    528        "UMask": "0x1"
    529    },
    530    {
    531        "BriefDescription": "Offcore prefetch data requests that missed the LLC",
    532        "Counter": "2",
    533        "EventCode": "0xB7",
    534        "EventName": "OFFCORE_RESPONSE.PF_DATA.ANY_LLC_MISS",
    535        "MSRIndex": "0x1A6",
    536        "MSRValue": "0xF830",
    537        "Offcore": "1",
    538        "SampleAfterValue": "100000",
    539        "UMask": "0x1"
    540    },
    541    {
    542        "BriefDescription": "Offcore prefetch data requests satisfied by the local DRAM",
    543        "Counter": "2",
    544        "EventCode": "0xB7",
    545        "EventName": "OFFCORE_RESPONSE.PF_DATA.LOCAL_DRAM",
    546        "MSRIndex": "0x1A6",
    547        "MSRValue": "0x4030",
    548        "Offcore": "1",
    549        "SampleAfterValue": "100000",
    550        "UMask": "0x1"
    551    },
    552    {
    553        "BriefDescription": "Offcore prefetch data requests satisfied by a remote DRAM",
    554        "Counter": "2",
    555        "EventCode": "0xB7",
    556        "EventName": "OFFCORE_RESPONSE.PF_DATA.REMOTE_DRAM",
    557        "MSRIndex": "0x1A6",
    558        "MSRValue": "0x2030",
    559        "Offcore": "1",
    560        "SampleAfterValue": "100000",
    561        "UMask": "0x1"
    562    },
    563    {
    564        "BriefDescription": "Offcore prefetch data reads satisfied by any DRAM",
    565        "Counter": "2",
    566        "EventCode": "0xB7",
    567        "EventName": "OFFCORE_RESPONSE.PF_DATA_RD.ANY_DRAM",
    568        "MSRIndex": "0x1A6",
    569        "MSRValue": "0x6010",
    570        "Offcore": "1",
    571        "SampleAfterValue": "100000",
    572        "UMask": "0x1"
    573    },
    574    {
    575        "BriefDescription": "Offcore prefetch data reads that missed the LLC",
    576        "Counter": "2",
    577        "EventCode": "0xB7",
    578        "EventName": "OFFCORE_RESPONSE.PF_DATA_RD.ANY_LLC_MISS",
    579        "MSRIndex": "0x1A6",
    580        "MSRValue": "0xF810",
    581        "Offcore": "1",
    582        "SampleAfterValue": "100000",
    583        "UMask": "0x1"
    584    },
    585    {
    586        "BriefDescription": "Offcore prefetch data reads satisfied by the local DRAM",
    587        "Counter": "2",
    588        "EventCode": "0xB7",
    589        "EventName": "OFFCORE_RESPONSE.PF_DATA_RD.LOCAL_DRAM",
    590        "MSRIndex": "0x1A6",
    591        "MSRValue": "0x4010",
    592        "Offcore": "1",
    593        "SampleAfterValue": "100000",
    594        "UMask": "0x1"
    595    },
    596    {
    597        "BriefDescription": "Offcore prefetch data reads satisfied by a remote DRAM",
    598        "Counter": "2",
    599        "EventCode": "0xB7",
    600        "EventName": "OFFCORE_RESPONSE.PF_DATA_RD.REMOTE_DRAM",
    601        "MSRIndex": "0x1A6",
    602        "MSRValue": "0x2010",
    603        "Offcore": "1",
    604        "SampleAfterValue": "100000",
    605        "UMask": "0x1"
    606    },
    607    {
    608        "BriefDescription": "Offcore prefetch code reads satisfied by any DRAM",
    609        "Counter": "2",
    610        "EventCode": "0xB7",
    611        "EventName": "OFFCORE_RESPONSE.PF_IFETCH.ANY_DRAM",
    612        "MSRIndex": "0x1A6",
    613        "MSRValue": "0x6040",
    614        "Offcore": "1",
    615        "SampleAfterValue": "100000",
    616        "UMask": "0x1"
    617    },
    618    {
    619        "BriefDescription": "Offcore prefetch code reads that missed the LLC",
    620        "Counter": "2",
    621        "EventCode": "0xB7",
    622        "EventName": "OFFCORE_RESPONSE.PF_IFETCH.ANY_LLC_MISS",
    623        "MSRIndex": "0x1A6",
    624        "MSRValue": "0xF840",
    625        "Offcore": "1",
    626        "SampleAfterValue": "100000",
    627        "UMask": "0x1"
    628    },
    629    {
    630        "BriefDescription": "Offcore prefetch code reads satisfied by the local DRAM",
    631        "Counter": "2",
    632        "EventCode": "0xB7",
    633        "EventName": "OFFCORE_RESPONSE.PF_IFETCH.LOCAL_DRAM",
    634        "MSRIndex": "0x1A6",
    635        "MSRValue": "0x4040",
    636        "Offcore": "1",
    637        "SampleAfterValue": "100000",
    638        "UMask": "0x1"
    639    },
    640    {
    641        "BriefDescription": "Offcore prefetch code reads satisfied by a remote DRAM",
    642        "Counter": "2",
    643        "EventCode": "0xB7",
    644        "EventName": "OFFCORE_RESPONSE.PF_IFETCH.REMOTE_DRAM",
    645        "MSRIndex": "0x1A6",
    646        "MSRValue": "0x2040",
    647        "Offcore": "1",
    648        "SampleAfterValue": "100000",
    649        "UMask": "0x1"
    650    },
    651    {
    652        "BriefDescription": "Offcore prefetch RFO requests satisfied by any DRAM",
    653        "Counter": "2",
    654        "EventCode": "0xB7",
    655        "EventName": "OFFCORE_RESPONSE.PF_RFO.ANY_DRAM",
    656        "MSRIndex": "0x1A6",
    657        "MSRValue": "0x6020",
    658        "Offcore": "1",
    659        "SampleAfterValue": "100000",
    660        "UMask": "0x1"
    661    },
    662    {
    663        "BriefDescription": "Offcore prefetch RFO requests that missed the LLC",
    664        "Counter": "2",
    665        "EventCode": "0xB7",
    666        "EventName": "OFFCORE_RESPONSE.PF_RFO.ANY_LLC_MISS",
    667        "MSRIndex": "0x1A6",
    668        "MSRValue": "0xF820",
    669        "Offcore": "1",
    670        "SampleAfterValue": "100000",
    671        "UMask": "0x1"
    672    },
    673    {
    674        "BriefDescription": "Offcore prefetch RFO requests satisfied by the local DRAM",
    675        "Counter": "2",
    676        "EventCode": "0xB7",
    677        "EventName": "OFFCORE_RESPONSE.PF_RFO.LOCAL_DRAM",
    678        "MSRIndex": "0x1A6",
    679        "MSRValue": "0x4020",
    680        "Offcore": "1",
    681        "SampleAfterValue": "100000",
    682        "UMask": "0x1"
    683    },
    684    {
    685        "BriefDescription": "Offcore prefetch RFO requests satisfied by a remote DRAM",
    686        "Counter": "2",
    687        "EventCode": "0xB7",
    688        "EventName": "OFFCORE_RESPONSE.PF_RFO.REMOTE_DRAM",
    689        "MSRIndex": "0x1A6",
    690        "MSRValue": "0x2020",
    691        "Offcore": "1",
    692        "SampleAfterValue": "100000",
    693        "UMask": "0x1"
    694    },
    695    {
    696        "BriefDescription": "Offcore prefetch requests satisfied by any DRAM",
    697        "Counter": "2",
    698        "EventCode": "0xB7",
    699        "EventName": "OFFCORE_RESPONSE.PREFETCH.ANY_DRAM",
    700        "MSRIndex": "0x1A6",
    701        "MSRValue": "0x6070",
    702        "Offcore": "1",
    703        "SampleAfterValue": "100000",
    704        "UMask": "0x1"
    705    },
    706    {
    707        "BriefDescription": "Offcore prefetch requests that missed the LLC",
    708        "Counter": "2",
    709        "EventCode": "0xB7",
    710        "EventName": "OFFCORE_RESPONSE.PREFETCH.ANY_LLC_MISS",
    711        "MSRIndex": "0x1A6",
    712        "MSRValue": "0xF870",
    713        "Offcore": "1",
    714        "SampleAfterValue": "100000",
    715        "UMask": "0x1"
    716    },
    717    {
    718        "BriefDescription": "Offcore prefetch requests satisfied by the local DRAM",
    719        "Counter": "2",
    720        "EventCode": "0xB7",
    721        "EventName": "OFFCORE_RESPONSE.PREFETCH.LOCAL_DRAM",
    722        "MSRIndex": "0x1A6",
    723        "MSRValue": "0x4070",
    724        "Offcore": "1",
    725        "SampleAfterValue": "100000",
    726        "UMask": "0x1"
    727    },
    728    {
    729        "BriefDescription": "Offcore prefetch requests satisfied by a remote DRAM",
    730        "Counter": "2",
    731        "EventCode": "0xB7",
    732        "EventName": "OFFCORE_RESPONSE.PREFETCH.REMOTE_DRAM",
    733        "MSRIndex": "0x1A6",
    734        "MSRValue": "0x2070",
    735        "Offcore": "1",
    736        "SampleAfterValue": "100000",
    737        "UMask": "0x1"
    738    }
    739]