mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/9] perf tools: Intel PT preparation continued
@ 2014-10-27 13:49 Adrian Hunter
  2014-10-27 13:49 ` [PATCH 1/9] perf tools: Add id index Adrian Hunter
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Adrian Hunter @ 2014-10-27 13:49 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: Peter Zijlstra, linux-kernel, David Ahern, Frederic Weisbecker,
	Jiri Olsa, Namhyung Kim, Paul Mackerras, Stephane Eranian

Hi

Here are the remaining Intel PT preparation patches, re-based
on your current tree.

Changes:

      perf tools: Add id index
		Added more explanation to commit messsage

      perf tools: Add a thread stack for synthesizing call chains
		Added out-of-memory warnings
		Improved thread_stack__pop() loop


Adrian Hunter (9):
      perf tools: Add id index
      perf session: Add perf_session__deliver_synth_event()
      perf tools: Add a thread stack for synthesizing call chains
      perf tools: Add branch type to db export
      perf tools: Add branch_type and in_tx to Python export
      perf tools: Enhance the thread stack to output call/return data
      perf tools: Add call information to the database export API
      perf tools: Add call information to Python export
      perf tools: Defer export of comms that were not 'set'

 tools/perf/Makefile.perf                           |   2 +
 tools/perf/builtin-inject.c                        |   1 +
 .../scripts/python/bin/export-to-postgresql-report |  15 +-
 tools/perf/scripts/python/export-to-postgresql.py  |  98 ++-
 tools/perf/util/db-export.c                        | 162 ++++-
 tools/perf/util/db-export.h                        |  21 +
 tools/perf/util/event.c                            |   1 +
 tools/perf/util/event.h                            |  41 ++
 tools/perf/util/evlist.c                           |  26 +-
 tools/perf/util/evsel.h                            |   3 +
 .../util/scripting-engines/trace-event-python.c    | 118 +++-
 tools/perf/util/session.c                          | 136 ++++
 tools/perf/util/session.h                          |  15 +
 tools/perf/util/thread-stack.c                     | 696 +++++++++++++++++++++
 tools/perf/util/thread-stack.h                     |  79 +++
 tools/perf/util/thread.c                           |   3 +
 tools/perf/util/thread.h                           |   3 +
 tools/perf/util/tool.h                             |   3 +-
 18 files changed, 1402 insertions(+), 21 deletions(-)
 create mode 100644 tools/perf/util/thread-stack.c
 create mode 100644 tools/perf/util/thread-stack.h


Regards
Adrian

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

end of thread, other threads:[~2014-10-30  6:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-27 13:49 [PATCH 0/9] perf tools: Intel PT preparation continued Adrian Hunter
2014-10-27 13:49 ` [PATCH 1/9] perf tools: Add id index Adrian Hunter
2014-10-30  6:47   ` [tip:perf/core] " tip-bot for Adrian Hunter
2014-10-27 13:49 ` [PATCH 2/9] perf session: Add perf_session__deliver_synth_event() Adrian Hunter
2014-10-30  6:48   ` [tip:perf/core] " tip-bot for Adrian Hunter
2014-10-27 13:49 ` [PATCH 3/9] perf tools: Add a thread stack for synthesizing call chains Adrian Hunter
2014-10-27 13:49 ` [PATCH 4/9] perf tools: Add branch type to db export Adrian Hunter
2014-10-27 13:49 ` [PATCH 5/9] perf tools: Add branch_type and in_tx to Python export Adrian Hunter
2014-10-27 13:49 ` [PATCH 6/9] perf tools: Enhance the thread stack to output call/return data Adrian Hunter
2014-10-27 13:49 ` [PATCH 7/9] perf tools: Add call information to the database export API Adrian Hunter
2014-10-27 13:49 ` [PATCH 8/9] perf tools: Add call information to Python export Adrian Hunter
2014-10-27 13:49 ` [PATCH 9/9] perf tools: Defer export of comms that were not 'set' Adrian Hunter

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

all inboxes | Powered by JetHome®