mbox series

[0/2] tools lib traceevent: Fixes for adding tasks to the tep descriptor

Message ID 20190828190527.680021737@goodmis.org (mailing list archive)
Headers show
Series tools lib traceevent: Fixes for adding tasks to the tep descriptor | expand

Message

Steven Rostedt Aug. 28, 2019, 7:05 p.m. UTC
Hi Arnaldo,

Please pull in these patches as they fix the lib tools traceevent code
that has issues with adding in new tasks on large data files.

-- Steve



Steven Rostedt (VMware) (2):
      tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure
      tools lib traceevent: Remove unneeded qsort and uses memmove instead

----
 tools/lib/traceevent/event-parse.c | 58 ++++++++++++++++++++++++++++++++------
 1 file changed, 50 insertions(+), 8 deletions(-)