public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] [GIT PULL] more updates for TRACE_EVENTS for modules
@ 2009-04-15  3:15 Steven Rostedt
  2009-04-15  3:15 ` [PATCH 1/4] tracing/events: fix compile for modules disabled Steven Rostedt
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Steven Rostedt @ 2009-04-15  3:15 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ingo Molnar, Andrew Morton, Thomas Gleixner, Peter Zijlstra,
	Frederic Weisbecker, Theodore Tso, Arjan van de Ven,
	Christoph Hellwig, Mathieu Desnoyers, Jeremy Fitzhardinge,
	Lai Jiangshan, Zhaolei, Li Zefan, KOSAKI Motohiro,
	Masami Hiramatsu, Frank Ch. Eigler, Tom Zanussi, Jiaying Zhang,
	Michael Rubin, Martin Bligh

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


Steven Rostedt (4):
      tracing/events: fix compile for modules disabled
      tracing/events: fix lockdep system name
      tracing/events: move trace point headers into include/trace/events
      tracing/events: add trace-events-sample

----
 include/linux/kmemtrace.h                  |    2 +-
 include/trace/define_trace.h               |    2 +-
 include/trace/events/irq.h                 |   57 +++++
 include/trace/events/kmem.h                |  194 ++++++++++++++++
 include/trace/events/lockdep.h             |   60 +++++
 include/trace/events/sched.h               |  339 ++++++++++++++++++++++++++++
 include/trace/events/skb.h                 |   40 ++++
 include/trace/irq.h                        |   57 -----
 include/trace/kmem.h                       |  194 ----------------
 include/trace/lockdep.h                    |   60 -----
 include/trace/sched.h                      |  339 ----------------------------
 include/trace/skb.h                        |   40 ----
 kernel/exit.c                              |    2 +-
 kernel/fork.c                              |    3 +-
 kernel/irq/handle.c                        |    2 +-
 kernel/kthread.c                           |    2 +-
 kernel/lockdep.c                           |    2 +-
 kernel/sched.c                             |    2 +-
 kernel/signal.c                            |    2 +-
 kernel/softirq.c                           |    2 +-
 kernel/trace/ftrace.c                      |    2 +-
 kernel/trace/trace_events.c                |   12 +-
 kernel/trace/trace_sched_switch.c          |    2 +-
 kernel/trace/trace_sched_wakeup.c          |    2 +-
 mm/util.c                                  |    2 +-
 net/core/drop_monitor.c                    |    2 +-
 net/core/net-traces.c                      |    2 +-
 net/core/skbuff.c                          |    2 +-
 samples/Kconfig                            |    7 +
 samples/Makefile                           |    2 +-
 samples/trace_events/Makefile              |    8 +
 samples/trace_events/trace-events-sample.c |   56 +++++
 samples/trace_events/trace-events-sample.h |  124 ++++++++++
 33 files changed, 914 insertions(+), 710 deletions(-)
-- 

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

end of thread, other threads:[~2009-04-16 18:23 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-15  3:15 [PATCH 0/4] [GIT PULL] more updates for TRACE_EVENTS for modules Steven Rostedt
2009-04-15  3:15 ` [PATCH 1/4] tracing/events: fix compile for modules disabled Steven Rostedt
2009-04-15 16:07   ` Frederic Weisbecker
2009-04-15 16:27     ` Steven Rostedt
2009-04-15  3:15 ` [PATCH 2/4] tracing/events: fix lockdep system name Steven Rostedt
2009-04-15  6:34   ` Ingo Molnar
2009-04-15  9:32   ` Peter Zijlstra
2009-04-15  3:15 ` [PATCH 3/4] tracing/events: move trace point headers into include/trace/events Steven Rostedt
2009-04-15  3:15 ` [PATCH 4/4] tracing/events: add trace-events-sample Steven Rostedt
2009-04-15 16:15   ` Frederic Weisbecker
2009-04-16 16:58   ` Christoph Hellwig
2009-04-16 17:34     ` Steven Rostedt
2009-04-16 17:36       ` Christoph Hellwig
2009-04-16 17:46         ` Steven Rostedt
2009-04-16 18:25       ` Sam Ravnborg
2009-04-15  7:27 ` [PATCH 0/4] [GIT PULL] more updates for TRACE_EVENTS for modules Ingo Molnar
2009-04-15 10:09   ` Ingo Molnar

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