perf tools: Check recorded kernel version when finding vmlinux
[deliverable/linux.git] / tools / perf / builtin-record.c
index ca0251e8470d0d12a01e32f6b3e6a1253c47393c..4db670d4b8da56421e548cd97668e4ed9d3fbb2d 100644 (file)
@@ -908,7 +908,7 @@ int cmd_record(int argc, const char **argv, const char *prefix __maybe_unused)
                usage_with_options(record_usage, record_options);
        }
 
-       symbol__init();
+       symbol__init(NULL);
 
        if (symbol_conf.kptr_restrict)
                pr_warning(
This page took 0.026693 seconds and 5 git commands to generate.