perf session: Fallback to unordered processing if no sample_id_all
[cascardo/linux.git] / tools / perf / builtin-record.c
index e9be6ae..efd1b3c 100644 (file)
@@ -572,7 +572,7 @@ static int __cmd_record(int argc, const char **argv)
        }
 
        session = perf_session__new(output_name, O_WRONLY,
-                                   write_mode == WRITE_FORCE, false);
+                                   write_mode == WRITE_FORCE, false, NULL);
        if (session == NULL) {
                pr_err("Not enough memory for reading perf file header\n");
                return -1;