Re: [PATCH 05/23] perf tests: Add simple session read/write test

From: Namhyung Kim
Date: Thu Jul 18 2013 - 03:46:12 EST


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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/