arch/um/kernel/gprof_syms.c

Source file repositories/reference/linux-study-clean/arch/um/kernel/gprof_syms.c

File Facts

System
Linux kernel
Corpus path
arch/um/kernel/gprof_syms.c
Extension
.c
Size
194 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/um
Inferred role
Architecture Layer: exported/initcall integration point
Status
integration 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

// SPDX-License-Identifier: GPL-2.0
/* 
 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
 */

#include <linux/module.h>

extern void mcount(void);
EXPORT_SYMBOL(mcount);

Annotation

Implementation Notes