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

Source file repositories/reference/linux-study-clean/tools/perf/pmu-events/arch/x86/amdzen5/inst-cache.json

File Facts

System
Linux kernel
Corpus path
tools/perf/pmu-events/arch/x86/amdzen5/inst-cache.json
Extension
.json
Size
2227 bytes
Lines
73
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

[
  {
    "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"

Annotation

Implementation Notes