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

2020-09-30 Thread Tom Zanussi
Hi Axel, On Tue, 2020-09-29 at 15:19 -0700, Axel Rasmussen wrote: > On Tue, Sep 29, 2020 at 1:33 PM Tom Zanussi > wrote: > > > > Hi, > > > > This patchset adds support for dynamic strings for synthetic > > events, > > as requested by Axel Rasmussen. > > > > Actually, the first two patches shou

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

2020-09-29 Thread Axel Rasmussen
On Tue, Sep 29, 2020 at 1:33 PM Tom Zanussi wrote: > > Hi, > > This patchset adds support for dynamic strings for synthetic events, > as requested by Axel Rasmussen. > > Actually, the first two patches should be applied in any case - the > first just changes the current max string length and the s

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

2020-09-29 Thread Tom Zanussi
Hi, This patchset adds support for dynamic strings for synthetic events, as requested by Axel Rasmussen. Actually, the first two patches should be applied in any case - the first just changes the current max string length and the second fixes a bug I found while testing. It works fine for my sim