summaryrefslogtreecommitdiffstats
path: root/runtime/alloc.c
diff options
context:
space:
mode:
authorhunt <hunt>2008-01-15 16:58:29 +0000
committerhunt <hunt>2008-01-15 16:58:29 +0000
commit05d3c43fc2e9034d42d0a0423d8ccb4991e222c3 (patch)
tree2a1611a9cb7c8668bd823c8aa348c31306ddd92b /runtime/alloc.c
parent68c2e2a316c7a22d058041dcba205b1e3309477d (diff)
downloadsystemtap-steved-05d3c43fc2e9034d42d0a0423d8ccb4991e222c3.tar.gz
systemtap-steved-05d3c43fc2e9034d42d0a0423d8ccb4991e222c3.tar.xz
systemtap-steved-05d3c43fc2e9034d42d0a0423d8ccb4991e222c3.zip
Turn DEBUG_MEM off by default.
Diffstat (limited to 'runtime/alloc.c')
-rw-r--r--runtime/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/alloc.c b/runtime/alloc.c
index 71b592a7..f022755a 100644
--- a/runtime/alloc.c
+++ b/runtime/alloc.c
@@ -14,7 +14,7 @@
static int _stp_allocated_net_memory = 0;
#define STP_ALLOC_FLAGS (GFP_KERNEL | __GFP_NORETRY | __GFP_NOWARN)
-#define DEBUG_MEM
+//#define DEBUG_MEM
/*
* If DEBUG_MEM is defined (stap -DDEBUG_MEM ...) then full memory
* tracking is used. Each allocation is recorded and matched with