perf beauty: Update copy of linux/socket.h with the kernel sources
[linux-2.6-microblaze.git] / tools / perf / builtin-report.c
index dc0364f..a0316ce 100644 (file)
@@ -1411,7 +1411,7 @@ int cmd_report(int argc, const char **argv)
        data.force = symbol_conf.force;
 
 repeat:
-       session = perf_session__new(&data, false, &report.tool);
+       session = perf_session__new(&data, &report.tool);
        if (IS_ERR(session)) {
                ret = PTR_ERR(session);
                goto exit;