From 47dd066dfec8ab73f7b1886920e153402baa4597 Mon Sep 17 00:00:00 2001 From: wcohen Date: Tue, 12 Sep 2006 22:05:48 +0000 Subject: Systemtap perfmon support to access the processors perfmon hardware. --- runtime/runtime.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime/runtime.h') diff --git a/runtime/runtime.h b/runtime/runtime.h index f0dec3c4..84c79f79 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -69,6 +69,9 @@ static struct #include "copy.c" #include "sym.h" #include "alloc.c" +#ifdef STP_PERFMON +#include "perf.c" +#endif /************* Module Stuff ********************/ -- cgit