Kernel  |  2.6.39

下载     查看原文件
C++程序  |  7行  |  112 B
#include <linux/module.h>
#include <asm/ftrace.h>

#ifdef CONFIG_FUNCTION_TRACER
EXPORT_SYMBOL(_mcount);
#endif