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...@hitachi.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/