On Mon, 29 Dec 2025 18:36:32 -0500
Steven Rostedt <[email protected]> wrote:

> diff --git a/include/traceevent/event-parse.h 
> b/include/traceevent/event-parse.h
> index ebfc2c7..9c1abfa 100644
> --- a/include/traceevent/event-parse.h
> +++ b/include/traceevent/event-parse.h
> @@ -138,6 +138,11 @@ struct tep_print_arg_bitmask {
>       struct tep_format_field *field;
>  };
>  
> +struct tep_print_arg_stacktrace {
> +     char                    *stacktrace;
> +     struct tep_format_field *field;
> +};
> +

[..]

So this has been already applied to libtraceevent 1.9. I'll get the kernel
side patch ready for the next merge window.

-- Steve

Reply via email to