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, 14 Oct 2009 15:43:31 -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>,
	Peter Zijlstra <peterz@...radead.org>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [PATCH 00/13] [GIT PULL] perf tools: updates to parsing events


Ingo,

Please pull the latest perf/core tree, which can be found at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git
perf/core


Steven Rostedt (13):
      perf tools: handle print concatinations in event format file
      perf tools: fix backslash processing on trace print formats
      perf tools: handle trace parsing of '<' and '>'
      perf tools: handle arrays in print fields for trace parsing
      perf tools: handle '*' as typecast in trace parsing
      perf tools: handle newlines in trace parsing better
      perf tools: handle the case with and without the "signed" trace field
      perf tools: still continue on failed parsing of an event
      perf tools: fix bprintk reading in trace output
      perf tools: handle both versions of ftrace output
      perf tools: add latency format to trace output
      perf tools: handle '-' and '+' in parsing trace print format
      perf tools: remove all char * typecasts and use const in prototype

----
 tools/perf/Makefile                 |    2 +-
 tools/perf/builtin-trace.c          |    2 +
 tools/perf/util/trace-event-parse.c |  533 +++++++++++++++++++++++++----------
 tools/perf/util/trace-event.h       |   25 ++-
 4 files changed, 405 insertions(+), 157 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