[PATCH 0/3] perf probe: Boot time tracing support followup

From: Masami Hiramatsu
Date: Fri Jun 18 2021 - 12:10:54 EST


Hi Arnaldo,

I found that I made 2 mistakes at the last series, typo and the return probe.
Since bootconfig have to use %return style definition for the return
probes, I have to update the synthesize_kprobe_trace_def() too.

So here are the follow up patches which update the last patch in the previous
series, and add the return probe support and documentation update.


Thank you,

---

Masami Hiramatsu (3):
[v2] perf/probe: Add --bootconfig to output definition in bootconfig format
perf/probe: Show return probe correctly with --bootconfig
perf/probe: docs: Add --bootconfig option to perf-probe manual


tools/perf/Documentation/perf-probe.txt | 15 +++++-
tools/perf/builtin-probe.c | 12 ++++-
tools/perf/util/probe-event.c | 82 +++++++++++++++++++++++++++++--
tools/perf/util/probe-event.h | 2 +
4 files changed, 105 insertions(+), 6 deletions(-)

--
Masami Hiramatsu (Linaro) <mhiramat@xxxxxxxxxx>