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

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

File Facts

System
Linux kernel
Corpus path
tools/perf/pmu-events/arch/x86/silvermont/other.json
Extension
.json
Size
1106 bytes
Lines
21
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",
        "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",
        "UMask": "0x3f"
    },
    {
        "BriefDescription": "Cycles code-fetch stalled due to an outstanding ITLB miss.",
        "Counter": "0,1",
        "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": "0x2"
    }
]

Annotation

Implementation Notes