linux/tools/perf/pmu-events/arch/x86/amdzen5/inst-cache.json

[
  {
    "EventName": "ic_cache_fill_l2",
    "EventCode": "0x82",
    "BriefDescription": "Instruction cache lines (64 bytes) fulfilled from the L2 cache."
  },
  {
    "EventName": "ic_cache_fill_sys",
    "EventCode": "0x83",
    "BriefDescription": "Instruction cache lines (64 bytes) fulfilled from system memory or another cache."
  },
  {
    "EventName": "ic_fetch_ibs_events.fetch_tagged",
    "EventCode": "0x188",
    "BriefDescription": "Fetches tagged by Fetch IBS. Not all tagged fetches result in a valid sample and an IBS interrupt.",
    "UMask": "0x02"
  },
  {
    "EventName": "ic_fetch_ibs_events.sample_discarded",
    "EventCode": "0x188",
    "BriefDescription": "Fetches discarded after being tagged by Fetch IBS due to reasons other than IBS filtering.",
    "UMask": "0x04"
  },
  {
    "EventName": "ic_fetch_ibs_events.sample_filtered",
    "EventCode": "0x188",
    "BriefDescription": "Fetches discarded after being tagged by Fetch IBS due to IBS filtering.",
    "UMask": "0x08"
  },
  {
    "EventName": "ic_fetch_ibs_events.sample_valid",
    "EventCode": "0x188",
    "BriefDescription": "Fetches tagged by Fetch IBS that result in a valid sample and an IBS interrupt.",
    "UMask": "0x10"
  },
  {
    "EventName": "ic_tag_hit_miss.instruction_cache_hit",
    "EventCode": "0x18e",
    "BriefDescription": "Instruction cache hits.",
    "UMask": "0x07"
  },
  {
    "EventName": "ic_tag_hit_miss.instruction_cache_miss",
    "EventCode": "0x18e",
    "BriefDescription": "Instruction cache misses.",
    "UMask": "0x18"
  },
  {
    "EventName": "ic_tag_hit_miss.all_instruction_cache_accesses",
    "EventCode": "0x18e",
    "BriefDescription": "Instruction cache accesses of all types.",
    "UMask": "0x1f"
  },
  {
    "EventName": "op_cache_hit_miss.op_cache_hit",
    "EventCode": "0x28f",
    "BriefDescription": "Op cache hits.",
    "UMask": "0x03"
  },
  {
    "EventName": "op_cache_hit_miss.op_cache_miss",
    "EventCode": "0x28f",
    "BriefDescription": "Op cache misses.",
    "UMask": "0x04"
  },
  {
    "EventName": "op_cache_hit_miss.all_op_cache_accesses",
    "EventCode": "0x28f",
    "BriefDescription": "Op cache accesses of all types.",
    "UMask": "0x07"
  }
]