[PATCH] perf tools: Do not call pevent_free_format when deleting tracepoint

2014-11-04 Thread Jiri Olsa
The libtraceevent library's main handle 'struct pevent' holds pointers of every event that was added to it via functions: pevent_parse_format pevent_parse_event We can't release struct event_format (call pevent_free_format) separately, because that breaks that pointers array mentioned above an

[PATCH] perf tools: Do not call pevent_free_format when deleting tracepoint

2014-10-14 Thread Jiri Olsa
On Mon, Oct 13, 2014 at 03:43:18PM +, Liang, Kan wrote: > Hi Jolsa, > > Does the new patch set work on your machine? > I tested the V8 patch set on haswell, ivybridge and Romley platform, > I cannot reproduce the issue you mentioned. > Could you please try the latest V8 patch? actually it st