lkml.org 
[lkml]   [2013]   [Jul]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 05/23] perf tests: Add simple session read/write test
On Thu, Jul 18, 2013 at 04:46:03PM +0900, Namhyung Kim wrote:
> On Wed, 17 Jul 2013 19:49:45 +0200, Jiri Olsa wrote:
> > Adding simple session read/write test to keep up
> > with file format changes.
> >
> [SNIP]
>
> > + session = perf_session__new(file, O_RDONLY, false, false, &tool);
> > + TEST_ASSERT_VAL("failed to create session", session);
> > +
> > + TEST_ASSERT_VAL("failed to process events", session);
> > + perf_session__process_events(session, &tool);
>
> Did you mean
>
> TEST_ASSERT_VAL("failed to process events",
> perf_session__process_events(session, &tool));
> ?

ouch, yes I did ;-)

thanks,
jirka


\
 
 \ /
  Last update: 2013-07-18 15:21    [W:0.242 / U:2.956 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site