]> git.baikalelectronics.ru Git - kernel.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)
commit49a51132dbce633512137676b602e5a2e366a268
treef6812e5248557bd16803f787e0cbc9d57ab60133
parentd02f04ea06cf26869a7257104a684a90e72686d4
parent8ba29d2ca91bf3849c9b74b623d42c504f7e7a82
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>