gprof_syms.c 535 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (C) 2001, 2002 Jeff Dike (jdike@karaya.com)
  3. * Licensed under the GPL
  4. */
  5. #include "linux/module.h"
  6. extern void mcount(void);
  7. EXPORT_SYMBOL(mcount);
  8. /*
  9. * Overrides for Emacs so that we follow Linus's tabbing style.
  10. * Emacs will notice this stuff at the end of the file and automatically
  11. * adjust the settings for this buffer only. This must remain at the end
  12. * of the file.
  13. * ---------------------------------------------------------------------------
  14. * Local variables:
  15. * c-file-style: "linux"
  16. * End:
  17. */