Re: [PATCH] tracing: Remove pointer (asterisk) from cpumask_t field

From: Steven Rostedt
Date: Mon Dec 12 2022 - 19:32:15 EST


On Tue, 13 Dec 2022 09:04:11 +0900
Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx> wrote:

> What about renaming it as __dynamic_array_struct(), because the root issue
> is that we can not pass the data structure to is_signed_tyep() macro?

Actually, I updated this patch where __cpumask() will be its own macro.
Will post it soon.

-- Steve