Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Mon, 14 Dec 2015 08:31:39 +0000 (09:31 +0100)
committerIngo Molnar <mingo@kernel.org>
Mon, 14 Dec 2015 08:31:39 +0000 (09:31 +0100)
commit0d76ded582c178d3cca55c9112eceb5b0f12f558
tree0d75c2caf05d42b95385019ec4032587989dde25
parent057032e457f702e2f4af18cfa99c3afab6841d24
parent93b0ba3c60da89043ce2b9f601cd2b3da408903b
Merge tag 'perf-core-for-mingo' of git://git./linux/kernel/git/acme/linux into perf/core

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

User visible changes:

  - Fix 'perf top' annotation in --stdio (Namhyung Kim)

  - Support hw breakpoint events (mem:0xAddress) in the default output mode in
    'perf script' (Wang Nan)

Infrastructure changes:

  - Do not hold the hists lock while emitting one specific warning (Namhyung Kim)

  - Fetch map names from correct strtab, worked so far because llvm/clang
    uses just one string table (Wang Nan)

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