linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/3] perf/urgent fixes
@ 2015-01-08 15:36 Arnaldo Carvalho de Melo
  2015-01-08 15:36 ` [PATCH 1/3] perf hists: Fix children sort key behavior Arnaldo Carvalho de Melo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Arnaldo Carvalho de Melo @ 2015-01-08 15:36 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: linux-kernel, Arnaldo Carvalho de Melo, Adrian Hunter, Andi Kleen,
	David Ahern, Frederic Weisbecker, Jiri Olsa, Markus Trippelsdorf,
	Namhyung Kim, Paul Mackerras, Peter Zijlstra, Stephane Eranian,
	Arnaldo Carvalho de Melo

Hi Ingo,

	Please consider pulling,

- Arnaldo

The following changes since commit ed9eb845d7916b2bc863e5b93c82e18be8faf032:

  Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2015-01-08 08:59:22 +0100)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo

for you to fetch changes up to c09e31cc128cf1aec3a6cd47203508fbf0082873:

  perf hists browser: Fix segfault when showing callchain (2015-01-08 11:59:16 -0300)

----------------------------------------------------------------
perf/urgent fixes:

. Free callchains when hist entries are deleted, plugging a massive leak in
  'top -g', where hist_entries (and its callchains) are decayed over time. (Namhyung Kim)

. Fix segfault when showing callchain in the hists browser (report & top) (Namhyung Kim)

. Fix children sort key behavior, and also the 'perf test 32' test that
  was failing due to reliance on undefined behaviour (Namhyung Kim)

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

----------------------------------------------------------------
Namhyung Kim (3):
      perf hists: Fix children sort key behavior
      perf callchain: Free callchains when hist entries are deleted
      perf hists browser: Fix segfault when showing callchain

 tools/perf/tests/hists_cumulate.c | 64 +++++++++++++++++++--------------------
 tools/perf/ui/browsers/hists.c    |  2 +-
 tools/perf/ui/hist.c              |  3 ++
 tools/perf/util/callchain.c       | 30 ++++++++++++++++++
 tools/perf/util/callchain.h       |  2 ++
 tools/perf/util/hist.c            |  1 +
 6 files changed, 69 insertions(+), 33 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-01-09 10:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-08 15:36 [GIT PULL 0/3] perf/urgent fixes Arnaldo Carvalho de Melo
2015-01-08 15:36 ` [PATCH 1/3] perf hists: Fix children sort key behavior Arnaldo Carvalho de Melo
2015-01-08 15:36 ` [PATCH 2/3] perf callchain: Free callchains when hist entries are deleted Arnaldo Carvalho de Melo
2015-01-08 15:36 ` [PATCH 3/3] perf hists browser: Fix segfault when showing callchain Arnaldo Carvalho de Melo
2015-01-09 10:04 ` [GIT PULL 0/3] perf/urgent fixes Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).