[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110113124548.22426.11201.stgit@ltc236.sdl.hitachi.co.jp>
Date: Thu, 13 Jan 2011 21:45:48 +0900
From: Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>
To: Arnaldo Carvalho de Melo <acme@...hat.com>,
Ingo Molnar <mingo@...e.hu>
Cc: Steven Rostedt <rostedt@...dmis.org>,
Srikar Dronamraju <srikar@...ux.vnet.ibm.com>,
Franck Bui-Huu <fbuihuu@...il.com>,
linux-kernel@...r.kernel.org, 2nddept-manager@....hitachi.co.jp
Subject: [PATCH -perf/perf/core 0/6] Perf probe update (support inline
call-site/--funcs/--filter)
Hi,
This series enhances line-finder to find inline-function
call site, and adds two features; showing available
functions (Originally came from Srikar's uprobe series)
and function/variable filtering support.
Thank you,
---
Masami Hiramatsu (6):
perf probe: Add filters support for available functions
perf probe: Add variable filter support
perf: Add strfilter for general purpose string filter
perf probe: Add --funcs to show available functions in symtab
perf probe: Enable to put probe inline function call site
perf probe: Introduce lines walker interface
tools/perf/Documentation/perf-probe.txt | 15 +
tools/perf/Makefile | 2
tools/perf/builtin-probe.c | 70 ++++++
tools/perf/util/probe-event.c | 137 +++++++++---
tools/perf/util/probe-event.h | 4
tools/perf/util/probe-finder.c | 361 ++++++++++++++++++-------------
tools/perf/util/strfilter.c | 185 ++++++++++++++++
tools/perf/util/strfilter.h | 36 +++
8 files changed, 626 insertions(+), 184 deletions(-)
create mode 100644 tools/perf/util/strfilter.c
create mode 100644 tools/perf/util/strfilter.h
--
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