From 886c05d0b60db5f654db4301e72d7b0ddb5f326f Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 3 Sep 2008 15:11:41 +0000 Subject: [PATCH] Macro for additional scheduling analysis tracing. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27305 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/config_headers/tracing_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/build/config_headers/tracing_config.h b/build/config_headers/tracing_config.h index cbf7da5f1d..4b76b2b0aa 100644 --- a/build/config_headers/tracing_config.h +++ b/build/config_headers/tracing_config.h @@ -35,6 +35,7 @@ #define NET_BUFFER_TRACING_STACK_TRACE 0 /* stack trace depth */ #define RUNTIME_LOADER_TRACING 0 #define SCHEDULER_TRACING 0 +#define SCHEDULING_ANALYSIS_TRACING 0 #define SIGNAL_TRACING 0 #define SWAP_TRACING 0 #define SYSCALL_TRACING 0