tools/perf/pmu-events/arch/arm64/fujitsu/monaka/exception.json

Source file repositories/reference/linux-study-clean/tools/perf/pmu-events/arch/arm64/fujitsu/monaka/exception.json

File Facts

System
Linux kernel
Corpus path
tools/perf/pmu-events/arch/arm64/fujitsu/monaka/exception.json
Extension
.json
Size
1682 bytes
Lines
43
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

[
    {
        "ArchStdEvent": "EXC_TAKEN",
        "BriefDescription": "This event counts each exception taken."
    },
    {
        "ArchStdEvent": "EXC_RETURN",
        "BriefDescription": "This event counts each executed exception return instruction."
    },
    {
        "ArchStdEvent": "EXC_UNDEF",
        "BriefDescription": "This event counts only other synchronous exceptions that are taken locally."
    },
    {
        "ArchStdEvent": "EXC_SVC",
        "BriefDescription": "This event counts only Supervisor Call exceptions that are taken locally."
    },
    {
        "ArchStdEvent": "EXC_PABORT",
        "BriefDescription": "This event counts only Instruction Abort exceptions that are taken locally."
    },
    {
        "ArchStdEvent": "EXC_DABORT",
        "BriefDescription": "This event counts only Data Abort or SError interrupt exceptions that are taken locally."
    },
    {
        "ArchStdEvent": "EXC_IRQ",
        "BriefDescription": "This event counts only IRQ exceptions that are taken locally, including Virtual IRQ exceptions."
    },
    {
        "ArchStdEvent": "EXC_FIQ",
        "BriefDescription": "This event counts only FIQ exceptions that are taken locally, including Virtual FIQ exceptions."
    },
    {
        "ArchStdEvent": "EXC_SMC",
        "BriefDescription": "This event counts only Secure Monitor Call exceptions. This event does not increment on SMC instructions trapped as a Hyp Trap exception."
    },
    {
        "ArchStdEvent": "EXC_HVC",
        "BriefDescription": "This event counts for both Hypervisor Call exceptions taken locally in the hypervisor and those taken as an exception from Non-secure EL1."
    }
]

Annotation

Implementation Notes