lkml.org 
[lkml]   [2017]   [Feb]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH 07/10] perf: Directly pass PERF_AUX_* flags to perf_aux_output_end
Date
Will Deacon <will.deacon@arm.com> writes:

> On Fri, Feb 17, 2017 at 03:40:23PM +0200, Alexander Shishkin wrote:
>> Will Deacon <will.deacon@arm.com> writes:
>>
>> > @@ -485,7 +485,8 @@ int intel_bts_interrupt(void)
>> > return handled;
>> >
>> > perf_aux_output_end(&bts->handle, local_xchg(&buf->data_size, 0),
>> > - !!local_xchg(&buf->lost, 0));
>> > + local_xchg(&buf->lost, 0) ?
>> > + PERF_AUX_FLAG_OVERWRITE : 0);
>>
>> Heh, this one would have taken some time to debug. :)
>
> Don't worry, this isn't a bug fix! This patch changes the prototype for
> perf_aux_output_end so that it takes the flag instead of a "bool truncated"
> parameter, so this is just fixing up the callers at the same time.

Yeah, I got that, what I'm saying is that the above should be
PERF_AUX_FLAG_TRUNCATED, not OVERWRITE. I only spotted it by accident.

Regards,
--
Alex

\
 
 \ /
  Last update: 2017-02-17 15:11    [W:1.165 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site