[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <157314406866.4063.16995747442215702109.stgit@devnote2>
Date: Fri, 8 Nov 2019 01:27:48 +0900
From: Masami Hiramatsu <mhiramat@...nel.org>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: Masami Hiramatsu <mhiramat@...nel.org>,
Ingo Molnar <mingo@...hat.com>,
Steven Rostedt <rostedt@...dmis.org>,
linux-kernel@...r.kernel.org,
Tom Zanussi <tom.zanussi@...ux.intel.com>,
Ravi Bangoria <ravi.bangoria@...ux.ibm.com>,
Namhyung Kim <namhyung@...nel.org>
Subject: [PATCH v2 0/4] perf/probe: Support multiprobe and immediates
Hi,
This is the 2nd version of the multiprobe support on perf probe.
This can be applied on top of perf/core.
Inlined functions or the lines which have multiple statements can
be compiled in multiple addresses. Current perf probe generates
different events for each address, but this is not useful for
users.
Since ftrace multiprobe per event support is on upstream kernel,
it is a time to push this series. In this version, I have updated
the [1/4] not to add suffix _L* if user doesn't specify the line
number for the function or the line number is 0. And also,
[4/4] is updated according to [1/4] change.
The previous version is here.
https://lkml.kernel.org/r/157291299825.19771.5190465639558208592.stgit@devnote2
Thank you,
---
Masami Hiramatsu (4):
perf probe: Generate event name with line number
perf probe: Support multiprobe event
perf probe: Support DW_AT_const_value constant value
perf probe: Trace a magic number if variable is not found
tools/perf/util/probe-event.c | 19 +++++++++-
tools/perf/util/probe-event.h | 3 ++
tools/perf/util/probe-file.c | 14 ++++++++
tools/perf/util/probe-file.h | 2 +
tools/perf/util/probe-finder.c | 73 ++++++++++++++++++++++++++++++++++++++--
tools/perf/util/probe-finder.h | 1 +
6 files changed, 105 insertions(+), 7 deletions(-)
--
Masami Hiramatsu (Linaro) <mhiramat@...nel.org>
Powered by blists - more mailing lists