lkml.org 
[lkml]   [2011]   [Dec]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 01/12] perf_events: add generic taken branch sampling support (v2)
From
Date
On Fri, 2011-10-14 at 14:37 +0200, Stephane Eranian wrote:
> @@ -455,6 +483,8 @@ enum perf_event_type {
> *
> * { u32 size;
> * char data[size];}&& PERF_SAMPLE_RAW
> + *
> + * { u64 from, to, flags } lbr[nr];} && PERF_SAMPLE_BRANCH_STACK

{ u64 nr;
{ u64 from, to, flags } brstack[nr]; } && PERF_SAMPLE_BRANCH_STACK

Perhaps? It looks like you lost a line somewhere, even you curly braces
are unmatched in the correct way.


\
 
 \ /
  Last update: 2011-12-05 22:09    [W:0.461 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site