[GIT PULL 00/10] perf/urgent fixes

From: Arnaldo Carvalho de Melo
Date: Wed Oct 29 2014 - 08:56:38 EST


Hi Ingo,

Please consider pulling,

- Arnaldo

The following changes since commit 1776b10627e486dd431fe72d8d47e5a865cf65d1:

perf/x86/intel: Revert incomplete and undocumented Broadwell client support (2014-10-29 11:07:58 +0100)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo

for you to fetch changes up to 4cdcc33db2f0455f297b4e14e434ba311ec5ca06:

perf probe: Trivial typo fix for --demangle (2014-10-29 10:30:18 -0200)

----------------------------------------------------------------
perf/urgent fixes:

User visible:

* Fix report -F (abort, in_tx, mispredict, etc) segfaults for sample.data files
without branch info (Jiri Olsa)

* Add patch that should have went in a previous patchkit to use global cache
provided by libunwind (Namhyung Kim)

* Make CPUINFO_PROC an array to support different kernels, problem
detected when the information reported via /proc/cpuinfo changed on ARM (Wang Nan)

* 'perf probe' --demangle typo fix and a new --quiet option (Masami Hiramatsu)

Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>

----------------------------------------------------------------
Jiri Olsa (7):
perf tools: Fix report -F abort for data without branch info
perf tools: Fix report -F in_tx for data without branch info
perf tools: Fix report -F mispredict for data without branch info
perf tools: Fix report -F symbol_to for data without branch info
perf tools: Fix report -F symbol_from for data without branch info
perf tools: Fix report -F dso_to for data without branch info
perf tools: Fix report -F dso_from for data without branch info

Masami Hiramatsu (1):
perf probe: Trivial typo fix for --demangle

Namhyung Kim (1):
perf callchain: Use global caching provided by libunwind

Wang Nan (1):
perf tools: Make CPUINFO_PROC an array to support different kernel versions

tools/perf/builtin-probe.c | 2 +-
tools/perf/perf-sys.h | 30 +++++------
tools/perf/util/header.c | 27 +++++++---
tools/perf/util/sort.c | 102 +++++++++++++++++++++++++++----------
tools/perf/util/thread.c | 3 ++
tools/perf/util/unwind-libunwind.c | 12 +++++
tools/perf/util/unwind.h | 3 ++
7 files changed, 131 insertions(+), 48 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/