Re: [PATCH] tracing/selftests: Ignore __pfx_ symbols in kprobe test

From: Steven Rostedt
Date: Wed Feb 08 2023 - 17:03:12 EST


On Wed, 8 Feb 2023 19:05:08 +0100
Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:

> > This is assuming that kprobes can not be added on top of these. But another
> > solution could be to have kprobes just pick the function the __pfx_ is for.
> > Would that be a better solution?
>
> Simply refusing them is simplest. I don't see a compelling reason to
> make this complicated.

OK, so you are good with the patch as is then?

-- Steve