mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Perf-tools create common process_event functions
@ 2009-11-24 14:34 John Kacur
  2009-11-24 14:35 ` [PATCH] perf-tools: Add perf.data to .gitignore John Kacur
  2009-11-24 15:32 ` [PATCH] Perf-tools create common process_event functions Ingo Molnar
  0 siblings, 2 replies; 6+ messages in thread
From: John Kacur @ 2009-11-24 14:34 UTC (permalink / raw)
  To: Ingo Molnar, linux-kernel
  Cc: Frederic Weisbecker, Peter Zijlstra, acme, John Kacur

This continues the effort to prevent bit-rot in perf-annotate by using
common functions for perf-report and perf-annotate where possible.

This creates the process.[ch] files.
More functions can be added here after - but this is a working step
in the process.

John Kacur (2):
  perf-tools: Add perf.data to .gitignore
  perf-tools: Use common process_event functions for annotate and
    report

 tools/perf/.gitignore            |    1 +
 tools/perf/Makefile              |    2 +
 tools/perf/builtin-annotate.c    |   56 +--------------------------------
 tools/perf/builtin-report.c      |   63 +------------------------------------
 tools/perf/util/process_event.c  |   53 +++++++++++++++++++++++++++++++
 tools/perf/util/process_event.h  |   29 +++++++++++++++++
 tools/perf/util/process_events.c |   64 ++++++++++++++++++++++++++++++++++++++
 tools/perf/util/process_events.h |   35 ++++++++++++++++++++
 8 files changed, 187 insertions(+), 116 deletions(-)
 create mode 100644 tools/perf/util/process_event.c
 create mode 100644 tools/perf/util/process_event.h
 create mode 100644 tools/perf/util/process_events.c
 create mode 100644 tools/perf/util/process_events.h


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

end of thread, other threads:[~2009-11-24 16:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-24 14:34 [PATCH] Perf-tools create common process_event functions John Kacur
2009-11-24 14:35 ` [PATCH] perf-tools: Add perf.data to .gitignore John Kacur
2009-11-24 14:35   ` [PATCH] perf-tools: Use common process_event functions for annotate and report John Kacur
2009-11-24 16:57     ` [tip:perf/core] perf tools: " tip-bot for John Kacur
2009-11-24 16:57   ` [tip:perf/core] perf tools: Add perf.data to .gitignore tip-bot for John Kacur
2009-11-24 15:32 ` [PATCH] Perf-tools create common process_event functions Ingo Molnar

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®