public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] perf script: Add an option to print the source line number
@ 2013-12-03  7:23 Adrian Hunter
  2013-12-03  7:23 ` [PATCH 1/7] perf script: Do not call perf_event__preprocess_sample() twice) Adrian Hunter
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Adrian Hunter @ 2013-12-03  7:23 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: Peter Zijlstra, Ingo Molnar, linux-kernel, David Ahern,
	Frederic Weisbecker, Jiri Olsa, Mike Galbraith, Namhyung Kim,
	Paul Mackerras, Stephane Eranian, Andi Kleen

Hi

Here are some patches to add an option to perf script that will
print the source file name and line number.


Adrian Hunter (7):
      perf script: Do not call perf_event__preprocess_sample() twice)
      perf script: Add an option to print the source line number
      perf tools: Use asprintf instead of malloc plus snprintf
      perf tools: Retain bfd reference to lookup source line numbers
      perf tools: Retain symbol source file name to lookup source line numbers
      perf tools: Do not need to read symbols for source line lookup
      perf tools: Do not disable source line lookup just because of 1 failure

 tools/perf/Documentation/perf-script.txt |   2 +-
 tools/perf/builtin-script.c              |  40 +++++++++--
 tools/perf/util/dso.c                    |   3 +
 tools/perf/util/dso.h                    |   5 ++
 tools/perf/util/session.c                |  33 +++++----
 tools/perf/util/session.h                |   3 +-
 tools/perf/util/srcline.c                | 119 +++++++++++++------------------
 tools/perf/util/symbol.c                 |   2 +
 8 files changed, 113 insertions(+), 94 deletions(-)


Regards
Adrian

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

end of thread, other threads:[~2013-12-10  9:17 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-03  7:23 [PATCH 0/7] perf script: Add an option to print the source line number Adrian Hunter
2013-12-03  7:23 ` [PATCH 1/7] perf script: Do not call perf_event__preprocess_sample() twice) Adrian Hunter
2013-12-03 18:23   ` Arnaldo Carvalho de Melo
2013-12-04 14:09     ` Adrian Hunter
2013-12-04 14:16       ` [PATCH V2 " Adrian Hunter
2013-12-10  9:17         ` [tip:perf/core] " tip-bot for Adrian Hunter
2013-12-03  7:23 ` [PATCH 2/7] perf script: Add an option to print the source line number Adrian Hunter
2013-12-03 16:04   ` David Ahern
2013-12-03 16:07     ` David Ahern
2013-12-03  7:23 ` [PATCH 3/7] perf tools: Use asprintf instead of malloc plus snprintf Adrian Hunter
2013-12-10  9:15   ` [tip:perf/core] " tip-bot for Adrian Hunter
2013-12-03  7:23 ` [PATCH 4/7] perf tools: Retain bfd reference to lookup source line numbers Adrian Hunter
2013-12-10  9:15   ` [tip:perf/core] perf symbols: " tip-bot for Adrian Hunter
2013-12-03  7:23 ` [PATCH 5/7] perf tools: Retain symbol source file name " Adrian Hunter
2013-12-10  9:15   ` [tip:perf/core] perf symbols: " tip-bot for Adrian Hunter
2013-12-03  7:23 ` [PATCH 6/7] perf tools: Do not need to read symbols for source line lookup Adrian Hunter
2013-12-03 20:24   ` Arnaldo Carvalho de Melo
2013-12-04 14:00     ` Adrian Hunter
2013-12-04 18:08       ` Arnaldo Carvalho de Melo
2013-12-03  7:23 ` [PATCH 7/7] perf tools: Do not disable source line lookup just because of 1 failure Adrian Hunter
2013-12-10  9:16   ` [tip:perf/core] " tip-bot for Adrian Hunter

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