public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] [git pull] for tip/tracing/ftrace
@ 2009-02-28  9:06 Steven Rostedt
  2009-02-28  9:06 ` [PATCH 01/10] tracing: move trace point formats to files in include/trace directory Steven Rostedt
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Steven Rostedt @ 2009-02-28  9:06 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ingo Molnar, Andrew Morton, Peter Zijlstra, Frederic Weisbecker,
	Mathieu Desnoyers, Tom Zanussi, Masami Hiramatsu, KOSAKI Motohiro,
	Jason Baron, Frank Ch. Eigler, acme

Ingo,

Please pull the latest tip/tracing/ftrace tree, which can be found at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git
tip/tracing/ftrace


Steven Rostedt (10):
      tracing: move trace point formats to files in include/trace directory
      tracing: add subsystem level to trace events
      tracing: make the set_event and available_events subsystem aware
      tracing: add subsystem irq for irq events
      tracing: add subsystem sched for sched events
      tracing: add interface to write into current tracer buffer
      tracing: add raw trace point recording infrastructure
      tracing: add raw fast tracing interface for trace events
      tracing: create the C style tracing for the sched subsystem
      tracing: create the C style tracing for the irq subsystem

----
 include/linux/tracepoint.h          |    3 +
 include/trace/irq_event_types.h     |   24 +++-
 include/trace/sched_event_types.h   |  124 ++++++++++++---
 include/trace/trace_event_types.h   |    4 +
 include/trace/trace_events.h        |    4 +
 kernel/trace/events.c               |   20 ++-
 kernel/trace/trace.c                |   14 ++
 kernel/trace/trace.h                |   32 ++++
 kernel/trace/trace_events.c         |  294 +++++++++++++++++++++++++++++++----
 kernel/trace/trace_events.h         |   55 -------
 kernel/trace/trace_events_stage_1.h |   34 ++++
 kernel/trace/trace_events_stage_2.h |   72 +++++++++
 kernel/trace/trace_events_stage_3.h |  219 ++++++++++++++++++++++++++
 13 files changed, 776 insertions(+), 123 deletions(-)
-- 

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

end of thread, other threads:[~2009-03-02 13:23 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-28  9:06 [PATCH 00/10] [git pull] for tip/tracing/ftrace Steven Rostedt
2009-02-28  9:06 ` [PATCH 01/10] tracing: move trace point formats to files in include/trace directory Steven Rostedt
2009-02-28  9:06 ` [PATCH 02/10] tracing: add subsystem level to trace events Steven Rostedt
2009-02-28  9:06 ` [PATCH 03/10] tracing: make the set_event and available_events subsystem aware Steven Rostedt
2009-02-28  9:06 ` [PATCH 04/10] tracing: add subsystem irq for irq events Steven Rostedt
2009-02-28  9:06 ` [PATCH 05/10] tracing: add subsystem sched for sched events Steven Rostedt
2009-02-28  9:06 ` [PATCH 06/10] tracing: add interface to write into current tracer buffer Steven Rostedt
2009-02-28  9:06 ` [PATCH 07/10] tracing: add raw trace point recording infrastructure Steven Rostedt
2009-03-02  7:51   ` Tom Zanussi
2009-03-02 12:22     ` Frédéric Weisbecker
2009-03-02 13:23     ` Steven Rostedt
2009-02-28  9:06 ` [PATCH 08/10] tracing: add raw fast tracing interface for trace events Steven Rostedt
2009-02-28  9:06 ` [PATCH 09/10] tracing: create the C style tracing for the sched subsystem Steven Rostedt
2009-02-28  9:06 ` [PATCH 10/10] tracing: create the C style tracing for the irq subsystem Steven Rostedt
2009-02-28  9:17 ` [PATCH 00/10] [git pull] for tip/tracing/ftrace Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox