[GIT PULL] tracing updates

From: Frederic Weisbecker
Date: Sun Dec 13 2009 - 08:08:40 EST


Ingo,

Please pull the tracing/core branch that can be found at:

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
tracing/core

Thanks,
Frederic
---

Li Zefan (13):
tracing: Extract duplicate ftrace_raw_init_event_foo()
tracing: Pull up calls to trace_define_common_fields()
tracing: Move a printk out of ftrace_raw_reg_event_foo()
ftrace: Return EINVAL when writing invalid val to set_ftrace_filter
ftrace: Call trace_parser_clear() properly
function-graph: Allow writing the same val to set_graph_function
tracing: Use seq file for trace_options
tracing: Use seq file for trace_clock
tracing: Remove useless trace option
tracing: Simplify trace_option_write()
tracing: Change event->profile_count to be int type
tracing/power: Remove two exports
ksym_tracer: Fix compile warnings


include/linux/ftrace_event.h | 4 +-
include/linux/syscalls.h | 6 +-
include/trace/ftrace.h | 56 ++-----------
kernel/trace/ftrace.c | 30 ++++---
kernel/trace/power-traces.c | 2 -
kernel/trace/trace.c | 166 +++++++++++++-----------------------
kernel/trace/trace.h | 23 +++---
kernel/trace/trace_event_profile.c | 6 +-
kernel/trace/trace_events.c | 41 +++++++--
kernel/trace/trace_export.c | 4 -
kernel/trace/trace_kprobe.c | 9 --
kernel/trace/trace_ksym.c | 13 ++--
kernel/trace/trace_syscalls.c | 18 +----
13 files changed, 146 insertions(+), 232 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/