diff options
author | Steven Rostedt <srostedt@redhat.com> | 2011-01-27 23:19:49 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2011-02-07 20:56:20 -0500 |
commit | 4a3d27e98a7f2682e96d6f863752e0424b00d691 (patch) | |
tree | 9bbd549ad3170123101b3b5828556ea9f864bdfd /include/linux/ftrace_event.h | |
parent | 43cd414552d8137157e926e46361678ea867e476 (diff) |
tracing/filter: Move MAX_FILTER_PRED to local tracing directory
The MAX_FILTER_PRED is only needed by the kernel/trace/*.c files.
Move it to kernel/trace/trace.h.
Cc: Tom Zanussi <tzanussi@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'include/linux/ftrace_event.h')
-rw-r--r-- | include/linux/ftrace_event.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h index 47e3997f7b5c..1a99e7939c2b 100644 --- a/include/linux/ftrace_event.h +++ b/include/linux/ftrace_event.h | |||
@@ -208,7 +208,6 @@ struct ftrace_event_call { | |||
208 | 208 | ||
209 | #define PERF_MAX_TRACE_SIZE 2048 | 209 | #define PERF_MAX_TRACE_SIZE 2048 |
210 | 210 | ||
211 | #define MAX_FILTER_PRED 32 | ||
212 | #define MAX_FILTER_STR_VAL 256 /* Should handle KSYM_SYMBOL_LEN */ | 211 | #define MAX_FILTER_STR_VAL 256 /* Should handle KSYM_SYMBOL_LEN */ |
213 | 212 | ||
214 | extern void destroy_preds(struct ftrace_event_call *call); | 213 | extern void destroy_preds(struct ftrace_event_call *call); |