tools/perf/pmu-events/arch/x86/goldmont/other.json

Source file repositories/reference/linux-study-clean/tools/perf/pmu-events/arch/x86/goldmont/other.json

File Facts

System
Linux kernel
Corpus path
tools/perf/pmu-events/arch/x86/goldmont/other.json
Extension
.json
Size
2272 bytes
Lines
47
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

[
    {
        "BriefDescription": "Cycles code-fetch stalled due to any reason.",
        "Counter": "0,1,2,3",
        "EventCode": "0x86",
        "EventName": "FETCH_STALL.ALL",
        "PublicDescription": "Counts cycles that fetch is stalled due to any reason. That is, the decoder queue is able to accept bytes, but the fetch unit is unable to provide bytes.  This will include cycles due to an ITLB miss, ICache miss and other events.",
        "SampleAfterValue": "200003"
    },
    {
        "BriefDescription": "Cycles code-fetch stalled due to an outstanding ITLB miss.",
        "Counter": "0,1,2,3",
        "EventCode": "0x86",
        "EventName": "FETCH_STALL.ITLB_FILL_PENDING_CYCLES",
        "PublicDescription": "Counts cycles that fetch is stalled due to an outstanding ITLB miss. That is, the decoder queue is able to accept bytes, but the fetch unit is unable to provide bytes due to an ITLB miss.  Note: this event is not the same as page walk cycles to retrieve an instruction translation.",
        "SampleAfterValue": "200003",
        "UMask": "0x1"
    },
    {
        "BriefDescription": "Cycles hardware interrupts are masked",
        "Counter": "0,1,2,3",
        "EventCode": "0xCB",
        "EventName": "HW_INTERRUPTS.MASKED",
        "PublicDescription": "Counts the number of core cycles during which interrupts are masked (disabled). Increments by 1 each core cycle that EFLAGS.IF is 0, regardless of whether interrupts are pending or not.",
        "SampleAfterValue": "200003",
        "UMask": "0x2"
    },
    {
        "BriefDescription": "Cycles pending interrupts are masked",
        "Counter": "0,1,2,3",
        "EventCode": "0xCB",
        "EventName": "HW_INTERRUPTS.PENDING_AND_MASKED",
        "PublicDescription": "Counts core cycles during which there are pending interrupts, but interrupts are masked (EFLAGS.IF = 0).",
        "SampleAfterValue": "200003",
        "UMask": "0x4"
    },
    {
        "BriefDescription": "Hardware interrupts received",
        "Counter": "0,1,2,3",
        "EventCode": "0xCB",
        "EventName": "HW_INTERRUPTS.RECEIVED",
        "PublicDescription": "Counts hardware interrupts received by the processor.",
        "SampleAfterValue": "203",
        "UMask": "0x1"
    }
]

Annotation

Implementation Notes