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

From: Steven Rostedt
Date: Wed Aug 28 2019 - 15:18:28 EST



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(-)