diff options
author | Ingo Molnar <mingo@kernel.org> | 2012-07-06 13:12:17 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-07-06 13:12:17 +0400 |
commit | 35c2f48c66d9c1b8d794c3936c3be22aa7c89adb (patch) | |
tree | de0233d45fec273920bce0bc8640465cbf439600 /include | |
parent | 47fbc518a4b5c9a949f7cab8b14a00d3549bf138 (diff) | |
parent | a5fb833172eca69136e9ee1ada778e404086ab8a (diff) | |
download | linux-35c2f48c66d9c1b8d794c3936c3be22aa7c89adb.tar.xz |
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core
Pull tracing updates from Steve Rostedt.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ftrace_event.h | 2 | ||||
-rw-r--r-- | include/trace/ftrace.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h index 1aff18346c71..af961d6f7ab1 100644 --- a/include/linux/ftrace_event.h +++ b/include/linux/ftrace_event.h @@ -65,7 +65,7 @@ struct trace_iterator { void *private; int cpu_file; struct mutex mutex; - struct ring_buffer_iter *buffer_iter[NR_CPUS]; + struct ring_buffer_iter **buffer_iter; unsigned long iter_flags; /* trace_seq for __print_flags() and __print_symbolic() etc. */ diff --git a/include/trace/ftrace.h b/include/trace/ftrace.h index 769724944fc6..c6bc2faaf261 100644 --- a/include/trace/ftrace.h +++ b/include/trace/ftrace.h @@ -571,6 +571,7 @@ static inline void ftrace_test_probe_##call(void) \ #undef __print_flags #undef __print_symbolic +#undef __print_hex #undef __get_dynamic_array #undef __get_str |