public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH perf/core v2 0/4] perf-probe code cleanup and support wildcard for probe points
@ 2015-05-08  1:03 Masami Hiramatsu
  2015-05-08  1:03 ` [PATCH perf/core v2 1/4] perf probe: Use perf_probe_event.target instead of passing as an argument Masami Hiramatsu
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Masami Hiramatsu @ 2015-05-08  1:03 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: ananth, Peter Zijlstra, hemant, Linux Kernel Mailing List,
	David Ahern, namhyung, Jiri Olsa, Ingo Molnar

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-05-10  7:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-08  1:03 [PATCH perf/core v2 0/4] perf-probe code cleanup and support wildcard for probe points Masami Hiramatsu
2015-05-08  1:03 ` [PATCH perf/core v2 1/4] perf probe: Use perf_probe_event.target instead of passing as an argument Masami Hiramatsu
2015-05-10  7:11   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2015-05-08  1:03 ` [PATCH perf/core v2 2/4] perf probe: Introduce probe_conf global configs Masami Hiramatsu
2015-05-10  7:11   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2015-05-08  1:03 ` [PATCH perf/core v2 3/4] perf-probe: Add --no-inlines option to avoid searching inline functions Masami Hiramatsu
2015-05-10  7:11   ` [tip:perf/core] perf probe: " tip-bot for Masami Hiramatsu
2015-05-08  1:03 ` [PATCH perf/core v2 4/4] perf-probe: Support glob wildcards for function name Masami Hiramatsu
2015-05-10  7:12   ` [tip:perf/core] perf probe: " tip-bot for Masami Hiramatsu
2015-05-08 19:38 ` [PATCH perf/core v2 0/4] perf-probe code cleanup and support wildcard for probe points Arnaldo Carvalho de Melo
2015-05-10  3:02   ` Masami Hiramatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox