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:	Wed, 29 Jul 2009 19:13:23 +0200
From:	Frederic Weisbecker <fweisbec@...il.com>
To:	Ingo Molnar <mingo@...e.hu>, Thomas Gleixner <tglx@...utronix.de>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Steven Rostedt <rostedt@...dmis.org>,
	Lai Jiangshan <laijs@...fujitsu.com>,
	Li Zefan <lizf@...fujitsu.com>
Subject: [GIT PULL] tracing: Various cleanups for 2.6.32

Hi Thomas, Ingo,

These patches are the result of various cleanups in the tracing
subsystem: algorithms simpifications, and various trace.c to tracer
files moving.

Thanks,
Frederic.

The following changes since commit d34a4debef933061924ee17c2ede33f5c44925fb:
  jolsa@...hat.com (1):
        tracing: Remove .globl in the scripts/recordmcount.pl doc

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git tracing/core

Frederic Weisbecker (5):
      tracing/function-graph-tracer: Drop the useless nmi protection
      tracing/function-tracer: Move trace_function() in the function tracer file
      tracing/core: Make the stack entry helpers global
      tracing: Move sched event insertion helpers in the sched switch tracer file
      tracing/function-graph-tracer: Move graph event insertion helpers in the graph tracer file

Lai Jiangshan (1):
      tracing: Simplify print_graph_cpu()

 arch/x86/kernel/ftrace.c             |    4 -
 kernel/trace/trace.c                 |  217 ++--------------------------------
 kernel/trace/trace.h                 |   30 ++++-
 kernel/trace/trace_functions.c       |   25 ++++
 kernel/trace/trace_functions_graph.c |  152 +++++++++++++++++++-----
 kernel/trace/trace_sched_switch.c    |   57 +++++++++
 kernel/trace/trace_selftest.c        |    1 +
 7 files changed, 242 insertions(+), 244 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