lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090415031511.128139334@goodmis.org>
Date:	Tue, 14 Apr 2009 23:15:11 -0400
From:	Steven Rostedt <rostedt@...dmis.org>
To:	linux-kernel@...r.kernel.org
Cc:	Ingo Molnar <mingo@...e.hu>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Thomas Gleixner <tglx@...utronix.de>,
	Peter Zijlstra <peterz@...radead.org>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Theodore Tso <tytso@....edu>,
	Arjan van de Ven <arjan@...radead.org>,
	Christoph Hellwig <hch@....de>,
	Mathieu Desnoyers <compudj@...stal.dyndns.org>,
	Jeremy Fitzhardinge <jeremy@...p.org>,
	Lai Jiangshan <laijs@...fujitsu.com>,
	Zhaolei <zhaolei@...fujitsu.com>, Li Zefan <lizf@...fujitsu.com>,
	KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>,
	Masami Hiramatsu <mhiramat@...hat.com>,
	"Frank Ch. Eigler" <fche@...stic.org>,
	Tom Zanussi <tzanussi@...il.com>,
	Jiaying Zhang <jiayingz@...gle.com>,
	Michael Rubin <mrubin@...gle.com>,
	Martin Bligh <mbligh@...gle.com>
Subject: [PATCH 0/4] [GIT PULL] more updates for TRACE_EVENTS for modules

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(-)
-- 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ