From: Adrian Hunter <adrian.hunter@intel.com>
To: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>,
linux-kernel@vger.kernel.org, David Ahern <dsahern@gmail.com>,
Frederic Weisbecker <fweisbec@gmail.com>,
Jiri Olsa <jolsa@redhat.com>, Mike Galbraith <efault@gmx.de>,
Namhyung Kim <namhyung@gmail.com>,
Paul Mackerras <paulus@samba.org>,
Stephane Eranian <eranian@google.com>
Subject: [PATCH V2 00/10] perf tools: kcore improvements
Date: Sun, 22 Sep 2013 13:22:08 +0300 [thread overview]
Message-ID: <1379845338-29637-1-git-send-email-adrian.hunter@intel.com> (raw)
Hi
Here are some improvements for using kcore (version 2). There are 3
improvements:
- validate that kcore matches the perf.data modules
- workaround objdump difficulties with kcore
- add kcore to the build-id cache
Changes in V2:
perf tools: fix buildid cache handling of kallsyms with kcore
Dropped because it has been applied
perf tools: fix path unpopulated in machine__create_modules()
Use 'modules' pointer
Adrian Hunter (10):
perf tools: fix path unpopulated in machine__create_modules()
perf tools: make a separate function to parse /proc/modules
perf tools: validate kcore module addresses
perf tools: workaround objdump difficulties with kcore
perf tools: add map__find_other_map_symbol()
perf tools: fix annotate_browser__callq()
perf tools: find kcore symbols on other maps
perf tools: add copyfile_mode()
perf buildid-cache: add ability to add kcore to the cache
perf tools: add ability to find kcore in build-id cache
tools/perf/Documentation/perf-buildid-cache.txt | 12 +
tools/perf/builtin-buildid-cache.c | 146 +++++-
tools/perf/ui/browsers/annotate.c | 10 +-
tools/perf/util/annotate.c | 36 +-
tools/perf/util/machine.c | 75 +--
tools/perf/util/map.c | 27 ++
tools/perf/util/map.h | 2 +
tools/perf/util/symbol-elf.c | 579 ++++++++++++++++++++++++
tools/perf/util/symbol-minimal.c | 15 +
tools/perf/util/symbol.c | 431 +++++++++++++++---
tools/perf/util/symbol.h | 20 +
tools/perf/util/util.c | 18 +-
tools/perf/util/util.h | 1 +
13 files changed, 1234 insertions(+), 138 deletions(-)
Regards
Adrian
next reply other threads:[~2013-09-22 10:15 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-22 10:22 Adrian Hunter [this message]
2013-09-22 10:22 ` [PATCH V2 01/10] perf tools: fix path unpopulated in machine__create_modules() Adrian Hunter
2013-09-25 15:45 ` Arnaldo Carvalho de Melo
2013-09-25 18:31 ` [tip:perf/urgent] perf machine: Fix " tip-bot for Adrian Hunter
2013-10-15 5:28 ` [tip:perf/core] perf machine: Use snprintf instead of sprintf tip-bot for Adrian Hunter
2013-09-22 10:22 ` [PATCH V2 02/10] perf tools: make a separate function to parse /proc/modules Adrian Hunter
2013-09-22 10:22 ` [PATCH V2 03/10] perf tools: validate kcore module addresses Adrian Hunter
2013-09-22 10:22 ` [PATCH V2 04/10] perf tools: workaround objdump difficulties with kcore Adrian Hunter
2013-09-22 10:22 ` [PATCH V2 05/10] perf tools: add map__find_other_map_symbol() Adrian Hunter
2013-09-22 10:22 ` [PATCH V2 06/10] perf tools: fix annotate_browser__callq() Adrian Hunter
2013-09-22 10:22 ` [PATCH V2 07/10] perf tools: find kcore symbols on other maps Adrian Hunter
2013-09-22 10:22 ` [PATCH V2 08/10] perf tools: add copyfile_mode() Adrian Hunter
2013-09-22 10:22 ` [PATCH V2 09/10] perf buildid-cache: add ability to add kcore to the cache Adrian Hunter
2013-09-22 10:22 ` [PATCH V2 10/10] perf tools: add ability to find kcore in build-id cache Adrian Hunter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1379845338-29637-1-git-send-email-adrian.hunter@intel.com \
--to=adrian.hunter@intel.com \
--cc=a.p.zijlstra@chello.nl \
--cc=acme@ghostprotocols.net \
--cc=dsahern@gmail.com \
--cc=efault@gmx.de \
--cc=eranian@google.com \
--cc=fweisbec@gmail.com \
--cc=jolsa@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=namhyung@gmail.com \
--cc=paulus@samba.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.