Messages in this thread |  | | | From | Arnaldo Carvalho de Melo <> | | Subject | [GIT PULL 00/12] perf fixes | | Date | Fri, 12 Aug 2011 13:28:52 -0300 |
| |
Hi Ingo,
Please consider pulling from:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux perf/core
Regards,
- Arnaldo
Arnaldo Carvalho de Melo (1): perf top browser: Remove spurious helpline update
Jiri Olsa (1): perf report: Use properly build_id kernel binaries
Masami Hiramatsu (9): perf probe: Fix a memory leak for scopes array perf probe: Fix line walker to check CU correctly perf probe: Fix to search nested inlined functions in CU perf probe: Fix to walk all inline instances perf probe: Warn when more than one line are given perf probe: Fix to search local variables in appropriate scope perf probe: Avoid searching variables in intermediate scopes perf probe: Search concrete out-of-line instances perf probe: Filter out redundant inline-instances
Vasiliy Kulikov (1): perf: fix temporary file ownership check
tools/perf/builtin-probe.c | 14 ++- tools/perf/util/dwarf-aux.c | 210 +++++++++++++++++++++++++++++++--- tools/perf/util/dwarf-aux.h | 11 ++ tools/perf/util/header.c | 11 ++- tools/perf/util/probe-finder.c | 231 +++++++++++++++++++++++-------------- tools/perf/util/probe-finder.h | 2 +- tools/perf/util/symbol.c | 59 ++++++---- tools/perf/util/symbol.h | 1 - tools/perf/util/ui/browsers/top.c | 1 - 9 files changed, 403 insertions(+), 137 deletions(-)
|  |