>-----Original Message----- >From: David Marchand <[email protected]> >Sent: Thursday, October 29, 2020 2:33 AM >To: [email protected] >Cc: Jerin Jacob Kollanukkaran <[email protected]>; Sunil Kumar Kori ><[email protected]> >Subject: [EXT] [PATCH v2 1/4] trace: fixup CTF event description at >registration > >External Email > >---------------------------------------------------------------------- >CTF event description is currently built by appending all fields in a single >string >at trace point registration. >When dumping the metadata, this string is split again and inspected to fixup >reserved keywords and special tokens like "." or "->". > >Move this fixup per field at trace point registration time so that there is no >need for inspecting / string parsing when dumping metadata. >Use dynamic allocations to remove an artificial size limit on the CTF event >description manipulations. > >Signed-off-by: David Marchand <[email protected]>
Acked-by: Sunil Kumar Kori <[email protected]> [snipped] >-- >2.23.0

