Re: [RFC 00/13] kprobe/bpf: Add support to attach multiple kprobes

From: Steven Rostedt
Date: Thu Jan 06 2022 - 10:03:02 EST


On Thu, 6 Jan 2022 22:59:43 +0900
Masami Hiramatsu <mhiramat@xxxxxxxxxx> wrote:

> > at the moment there's not ftrace public interface for the return
> > probe merged in, so to get the kretprobe working I had to use
> > kprobe interface
>
> Yeah, I found that too. We have to ask Steve to salvage it ;)

I have one more week of being unemployed (and I'm done with my office
renovation), so perhaps I'll start looking into this.

This was the work to merge function graph tracer with kretprobes, right?

-- Steve