]> sourceware.org Git - systemtap.git/commitdiff
Turn DEBUG_MEM off by default.
authorhunt <hunt>
Tue, 15 Jan 2008 16:58:29 +0000 (16:58 +0000)
committerhunt <hunt>
Tue, 15 Jan 2008 16:58:29 +0000 (16:58 +0000)
runtime/alloc.c

index 71b592a7cd333762a57af873074e94404b7948f1..f022755a7f31d4f41079949e06fea4963089b527 100644 (file)
@@ -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 
This page took 0.028189 seconds and 5 git commands to generate.