Messages in this thread |  | | | Date | Wed, 06 Jan 2010 18:13:49 -0500 | | From | Steven Rostedt <> | | Subject | [PATCH 0/11][GIT PULL] tracing: various updates for 2.6.34 |
| |
Ingo,
Please pull the latest tip/tracing/core tree, which can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git tip/tracing/core
Lai Jiangshan (7): tracing: Have __dynamic_array() define a field tracing: Add print_fmt field tracing/syscalls: Init print_fmt for syscall events tracing/kprobes: Init print_fmt for kprobe events tracing: Use defined fields and print_fmt to print formats tracing: Remove show_format and related macros from TRACE_EVENT tracing: Consolidate protection of reader access to the ring buffer
Steven Rostedt (2): tracing: Have syscall tracing call its own init function tracing: Add stack dump to trace_printk if stacktrace option is set
Wolfram Sang (2): tracing: optimize recordmcount.pl for offsets-handling tracing: Use appropriate perl constructs in recordmcount.pl
---- include/linux/ftrace_event.h | 3 +- include/linux/syscalls.h | 6 +- include/trace/ftrace.h | 161 +++++++++-------------------------------- include/trace/syscall.h | 4 - kernel/trace/trace.c | 144 ++++++++++++++++++++++++++----------- kernel/trace/trace_events.c | 77 +++++++++++--------- kernel/trace/trace_export.c | 87 ++++------------------- kernel/trace/trace_kprobe.c | 104 +++++++++++--------------- kernel/trace/trace_syscalls.c | 106 ++++++++++++++-------------- scripts/recordmcount.pl | 47 +++++------- 10 files changed, 310 insertions(+), 429 deletions(-)
|  |