gprof_syms.c 184 B

123456789
  1. /*
  2. * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
  3. * Licensed under the GPL
  4. */
  5. #include <linux/module.h>
  6. extern void mcount(void);
  7. EXPORT_SYMBOL(mcount);