Re: [PATCH] perf tools: Initialize perf_data_file fd field

2018-09-18 Thread Arnaldo Carvalho de Melo
Em Tue, Sep 18, 2018 at 02:07:41PM -0400, Jérémie Galarneau escreveu: > Hi Arnaldo, > > Anything I can do to help you with this patch? Thanks for the reminder, will apply. - Arnaldo > Thanks, > Jérémie > > On 5 September 2018 at 12:09, Jiri Olsa wrote: > > On Wed, Aug 29, 2018 at 04:16:48PM

Re: [PATCH] perf tools: Initialize perf_data_file fd field

2018-09-18 Thread Jérémie Galarneau
Hi Arnaldo, Anything I can do to help you with this patch? Thanks, Jérémie On 5 September 2018 at 12:09, Jiri Olsa wrote: > On Wed, Aug 29, 2018 at 04:16:48PM -0400, Jérémie Galarneau wrote: >> Building the perf CTF converter fails with gcc 4.8.4 >> on Ubuntu 14.04 with the following error: >>

Re: [PATCH] perf tools: Initialize perf_data_file fd field

2018-09-05 Thread Jiri Olsa
On Wed, Aug 29, 2018 at 04:16:48PM -0400, Jérémie Galarneau wrote: > Building the perf CTF converter fails with gcc 4.8.4 > on Ubuntu 14.04 with the following error: > > error: missing initializer for field ‘fd’ of ‘struct perf_data_file’ > [-Werror=missing-field-initializers] > > Per 4b838b0d an

[PATCH] perf tools: Initialize perf_data_file fd field

2018-08-29 Thread Jérémie Galarneau
Building the perf CTF converter fails with gcc 4.8.4 on Ubuntu 14.04 with the following error: error: missing initializer for field ‘fd’ of ‘struct perf_data_file’ [-Werror=missing-field-initializers] Per 4b838b0d and the ensuing discussion on the mailing list, it appears that this affects other