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));
?
Thanks,
Namhyung
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/