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]
Date:	Tue, 27 Apr 2010 21:27:23 -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>,
	Frederic Weisbecker <fweisbec@...il.com>
Subject: [PATCH 0/8] [GIT PULL] tracing: various updates


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


Chase Douglas (2):
      tracing: Add documentation for trace commands mod, traceon/traceoff
      tracing: Show sample std dev in function profiling

David Miller (1):
      ring-buffer: Make non-consuming read less expensive with lots of cpus.

Jiri Olsa (3):
      tracing: Add ftrace events for graph tracer
      tracing: Have graph flags passed in to ouput functions
      tracing: Add graph output support for irqsoff tracer

Steven Rostedt (2):
      ring-buffer: Make benchmark handle missed events
      tracing: Fix sleep time function profiling

----
 Documentation/trace/ftrace.txt       |   44 ++++++
 include/linux/ftrace.h               |   15 ++-
 include/linux/ring_buffer.h          |    4 +-
 kernel/trace/ftrace.c                |   30 ++++-
 kernel/trace/ring_buffer.c           |   64 +++++++--
 kernel/trace/ring_buffer_benchmark.c |    3 +-
 kernel/trace/trace.c                 |   46 ++++--
 kernel/trace/trace.h                 |   27 +++-
 kernel/trace/trace_functions_graph.c |  164 +++++++++++++--------
 kernel/trace/trace_irqsoff.c         |  271 ++++++++++++++++++++++++++++++++--
 10 files changed, 560 insertions(+), 108 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