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

2017-06-14 Thread David Carrillo-Cisneros
On Wed, Jun 14, 2017 at 12:20 AM, Jiri Olsa wrote: > On Tue, Jun 13, 2017 at 11:51:43PM -0700, David Carrillo-Cisneros wrote: >> On Tue, Jun 13, 2017 at 11:55 AM, Jiri Olsa wrote: >> > On Mon, Jun 12, 2017 at 09:29:16PM -0700, David Carrillo-Cisneros wrote: >>

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

2017-06-14 Thread David Carrillo-Cisneros
On Wed, Jun 14, 2017 at 12:20 AM, Jiri Olsa wrote: > On Tue, Jun 13, 2017 at 11:51:43PM -0700, David Carrillo-Cisneros wrote: >> On Tue, Jun 13, 2017 at 11:55 AM, Jiri Olsa wrote: >> > On Mon, Jun 12, 2017 at 09:29:16PM -0700, David Carrillo-Cisneros wrote: >> >> v4: - Limit write_* functions to

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

2017-06-14 Thread Jiri Olsa
On Tue, Jun 13, 2017 at 11:51:43PM -0700, David Carrillo-Cisneros wrote: > On Tue, Jun 13, 2017 at 11:55 AM, Jiri Olsa wrote: > > On Mon, Jun 12, 2017 at 09:29:16PM -0700, David Carrillo-Cisneros wrote: > >> v4: - Limit write_* functions to page_size. > >> - Fixed bugs

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

2017-06-14 Thread Jiri Olsa
On Tue, Jun 13, 2017 at 11:51:43PM -0700, David Carrillo-Cisneros wrote: > On Tue, Jun 13, 2017 at 11:55 AM, Jiri Olsa wrote: > > On Mon, Jun 12, 2017 at 09:29:16PM -0700, David Carrillo-Cisneros wrote: > >> v4: - Limit write_* functions to page_size. > >> - Fixed bugs spotted by Jiri. > >>

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

2017-06-14 Thread David Carrillo-Cisneros
On Tue, Jun 13, 2017 at 11:55 AM, Jiri Olsa wrote: > On Mon, Jun 12, 2017 at 09:29:16PM -0700, David Carrillo-Cisneros wrote: >> v4: - Limit write_* functions to page_size. >> - Fixed bugs spotted by Jiri. >> - Add information about pipe-mode to some error messages. > >

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

2017-06-14 Thread David Carrillo-Cisneros
On Tue, Jun 13, 2017 at 11:55 AM, Jiri Olsa wrote: > On Mon, Jun 12, 2017 at 09:29:16PM -0700, David Carrillo-Cisneros wrote: >> v4: - Limit write_* functions to page_size. >> - Fixed bugs spotted by Jiri. >> - Add information about pipe-mode to some error messages. > > looks like this

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

2017-06-14 Thread David Carrillo-Cisneros
On Tue, Jun 13, 2017 at 11:54 AM, Jiri Olsa wrote: > On Mon, Jun 12, 2017 at 09:29:16PM -0700, David Carrillo-Cisneros wrote: >> v4: - Limit write_* functions to page_size. >> - Fixed bugs spotted by Jiri. >> - Add information about pipe-mode to some error messages. > >

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

2017-06-14 Thread David Carrillo-Cisneros
On Tue, Jun 13, 2017 at 11:54 AM, Jiri Olsa wrote: > On Mon, Jun 12, 2017 at 09:29:16PM -0700, David Carrillo-Cisneros wrote: >> v4: - Limit write_* functions to page_size. >> - Fixed bugs spotted by Jiri. >> - Add information about pipe-mode to some error messages. > > hum, looks like we

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

2017-06-13 Thread Jiri Olsa
On Mon, Jun 12, 2017 at 09:29:16PM -0700, David Carrillo-Cisneros wrote: > v4: - Limit write_* functions to page_size. > - Fixed bugs spotted by Jiri. > - Add information about pipe-mode to some error messages. looks like this version breaks the normal report [jolsa@krava perf]$ ./perf

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

2017-06-13 Thread Jiri Olsa
On Mon, Jun 12, 2017 at 09:29:16PM -0700, David Carrillo-Cisneros wrote: > v4: - Limit write_* functions to page_size. > - Fixed bugs spotted by Jiri. > - Add information about pipe-mode to some error messages. looks like this version breaks the normal report [jolsa@krava perf]$ ./perf

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

2017-06-13 Thread Jiri Olsa
On Mon, Jun 12, 2017 at 09:29:16PM -0700, David Carrillo-Cisneros wrote: > v4: - Limit write_* functions to page_size. > - Fixed bugs spotted by Jiri. > - Add information about pipe-mode to some error messages. hum, looks like we have pipe report broken.. on arnaldo's perf/core branch:

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

2017-06-13 Thread Jiri Olsa
On Mon, Jun 12, 2017 at 09:29:16PM -0700, David Carrillo-Cisneros wrote: > v4: - Limit write_* functions to page_size. > - Fixed bugs spotted by Jiri. > - Add information about pipe-mode to some error messages. hum, looks like we have pipe report broken.. on arnaldo's perf/core branch:

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

2017-06-12 Thread David Carrillo-Cisneros
v4: - Limit write_* functions to page_size. - Fixed bugs spotted by Jiri. - Add information about pipe-mode to some error messages. v3: - Fix header output for event aux record. - Uniformize variable naming and other cleanup. - Other fixes suggested by Jiri and Nahmyung. v2: -

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

2017-06-12 Thread David Carrillo-Cisneros
v4: - Limit write_* functions to page_size. - Fixed bugs spotted by Jiri. - Add information about pipe-mode to some error messages. v3: - Fix header output for event aux record. - Uniformize variable naming and other cleanup. - Other fixes suggested by Jiri and Nahmyung. v2: -