brintos

brintos / linux-shallow public Read only

0
0
Text · 2.2 KiB · ad75e5b Raw
73 lines · json
1[2  {3    "EventName": "ic_cache_fill_l2",4    "EventCode": "0x82",5    "BriefDescription": "Instruction cache lines (64 bytes) fulfilled from the L2 cache."6  },7  {8    "EventName": "ic_cache_fill_sys",9    "EventCode": "0x83",10    "BriefDescription": "Instruction cache lines (64 bytes) fulfilled from system memory or another cache."11  },12  {13    "EventName": "ic_fetch_ibs_events.fetch_tagged",14    "EventCode": "0x188",15    "BriefDescription": "Fetches tagged by Fetch IBS. Not all tagged fetches result in a valid sample and an IBS interrupt.",16    "UMask": "0x02"17  },18  {19    "EventName": "ic_fetch_ibs_events.sample_discarded",20    "EventCode": "0x188",21    "BriefDescription": "Fetches discarded after being tagged by Fetch IBS due to reasons other than IBS filtering.",22    "UMask": "0x04"23  },24  {25    "EventName": "ic_fetch_ibs_events.sample_filtered",26    "EventCode": "0x188",27    "BriefDescription": "Fetches discarded after being tagged by Fetch IBS due to IBS filtering.",28    "UMask": "0x08"29  },30  {31    "EventName": "ic_fetch_ibs_events.sample_valid",32    "EventCode": "0x188",33    "BriefDescription": "Fetches tagged by Fetch IBS that result in a valid sample and an IBS interrupt.",34    "UMask": "0x10"35  },36  {37    "EventName": "ic_tag_hit_miss.instruction_cache_hit",38    "EventCode": "0x18e",39    "BriefDescription": "Instruction cache hits.",40    "UMask": "0x07"41  },42  {43    "EventName": "ic_tag_hit_miss.instruction_cache_miss",44    "EventCode": "0x18e",45    "BriefDescription": "Instruction cache misses.",46    "UMask": "0x18"47  },48  {49    "EventName": "ic_tag_hit_miss.all_instruction_cache_accesses",50    "EventCode": "0x18e",51    "BriefDescription": "Instruction cache accesses of all types.",52    "UMask": "0x1f"53  },54  {55    "EventName": "op_cache_hit_miss.op_cache_hit",56    "EventCode": "0x28f",57    "BriefDescription": "Op cache hits.",58    "UMask": "0x03"59  },60  {61    "EventName": "op_cache_hit_miss.op_cache_miss",62    "EventCode": "0x28f",63    "BriefDescription": "Op cache misses.",64    "UMask": "0x04"65  },66  {67    "EventName": "op_cache_hit_miss.all_op_cache_accesses",68    "EventCode": "0x28f",69    "BriefDescription": "Op cache accesses of all types.",70    "UMask": "0x07"71  }72]73