public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] perf tools: kcore improvements
@ 2013-09-16 10:52 Adrian Hunter
  2013-09-16 10:52 ` [PATCH 01/11] perf tools: fix buildid cache handling of kallsyms with kcore Adrian Hunter
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Adrian Hunter @ 2013-09-16 10:52 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: Peter Zijlstra, linux-kernel, David Ahern, Frederic Weisbecker,
	Jiri Olsa, Mike Galbraith, Namhyung Kim, Paul Mackerras,
	Stephane Eranian

Hi

Here are some improvements for using kcore.  There are 3
improvements:

	- validate that kcore matches the perf.data modules
	- workaround objdump difficulties with kcore
	- add kcore to the build-id cache

Note that I have included:

	perf tools: fix buildid cache handling of kallsyms with kcore

which has been sent earlier.


Adrian Hunter (11):
      perf tools: fix buildid cache handling of kallsyms with kcore
      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/header.c                        |  44 +-
 tools/perf/util/machine.c                       |  76 +---
 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 +
 14 files changed, 1263 insertions(+), 154 deletions(-)

Regards
Adrian


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-09-19 14:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-16 10:52 [PATCH 00/11] perf tools: kcore improvements Adrian Hunter
2013-09-16 10:52 ` [PATCH 01/11] perf tools: fix buildid cache handling of kallsyms with kcore Adrian Hunter
2013-09-16 10:52 ` [PATCH 02/11] perf tools: fix path unpopulated in machine__create_modules() Adrian Hunter
2013-09-19 14:49   ` Arnaldo Carvalho de Melo
2013-09-16 10:52 ` [PATCH 03/11] perf tools: make a separate function to parse /proc/modules Adrian Hunter
2013-09-16 10:52 ` [PATCH 04/11] perf tools: validate kcore module addresses Adrian Hunter
2013-09-16 10:52 ` [PATCH 05/11] perf tools: workaround objdump difficulties with kcore Adrian Hunter
2013-09-16 10:52 ` [PATCH 06/11] perf tools: add map__find_other_map_symbol() Adrian Hunter
2013-09-16 10:52 ` [PATCH 07/11] perf tools: fix annotate_browser__callq() Adrian Hunter
2013-09-16 10:52 ` [PATCH 08/11] perf tools: find kcore symbols on other maps Adrian Hunter
2013-09-16 10:52 ` [PATCH 09/11] perf tools: add copyfile_mode() Adrian Hunter
2013-09-16 10:52 ` [PATCH 10/11] perf buildid-cache: add ability to add kcore to the cache Adrian Hunter
2013-09-16 10:52 ` [PATCH 11/11] perf tools: add ability to find kcore in build-id cache Adrian Hunter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox