Merge branch 'akpm' (patches from Andrew)
[linux-2.6-microblaze.git] / tools / perf / builtin-c2c.c
index c34d77b..a192014 100644 (file)
@@ -2790,7 +2790,7 @@ static int perf_c2c__report(int argc, const char **argv)
                goto out;
        }
 
-       session = perf_session__new(&data, 0, &c2c.tool);
+       session = perf_session__new(&data, &c2c.tool);
        if (IS_ERR(session)) {
                err = PTR_ERR(session);
                pr_debug("Error creating perf session\n");