Re: [RFC] ftrace: Add support to keep some functions out of ftrace

From: Peter Zijlstra
Date: Mon Aug 15 2022 - 04:04:13 EST


On Sat, Aug 13, 2022 at 03:02:52PM -0400, Steven Rostedt wrote:
> On Fri, 12 Aug 2022 23:18:15 +0200
> Jiri Olsa <olsajiri@xxxxxxxxx> wrote:
>
> > the patch below moves the bpf function into sepatate object and switches
> > off the -mrecord-mcount for it.. so the function gets profile call
> > generated but it's not visible to ftrace

Why ?!?