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.
- Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.
Dependency Surface
- No C-style include directives detected by the generator.
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
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
- Atlas domain: Support Tooling And Documentation / tools.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.