On Thu, May 23, 2013 at 09:08:47PM -0700, Vinson Lee wrote:
 > From: Vinson Lee <[email protected]>
 > 
 > This patch fixes these build errors on 3.6 and older.
 > 
 >   CC syscalls/perf_event_open.o
 > syscalls/perf_event_open.c: In function ‘create_mostly_valid_counting_event’:
 > syscalls/perf_event_open.c:382:6: error: ‘struct perf_event_attr’ has no 
 > member named ‘exclude_callchain_kernel’
 > syscalls/perf_event_open.c:383:6: error: ‘struct perf_event_attr’ has no 
 > member named ‘exclude_callchain_user’
 > syscalls/perf_event_open.c: In function ‘create_mostly_valid_sampling_event’:
 > syscalls/perf_event_open.c:431:6: error: ‘struct perf_event_attr’ has no 
 > member named ‘exclude_callchain_kernel’
 > syscalls/perf_event_open.c:432:6: error: ‘struct perf_event_attr’ has no 
 > member named ‘exclude_callchain_user’
 > make: *** [syscalls/perf_event_open.o] Error 1
 > 
 > Signed-off-by: Vinson Lee <[email protected]>
 > ---
 >  configure.sh               |   26 ++++++++++++++++++++++++++
 >  syscalls/perf_event_open.c |    4 ++++
 >  2 files changed, 30 insertions(+)
 > 
 > diff --git a/configure.sh b/configure.sh
 > index e676418..4be1e59 100755
 > --- a/configure.sh
 > +++ b/configure.sh
 > @@ -182,6 +182,32 @@ else
 >  fi

thanks, applied.

        Dave
--
To unsubscribe from this list: send the line "unsubscribe trinity" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to