[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150508010326.24812.56013.stgit@localhost.localdomain>
Date: Fri, 08 May 2015 10:03:26 +0900
From: Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: ananth@...ibm.com, Peter Zijlstra <peterz@...radead.org>,
hemant@...ux.vnet.ibm.com,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
David Ahern <dsahern@...il.com>, namhyung@...nel.org,
Jiri Olsa <jolsa@...hat.com>, Ingo Molnar <mingo@...nel.org>
Subject: [PATCH perf/core v2 0/4] perf-probe code cleanup and support
wildcard for probe points
Hi,
Here is a patches for wild card support. I've added two patches to
reduce API parameters by introducing probe_conf. This simplifies
--no-inlines option. (Thanks Arnaldo!)
Changes from v1:
- Update for the latest perf/core
- Use perf_probe_event.target instead of passing it as an independent
parameter [1/4]
- Introduce probe_conf for configuring parameters of probe-finder and
probe-event [2/4]
Thank you,
---
Masami Hiramatsu (4):
perf probe: Use perf_probe_event.target instead of passing as an argument
perf probe: Introduce probe_conf global configs
perf-probe: Add --no-inlines option to avoid searching inline functions
perf-probe: Support glob wildcards for function name
tools/perf/Documentation/perf-probe.txt | 4 +
tools/perf/builtin-probe.c | 24 +++----
tools/perf/util/dwarf-aux.c | 16 +++++
tools/perf/util/dwarf-aux.h | 3 +
tools/perf/util/probe-event.c | 105 +++++++++++++++----------------
tools/perf/util/probe-event.h | 15 +++-
tools/perf/util/probe-finder.c | 44 +++++++++----
tools/perf/util/probe-finder.h | 7 +-
tools/perf/util/util.h | 4 +
9 files changed, 128 insertions(+), 94 deletions(-)
--
Masami HIRAMATSU
Linux Technology Research Center, System Productivity Research Dept.
Center for Technology Innovation - Systems Engineering
Hitachi, Ltd., Research & Development Group
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