public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH perf/core 0/8] perf-probe bugfixes and support wildcard for probe points
@ 2015-05-06 12:46 Masami Hiramatsu
  2015-05-06 12:46 ` [PATCH perf/core 1/8] [BUGFIX] perf probe: Fix to close probe_events file in error Masami Hiramatsu
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Masami Hiramatsu @ 2015-05-06 12:46 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 series of bugfix patches and improvements for perf-probe.
First 5 patches are new for fixing some minor issues on perf probe,
and last 3 are for wildcard support which is just updates of the
patches which I sent before ( https://lkml.org/lkml/2014/10/31/207 ).

I've dropped --output option since it will be done by perf-cache,
but this series doesn't involve perf-cache feature yet. I found some
issues when working on that and decided to send it beforehand.

Thank you,

---

Masami Hiramatsu (8):
      [BUGFIX] perf probe: Fix to close probe_events file in error
      [BUGFIX] perf probe: Fix a typo for the flags of open
      [BUGFIX] perf probe: Fix to return 0 when positive value returned
      [BUGFIX] perf probe: --line checks valid C-style function name
      perf probe: Skip kernel symbols which is out of .text
      perf-probe: Add --no-inlines option to avoid searching inline functions
      perf-probe: Support $params special probe argument
      perf-probe: Support glob wildcards for function name


 tools/perf/Documentation/perf-probe.txt |    6 +-
 tools/perf/builtin-probe.c              |    8 ++
 tools/perf/util/dwarf-aux.c             |   16 ++++
 tools/perf/util/dwarf-aux.h             |    3 +
 tools/perf/util/probe-event.c           |  116 +++++++++++++++++++++----------
 tools/perf/util/probe-event.h           |    4 +
 tools/perf/util/probe-finder.c          |   62 +++++++++++------
 tools/perf/util/probe-finder.h          |    6 +-
 tools/perf/util/util.h                  |    4 +
 9 files changed, 161 insertions(+), 64 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] 18+ messages in thread

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

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-06 12:46 [PATCH perf/core 0/8] perf-probe bugfixes and support wildcard for probe points Masami Hiramatsu
2015-05-06 12:46 ` [PATCH perf/core 1/8] [BUGFIX] perf probe: Fix to close probe_events file in error Masami Hiramatsu
2015-05-10  7:04   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2015-05-06 12:46 ` [PATCH perf/core 2/8] [BUGFIX] perf probe: Fix a typo for the flags of open Masami Hiramatsu
2015-05-10  7:04   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2015-05-06 12:46 ` [PATCH perf/core 3/8] [BUGFIX] perf probe: Fix to return 0 when positive value returned Masami Hiramatsu
2015-05-10  7:04   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2015-05-06 12:46 ` [PATCH perf/core 4/8] [BUGFIX] perf probe: --line checks valid C-style function name Masami Hiramatsu
2015-05-10  7:04   ` [tip:perf/core] perf probe: Make --line checks validate " tip-bot for Masami Hiramatsu
2015-05-06 12:46 ` [PATCH perf/core 5/8] perf probe: Skip kernel symbols which is out of .text Masami Hiramatsu
2015-05-10  7:05   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2015-05-06 12:46 ` [PATCH perf/core 6/8] perf-probe: Add --no-inlines option to avoid searching inline functions Masami Hiramatsu
2015-05-06 15:52   ` Arnaldo Carvalho de Melo
2015-05-06 23:22     ` Masami Hiramatsu
2015-05-06 12:46 ` [PATCH perf/core 7/8] perf-probe: Support $params special probe argument Masami Hiramatsu
2015-05-10  7:05   ` [tip:perf/core] perf probe: " tip-bot for Masami Hiramatsu
2015-05-06 12:46 ` [PATCH perf/core 8/8] perf-probe: Support glob wildcards for function name Masami Hiramatsu
2015-05-06 16:19 ` [PATCH perf/core 0/8] perf-probe bugfixes and support wildcard for probe points Arnaldo Carvalho de Melo

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