From: hunt Date: Tue, 15 Jan 2008 16:58:29 +0000 (+0000) Subject: Turn DEBUG_MEM off by default. X-Git-Tag: release-0.6.2~138 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=05d3c43fc2e9034d42d0a0423d8ccb4991e222c3;p=systemtap.git Turn DEBUG_MEM off by default. --- diff --git a/runtime/alloc.c b/runtime/alloc.c index 71b592a7c..f022755a7 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