Re: [for-next][PATCH 02/11] tracing: Add __cpumask to denote a trace event field that is a cpumask_t

From: Steven Rostedt
Date: Mon Dec 12 2022 - 12:05:13 EST


On Mon, 12 Dec 2022 11:12:56 -0500
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> Another possibility is that I can add parsing to the format that is exposed
> to user space and simply s/__cpumask *[]/__cpumask[]/
>
> Which will get rid of the pointer array of cpu masks.

Actually, I found a better way to get rid of that "*". Would that work for
you? That is, if the above shows:

field:__data_loc cpumask_t[] mask; offset:36; size:4; signed:0;

Instead?

-- Steve