[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1371c609-503f-f778-3ab0-b5a61965981c@linux.intel.com>
Date: Mon, 8 Oct 2018 15:05:48 +0300
From: Alexey Budankov <alexey.budankov@...ux.intel.com>
To: Jiri Olsa <jolsa@...hat.com>
Cc: Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...nel.org>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Namhyung Kim <namhyung@...nel.org>,
Andi Kleen <ak@...ux.intel.com>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v11 1/3]: perf util: map data buffer for preserving
collected data
Hi,
On 08.10.2018 13:51, Jiri Olsa wrote:
> On Mon, Oct 08, 2018 at 09:14:29AM +0300, Alexey Budankov wrote:
<SNIP>
>
> could you please separate those in struct, maybe anonymous like:
>
> ...
> struct {
> void *data;
> struct aiocb cblock;
> int nr_cblocks;
> } aio;
> ...
>
Accepted.
>
>> };
>>
>> /*
>> @@ -59,6 +67,9 @@ enum bkw_mmap_state {
>> struct mmap_params {
>> int prot, mask;
>> struct auxtrace_mmap_params auxtrace_mp;
>> +#ifdef HAVE_AIO_SUPPORT
>> + int nr_cblocks;
>> +#endif
>
> I dont think we need the ifdef here.. IMO one extra int is not
> worth of the ifdef endif confusion
Accepted.
Thanks,
Alexey
>
> jirka
>
Powered by blists - more mailing lists