root/arch/um/kernel/gprof_syms.c

/* [<][>][^][v][top][bottom][index][help] */
   1 // SPDX-License-Identifier: GPL-2.0
   2 /* 
   3  * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
   4  */
   5 
   6 #include <linux/module.h>
   7 
   8 extern void mcount(void);
   9 EXPORT_SYMBOL(mcount);

/* [<][>][^][v][top][bottom][index][help] */