Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Fri, 9 Jan 2015 10:04:13 +0000 (11:04 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 9 Jan 2015 10:04:13 +0000 (11:04 +0100)
commit300176af031a2b1b9cb08ce1459845dcb2fac1b9
tree6ae80487d24b0281a1747e1013cbd02d51477e98
parented9eb845d7916b2bc863e5b93c82e18be8faf032
parentc09e31cc128cf1aec3a6cd47203508fbf0082873
Merge tag 'perf-urgent-for-mingo' of git://git./linux/kernel/git/acme/linux into perf/urgent

Pull perf/urgent fixes from Arnaldo Carvalho de Melo:

 - 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>
Signed-off-by: Ingo Molnar <mingo@kernel.org>