Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751541AbbEHBFf (ORCPT ); Thu, 7 May 2015 21:05:35 -0400 Received: from mail7.hitachi.co.jp ([133.145.228.42]:60750 "EHLO mail7.hitachi.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751023AbbEHBFc (ORCPT ); Thu, 7 May 2015 21:05:32 -0400 X-AuditID: 85900ec0-9f6c5b9000003d4c-4b-554c0bceb63d Subject: [PATCH perf/core v2 0/4] perf-probe code cleanup and support wildcard for probe points From: Masami Hiramatsu To: Arnaldo Carvalho de Melo Cc: ananth@in.ibm.com, Peter Zijlstra , hemant@linux.vnet.ibm.com, Linux Kernel Mailing List , David Ahern , namhyung@kernel.org, Jiri Olsa , Ingo Molnar Date: Fri, 08 May 2015 10:03:26 +0900 Message-ID: <20150508010326.24812.56013.stgit@localhost.localdomain> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1760 Lines: 47 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@hitachi.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/