]> 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>
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)
commita24b489318194a79a5190126194515cb8edc40e6
tree0d75c2caf05d42b95385019ec4032587989dde25
parentc91cacb26383e391a961507ebfed6b4ab0d18e64
parentacf2a013de1bbaeca9ee908a1a3530b95f7c66ac
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:

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>