All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -tip  0/7] Perf probe update (--vars/--module)
@ 2010-10-21 10:12 Masami Hiramatsu
  2010-10-21 10:13 ` [PATCH -tip 1/7] [BUGFIX] perf probe: Fix type searching Masami Hiramatsu
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Masami Hiramatsu @ 2010-10-21 10:12 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo, Ingo Molnar
  Cc: Peter Zijlstra, Paul Mackerras, Frederic Weisbecker,
	Steven Rostedt, Srikar Dronamraju, linux-kernel, 2nddept-manager

Hi,

This series fixes several variable-access problems, a style issue 
and adds two features; showing available variables and
module probing support. :)

Thank you,

---

Masami Hiramatsu (7):
      perf probe: Add basic module support
      perf probe: Show accessible global variables
      perf probe: Function style fix
      perf probe: Show accessible local variables
      perf probe: Support global variables
      [BUGFIX] perf probe: Fix local variable searching loop
      [BUGFIX] perf probe: Fix type searching


 tools/perf/Documentation/perf-probe.txt |   18 +
 tools/perf/builtin-probe.c              |   78 +++-
 tools/perf/util/map.h                   |   10 
 tools/perf/util/probe-event.c           |  189 +++++++--
 tools/perf/util/probe-event.h           |   16 +
 tools/perf/util/probe-finder.c          |  644 +++++++++++++++++++++++++------
 tools/perf/util/probe-finder.h          |   31 +
 7 files changed, 793 insertions(+), 193 deletions(-)

-- 
Masami HIRAMATSU
2nd Dept. Linux Technology Center
Hitachi, Ltd., Systems Development Laboratory
E-mail: masami.hiramatsu.pt@hitachi.com


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

end of thread, other threads:[~2010-10-23 19:42 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-21 10:12 [PATCH -tip 0/7] Perf probe update (--vars/--module) Masami Hiramatsu
2010-10-21 10:13 ` [PATCH -tip 1/7] [BUGFIX] perf probe: Fix type searching Masami Hiramatsu
2010-10-23 19:40   ` [tip:perf/urgent] " tip-bot for Masami Hiramatsu
2010-10-21 10:13 ` [PATCH -tip 2/7] [BUGFIX] perf probe: Fix local variable searching loop Masami Hiramatsu
2010-10-23 19:40   ` [tip:perf/urgent] " tip-bot for Masami Hiramatsu
2010-10-21 10:13 ` [PATCH -tip 3/7] perf probe: Support global variables Masami Hiramatsu
2010-10-23 19:40   ` [tip:perf/urgent] " tip-bot for Masami Hiramatsu
2010-10-21 10:13 ` [PATCH -tip 4/7] perf probe: Show accessible local variables Masami Hiramatsu
2010-10-23 19:41   ` [tip:perf/urgent] " tip-bot for Masami Hiramatsu
2010-10-21 10:13 ` [PATCH -tip 5/7] perf probe: Function style fix Masami Hiramatsu
2010-10-23 19:41   ` [tip:perf/urgent] " tip-bot for Masami Hiramatsu
2010-10-21 10:13 ` [PATCH -tip 6/7] perf probe: Show accessible global variables Masami Hiramatsu
2010-10-21 20:50   ` Arnaldo Carvalho de Melo
2010-10-22  2:25     ` Masami Hiramatsu
2010-10-22  5:31       ` Masami Hiramatsu
2010-10-23 19:42   ` [tip:perf/urgent] " tip-bot for Masami Hiramatsu
2010-10-21 10:13 ` [PATCH -tip 7/7] perf probe: Add basic module support Masami Hiramatsu
2010-10-23 19:42   ` [tip:perf/urgent] " tip-bot for Masami Hiramatsu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.