Re: [PATCH v3 0/3] tracing: Add dynamic strings for synthetic events

2020-10-02 Thread Steven Rostedt
On Thu, 1 Oct 2020 16:46:43 -0500 Tom Zanussi wrote: > Hi, > > This is v3 of the dynamic string support for synthetic events. > > No code changes since v2, just added Fixes: tag for 'tracing: Fix > parse_synth_field() error handling' as suggested by Masami along with > his Reviewed-by, and Axe

Re: [PATCH v3 0/3] tracing: Add dynamic strings for synthetic events

2020-10-02 Thread Steven Rostedt
On Thu, 1 Oct 2020 16:46:43 -0500 Tom Zanussi wrote: > Hi, > > This is v3 of the dynamic string support for synthetic events. > > No code changes since v2, just added Fixes: tag for 'tracing: Fix > parse_synth_field() error handling' as suggested by Masami along with > his Reviewed-by, and Axe

[PATCH v3 0/3] tracing: Add dynamic strings for synthetic events

2020-10-01 Thread Tom Zanussi
Hi, This is v3 of the dynamic string support for synthetic events. No code changes since v2, just added Fixes: tag for 'tracing: Fix parse_synth_field() error handling' as suggested by Masami along with his Reviewed-by, and Axel's Tested-bys. Thanks, Tom Previous versions text: Hi, This is v