Messages in this thread |  | | | From | Frederic Weisbecker <> | | Subject | [GIT PULL] tracing updates for 2.6.32 | | Date | Sat, 18 Jul 2009 03:16:57 -0400 |
| |
Hi Ingo, Thomas,
Here are some fixes and enhancements for the 2.6.32 tracing tree.
Impacts:
- A spurious warning in the lockless ring buffer had been shutdown - Simplifications of various ftrace code areas resulting in more deletions than additions.
These changes have been based against tip:tracing/core
Thanks,
Frederic.
The following changes since commit e202687927c132b1e1ff36b526b5e78ac33de840: Ingo Molnar (1): Merge branch 'tip/tracing/ring-buffer-3' of git://git.kernel.org/.../rostedt/linux-2.6-trace into tracing/core
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git tracing/core
Lai Jiangshan (1): ring_buffer: Fix warning while ignoring cmpxchg return value
Xiao Guangrong (3): tracing/function: Simplify __ftrace_replace_code() tracing/trace_stack: Cleanup for trace_lookup_stack() tracing/function: Cleanup for function tracer
kernel/trace/ftrace.c | 89 +++++++++------------------------------ kernel/trace/ring_buffer.c | 9 +++- kernel/trace/trace_functions.c | 4 +- kernel/trace/trace_stack.c | 9 +---- 4 files changed, 30 insertions(+), 81 deletions(-)
|  |