Re: [PATCH v3] tracepoint: Fix CFI failures with tp_sub_func
From: Steven Rostedt
Date: Tue Apr 04 2023 - 16:22:51 EST
On Tue, 4 Apr 2023 11:59:26 +0100
Mark Rutland <mark.rutland@xxxxxxx> wrote:
> Sorry to ping, but are you planning to pick this up, and/or did you want this
> resent with the Testing-by typo fixed?
>
> I couldn't spot it in the tracing tree, and I'm not sure if it's still on your
> TODO list for review or has just been missed.
Actually, we may be going back to your original patches, as having a stub
function for every trace event will allow us to attach fprobes to them. And
we actually have a need to do that (connecting to tracepoints to get more
info than the trace event gives).
Masami is currently working on this.
-- Steve