public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Perf support to SDT markers
@ 2013-09-03  7:36 Hemant Kumar Shaw
  2013-09-03  7:37 ` [PATCH 1/2] SDT markers listing by perf Hemant Kumar
                   ` (4 more replies)
  0 siblings, 5 replies; 43+ messages in thread
From: Hemant Kumar Shaw @ 2013-09-03  7:36 UTC (permalink / raw)
  To: linux-kernel
  Cc: srikar, peterz, oleg, mingo, anton, systemtap, masami.hiramatsu.pt

This series adds support to perf to list and probe into the SDT markers.
The first patch implements listing of all the SDT markers present in
the ELFs (executables or libraries). The SDT markers are present in the
.note.stapsdt section of the elf. That section can be traversed to list
all the markers. Recognition of markers follows the SystemTap approach.

The second patch will allow perf to probe into these markers. This is
done by writing the marker name and its offset into the
uprobe_events file in the tracing directory.
Then, perf tools can be used to analyze perf.data file.

---

Hemant Kumar (2):
      SDT markers listing by perf
      Support to perf to probe on SDT markers


 tools/perf/builtin-probe.c    |   33 ++++
 tools/perf/util/probe-event.c |   17 ++
 tools/perf/util/symbol-elf.c  |  317 +++++++++++++++++++++++++++++++++++++++++
 tools/perf/util/symbol.h      |   24 +++
 4 files changed, 391 insertions(+)

-- 

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

end of thread, other threads:[~2013-09-25  8:45 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-03  7:36 [RFC PATCH 0/2] Perf support to SDT markers Hemant Kumar Shaw
2013-09-03  7:37 ` [PATCH 1/2] SDT markers listing by perf Hemant Kumar
2013-09-03  8:19   ` Hemant
2013-09-04  6:43     ` Namhyung Kim
2013-09-04 17:40       ` Hemant
2013-09-04  6:42   ` Namhyung Kim
2013-09-04  8:02     ` Masami Hiramatsu
2013-09-04 17:59       ` Hemant
2013-09-15 11:28       ` Hemant
2013-09-25  4:37         ` Masami Hiramatsu
2013-09-25  6:04           ` Hemant
2013-09-25  8:45             ` Masami Hiramatsu
2013-09-04 17:38     ` Hemant
2013-09-06  6:38       ` Namhyung Kim
2013-09-06  8:41         ` Hemant
2013-09-04  7:22   ` Masami Hiramatsu
2013-09-04 17:52     ` Hemant
2013-09-03  7:37 ` [PATCH 2/2] Support to perf to probe on SDT markers: Hemant Kumar
2013-09-03  9:14   ` Masami Hiramatsu
2013-09-04  7:00   ` Namhyung Kim
2013-09-04  8:10     ` Masami Hiramatsu
2013-09-04 18:00       ` Hemant
2013-09-04 17:50     ` Hemant
2013-09-03  8:25 ` [RFC PATCH 0/2] Perf support to SDT markers Ingo Molnar
2013-09-03  9:17   ` Masami Hiramatsu
2013-09-03 13:23     ` Hemant
2013-09-03 14:22       ` Ingo Molnar
2013-09-03 15:12         ` Mark Wielaard
2013-09-03 19:24           ` Ingo Molnar
2013-09-03 15:24         ` Hemant
2013-09-04  6:49       ` Namhyung Kim
2013-09-04  8:23         ` Masami Hiramatsu
2013-09-04  8:26         ` Mark Wielaard
2013-09-04  8:39           ` Masami Hiramatsu
2013-09-04 18:08             ` Hemant
2013-09-05  4:59               ` Masami Hiramatsu
2013-09-04 18:12           ` Hemant
2013-09-04 18:52             ` Mark Wielaard
2013-09-04 20:39               ` Hemant
2013-09-04 17:45         ` Hemant
2013-09-04  6:09 ` Namhyung Kim
2013-09-04 17:08   ` Hemant
2013-09-04 23:41 ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).