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:	Mon, 10 May 2010 13:32:17 -0300
From:	Arnaldo Carvalho de Melo <acme@...radead.org>
To:	Ingo Molnar <mingo@...e.hu>
Cc:	linux-kernel@...r.kernel.org,
	Arnaldo Carvalho de Melo <acme@...radead.org>,
	Eric B Munson <ebmunson@...ibm.com>,
	Frédéric Weisbecker <fweisbec@...il.com>,
	Mike Galbraith <efault@....de>,
	Paul Mackerras <paulus@...ba.org>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Tom Zanussi <tzanussi@...il.com>
Subject: [GIT PULL 0/4] perf improvements and fixes

Hi Ingo,

        Please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf

	The 3rd is important as it fixes a recently introduced bug (yesterday,
I believe), that makes perf record segfault.

Regards,

Arnaldo Carvalho de Melo (4):
  perf newt: Use newtAddComponent()
  perf callchains: Use zalloc to allocate objects
  perf session: create_kernel_maps should use ->host_machine
  perf hist: Introduce hists class and move lots of methods to it

 tools/perf/builtin-annotate.c |   17 ++++----
 tools/perf/builtin-diff.c     |   50 ++++++++++------------
 tools/perf/builtin-report.c   |   71 +++++++++++++++----------------
 tools/perf/builtin-trace.c    |    2 +-
 tools/perf/util/callchain.c   |    6 +-
 tools/perf/util/event.c       |    2 +-
 tools/perf/util/event.h       |   14 ------
 tools/perf/util/hist.c        |   92 ++++++++++++++++++----------------------
 tools/perf/util/hist.h        |   48 ++++++++++++---------
 tools/perf/util/newt.c        |    6 +-
 tools/perf/util/session.c     |    7 +--
 tools/perf/util/session.h     |   12 ++++-
 12 files changed, 154 insertions(+), 173 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