]> 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)
commit2cd73b81edd7fc7d4ac3f187d5c1a4291d52c162
tree6ae80487d24b0281a1747e1013cbd02d51477e98
parent56e257b1b15848adbdbcb22fe3f1f90a88f1b70a
parent707adb6420e4683a0bb239a69f79d12a50fe061c
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>