1 1.3 thorpej /* $NetBSD: profile.h,v 1.3 1997/04/16 23:00:53 thorpej Exp $ */ 2 1.2 thorpej 3 1.2 thorpej #define _MCOUNT_DECL void mcount 4 1.2 thorpej 5 1.2 thorpej /* XXX implement XXX */ 6 1.2 thorpej 7 1.3 thorpej #define MCOUNT 8 1.3 thorpej 9 1.3 thorpej #ifdef _KERNEL 10 1.3 thorpej #define MCOUNT_ENTER 11 1.3 thorpej #define MCONT_EXIT 12 1.3 thorpej #endif 13