]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Sun, 9 Sep 2012 08:39:14 +0000 (10:39 +0200)
committerIngo Molnar <mingo@kernel.org>
Sun, 9 Sep 2012 08:39:14 +0000 (10:39 +0200)
commitd5cb2aef4fda355fbafe8db4f425b73ea94d2019
treef6812e5248557bd16803f787e0cbc9d57ab60133
parentef34eb4da3eb62a1511592adf7c76d74faca0b14
parent6c7f631261064762a8ba1ee34fc2b76d117ef3fa
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core

Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo:

 * Don't pass const char pointers to basename, so that we can unconditionally
   use libgen.h and thus avoid ifdef BIONIC lines, from David Ahern

 * Fix assert/BUG_ON when NDEBUG is defined, from Irina Tirdea.

 * Refactor hist formatting so that it can be reused with the GTK browser,
   From Namhyung Kim

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>