[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <148350046263.19001.16486219029429895749.stgit@devbox>
Date: Wed, 4 Jan 2017 12:27:53 +0900
From: Masami Hiramatsu <mhiramat@...nel.org>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: Masami Hiramatsu <mhiramat@...nel.org>,
linux-kernel@...r.kernel.org, Jiri Olsa <jolsa@...hat.com>,
Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>,
Namhyung Kim <namhyung@...nel.org>
Subject: [PATCH perf/core 0/3] perf-probe: Fix offline module and cross-arch support
Hello,
This series fixes some issues on offline module/cross-arch
probe support. While I was debuging arm32 kernel with
cross-arch perf-probe, I found several issues.
- perf-probe didn't show correct probe definition on
gcc-generated symbols (on both of kernel and module).
- perf-probe didn't show available functions for offline
module even if full path of the module was given.
This series fixes those issues.
---
Masami Hiramatsu (3):
perf-probe: Fix --funcs to show correct symbols for offline module
perf-probe: Fix to probe on gcc generated symbols for offline kernel
perf-probe: Fix to probe on gcc generated functions in modules
tools/perf/util/probe-event.c | 111 +++++++++++++++++++++++++++-------------
tools/perf/util/probe-finder.c | 2 -
tools/perf/util/probe-finder.h | 2 +
3 files changed, 79 insertions(+), 36 deletions(-)
--
Masami Hiramatsu (Linaro)
Powered by blists - more mailing lists