]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite95d27fc5c3acd1014c8b61cbd5409afecda64a8
tree6ae80487d24b0281a1747e1013cbd02d51477e98
parent5bde8256ae84629a57852b913a177d0c1e5feb5d
parente2ab2818c2b411992bcb1e5508f5dae49adf0597
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/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>