On Mon, 26 Jan 2026 10:44:00 +0000
Vincent Donnefort <[email protected]> wrote:

> Declaring remote events can be cumbersome let's add a set of macros to
> simplify developers life. The declaration of a remote event is very
> similar to kernel's events:
> 
>  REMOTE_EVENT(name, id,
>      RE_STRUCT(
>         re_field(u64 foo)
>      ),
>      RE_PRINTK("foo=%llu", __entry->foo)
>  )
> 
> Signed-off-by: Vincent Donnefort <[email protected]>

Reviewed-by: Steven Rostedt (Google) <[email protected]>

-- Steve

Reply via email to