summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/trace/trace.h')
-rw-r--r--kernel/trace/trace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/trace/trace.h b/kernel/trace/trace.h
index b93ecbadad6d..55c6ea00f28a 100644
--- a/kernel/trace/trace.h
+++ b/kernel/trace/trace.h
@@ -288,6 +288,8 @@ struct tracer {
288/* for function tracing recursion */ 288/* for function tracing recursion */
289#define TRACE_INTERNAL_BIT (1<<11) 289#define TRACE_INTERNAL_BIT (1<<11)
290#define TRACE_GLOBAL_BIT (1<<12) 290#define TRACE_GLOBAL_BIT (1<<12)
291#define TRACE_CONTROL_BIT (1<<13)
292
291/* 293/*
292 * Abuse of the trace_recursion. 294 * Abuse of the trace_recursion.
293 * As we need a way to maintain state if we are tracing the function 295 * As we need a way to maintain state if we are tracing the function