[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101021101243.3542.28282.stgit@ltc236.sdl.hitachi.co.jp>
Date: Thu, 21 Oct 2010 19:12:43 +0900
From: Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>
To: Arnaldo Carvalho de Melo <acme@...hat.com>,
Ingo Molnar <mingo@...e.hu>
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Paul Mackerras <paulus@...ba.org>,
Frederic Weisbecker <fweisbec@...il.com>,
Steven Rostedt <rostedt@...dmis.org>,
Srikar Dronamraju <srikar@...ux.vnet.ibm.com>,
linux-kernel@...r.kernel.org, 2nddept-manager@....hitachi.co.jp
Subject: [PATCH -tip 0/7] Perf probe update (--vars/--module)
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@...achi.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists