[PATCH -perf/perf/core 0/6] Perf probe update (support inlinecall-site/--funcs/--filter)

From: Masami Hiramatsu
Date: Thu Jan 13 2011 - 07:51:34 EST


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