arch/sparc/include/asm/ftrace.h

Source file repositories/reference/linux-study-clean/arch/sparc/include/asm/ftrace.h

File Facts

System
Linux kernel
Corpus path
arch/sparc/include/asm/ftrace.h
Extension
.h
Size
802 bytes
Lines
35
Domain
Architecture Layer
Bucket
arch/sparc
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

struct dyn_arch_ftrace {
};
#endif /*  CONFIG_DYNAMIC_FTRACE */

unsigned long prepare_ftrace_return(unsigned long parent,
				    unsigned long self_addr,
				    unsigned long frame_pointer);

#endif /* _ASM_SPARC64_FTRACE */

Annotation

Implementation Notes