[PATCH -tip 0/7] Perf probe update (--vars/--module)

From: Masami Hiramatsu
Date: Thu Oct 21 2010 - 06:11:33 EST


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@xxxxxxxxxxx

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/