Home | History | Annotate | Line # | Download | only in include
profile.h revision 1.1
      1 /*	$NetBSD: profile.h,v 1.1 1997/10/14 06:48:35 sakamoto Exp $	*/
      2 
      3 #define	_MCOUNT_DECL	void mcount
      4 
      5 /* XXX implement XXX */
      6 
      7 #define	MCOUNT
      8 
      9 #ifdef _KERNEL
     10 #define	MCOUNT_ENTER
     11 #define	MCONT_EXIT
     12 #endif
     13