Re: [PATCH v6 00/16] perf tool: add meta-data header support for pipe-mode

2017-07-18 Thread Jiri Olsa
On Mon, Jul 17, 2017 at 09:25:33PM -0700, David Carrillo-Cisneros wrote: > v6: - Avoid buffer resize that would overflow event's header size. hi, for the patchset Acked-by: Jiri Olsa thanks, jirka

[PATCH v6 00/16] perf tool: add meta-data header support for pipe-mode

2017-07-17 Thread David Carrillo-Cisneros
v6: - Avoid buffer resize that would overflow event's header size. v5: - Fix buffer leaking and size changes in perf_event__synthesize_features. - Remove unnecessary renaming. - Remove extra tabs in do_write_string. v4: - Limit write_* functions to page_size. - Fixed bugs spotted