summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/profile.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-05-19 15:41:26 +0000
committerbde <bde@FreeBSD.org>2004-05-19 15:41:26 +0000
commitf309a749f55f70c2cd608bb5406228db7803873f (patch)
treecf3f3f9c7355143e263b31af5e429443de31dd41 /sys/powerpc/include/profile.h
parenteef4a496456d18eaa620744429e239336c1cc5fe (diff)
downloadFreeBSD-src-f309a749f55f70c2cd608bb5406228db7803873f.zip
FreeBSD-src-f309a749f55f70c2cd608bb5406228db7803873f.tar.gz
Moved most of the "MI" definitions and declarations from <machine/profile.h>
to <sys/gmon.h>. Cleaned them up a little by not attempting to ifdef for incomplete and out of date support for GUPROF in userland, as in the sparc64 version.
Diffstat (limited to 'sys/powerpc/include/profile.h')
-rw-r--r--sys/powerpc/include/profile.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/powerpc/include/profile.h b/sys/powerpc/include/profile.h
index c6dbf91..6960fb1 100644
--- a/sys/powerpc/include/profile.h
+++ b/sys/powerpc/include/profile.h
@@ -49,17 +49,6 @@ _mcount() \
#define MCOUNT_ENTER(s)
#define MCOUNT_EXIT(s)
#define MCOUNT_DECL(s)
-#ifdef GUPROF
-struct gmonparam;
-
-void nullfunc_loop_profiled(void);
-void nullfunc_profiled(void);
-void startguprof(struct gmonparam *p);
-void stopguprof(struct gmonparam *p);
-#else
-#define startguprof(p)
-#define stopguprof(p)
-#endif /* GUPROF */
#endif
#endif /* !_MACHINE_PROFILE_H_ */
OpenPOWER on IntegriCloud