Re: [PATCH] asm-generic/io.h: Skip trace helpers if rwmmio events are disabled

From: Arnd Bergmann
Date: Sat Jul 26 2025 - 12:23:05 EST


On Thu, Jul 24, 2025, at 13:49, Varad Gautam wrote:
> On Wed, May 28, 2025 at 5:28 PM Varad Gautam <varadgautam@xxxxxxxxxx> wrote:
>>
>> On Mon, Apr 28, 2025 at 9:41 PM Varad Gautam <varadgautam@xxxxxxxxxx> wrote:
>> >
>> > On Mon, Apr 7, 2025 at 6:13 PM Varad Gautam <varadgautam@xxxxxxxxxx> wrote:
>> > >
>> > > On Sun, Mar 30, 2025 at 6:42 PM Varad Gautam <varadgautam@xxxxxxxxxx> wrote:
>> > > >
>> > > > With `CONFIG_TRACE_MMIO_ACCESS=y`, the `{read,write}{b,w,l,q}{_relaxed}()`
>> > > > mmio accessors unconditionally call `log_{post_}{read,write}_mmio()`
>> > > > helpers, which in turn call the ftrace ops for `rwmmio` trace events
>> > > >
>> > > > This adds a performance penalty per mmio accessor call, even when
>> > > > `rwmmio` events are disabled at runtime (~80% overhead on local
>> > > > measurement).
>> > > >
>> > > > Guard these with `tracepoint_enabled()`.
>> > > >
>> > > > Signed-off-by: Varad Gautam <varadgautam@xxxxxxxxxx>
>> > > > Fixes: 210031971cdd ("asm-generic/io: Add logging support for MMIO accessors")
>> > > > Cc: <stable@xxxxxxxxxxxxxxx>
>> > >
>> > > Ping.
>> > >
>> >
>> > Ping.
>> >
>>
>> Ping. Arnd, can this be picked up into the asm-generic tree?
>>
>
> Ping.

I'm sorry I keep missing this one. It's really too late again for
the merge window, so it won't be in 6.17 either, but I've applied
it locally in my asm-generic branch that I'm planning for 6.18
so I hope I won't miss it again.

I currently have nothing queued up for 6.17 at all, but I already
have some of my own patches that I plan to submit for review after
the merge window and merge through the asm-generic tree.

Arnd