Re: [PATCH] tracing: gfp: Fix the GFP enum values shown for user space tracing tools
From: Steven Rostedt
Date: Thu Jan 16 2025 - 14:49:25 EST
On Thu, 16 Jan 2025 14:43:41 -0500
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> I also tested this only with the above define in mmflags.h and just added
> it to kmem.h before sending out. It appears there's a bug in the
> TRACE_EVENT_ENUM define that doesn't translate the TRACE_SYSTEM properly
> and it created the same variable used for both kmem.h and mmflags.h and the
> build failed.
>
> So v2 will also include a fix to TRACE_DEFINE_ENUM().
Never mind. It appears that the kmem.h includes mmflags.h :-p
Well, the TRACE_DEFINE_ENUM() still needs to be fixed, but that could wait
for the next merge window.
-- Steve