All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] [GIT PULL] tracing: updates for 2.6.32
@ 2009-08-26  4:59 Steven Rostedt
  2009-08-26  4:59 ` [PATCH 1/8] tracing/sched: show CPU task wakes up on in trace event Steven Rostedt
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Steven Rostedt @ 2009-08-26  4:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar, Andrew Morton, Frederic Weisbecker


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


Josh Triplett (1):
      tracing: Add vim script to enable folding for function_graph traces

Li Zefan (3):
      tracing/filters: Add filter_type to struct ftrace_event_field
      tracing/filters: Add __field_ext() to TRACE_EVENT
      tracing/filters: Support filtering for char * strings

Steven Rostedt (2):
      tracing/sched: show CPU task wakes up on in trace event
      tracing: add comments to explain TRACE_EVENT out of protection

Xiao Guangrong (1):
      tracing/events: fix the include file dependencies

Zhaolei (1):
      ftrace: Move setting of clock-source out of options

----
 Documentation/trace/function-graph-fold.vim |   42 ++++++++++++
 include/linux/ftrace_event.h                |   10 +++-
 include/linux/tracepoint.h                  |   12 +++-
 include/trace/define_trace.h                |    1 +
 include/trace/events/sched.h                |   12 +++-
 include/trace/ftrace.h                      |   31 +++++++--
 kernel/trace/trace.c                        |   92 ++++++++++++++++++++++-----
 kernel/trace/trace.h                        |    9 ++-
 kernel/trace/trace_events.c                 |   11 +++-
 kernel/trace/trace_events_filter.c          |   47 ++++++++++----
 kernel/trace/trace_export.c                 |    8 ++-
 kernel/trace/trace_syscalls.c               |    6 +-
 12 files changed, 226 insertions(+), 55 deletions(-)

-- 

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-08-26  6:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-26  4:59 [PATCH 0/8] [GIT PULL] tracing: updates for 2.6.32 Steven Rostedt
2009-08-26  4:59 ` [PATCH 1/8] tracing/sched: show CPU task wakes up on in trace event Steven Rostedt
2009-08-26  4:59 ` [PATCH 2/8] tracing: Add vim script to enable folding for function_graph traces Steven Rostedt
2009-08-26  4:59 ` [PATCH 3/8] tracing/filters: Add filter_type to struct ftrace_event_field Steven Rostedt
2009-08-26  4:59 ` [PATCH 4/8] tracing/filters: Add __field_ext() to TRACE_EVENT Steven Rostedt
2009-08-26  4:59 ` [PATCH 5/8] tracing/filters: Support filtering for char patches prog prog2 quilt-mail x strings Steven Rostedt
2009-08-26  4:59 ` [PATCH 6/8] ftrace: Move setting of clock-source out of options Steven Rostedt
2009-08-26  4:59 ` [PATCH 7/8] tracing/events: fix the include file dependencies Steven Rostedt
2009-08-26  4:59 ` [PATCH 8/8] tracing: add comments to explain TRACE_EVENT out of protection Steven Rostedt
2009-08-26  6:27 ` [PATCH 0/8] [GIT PULL] tracing: updates for 2.6.32 Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.