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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/