Re: [PATCH] tracing: gfp: Fix the GFP enum values shown for user space tracing tools

From: Linus Torvalds
Date: Thu Jan 16 2025 - 14:19:47 EST


On Thu, 16 Jan 2025 at 11:17, Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> But they are only defines, they are not created until used. Are you worried
> that it will slow down the compile?

Yes, and the whole "pointless noise" thing.

I *look* at header files sometimes. I don't want to see pointless
noise that isn't relevant to the context.

This is not relevant to non-tracing users.

Linus