perf tools: Check recorded kernel version when finding vmlinux
[deliverable/linux.git] / tools / perf / builtin-timechart.c
index df3b1c5ae7b987c47fa3a830a61ce7a7dfab583b..48eea6cd2f5be475088e0c55d053ab4bd4e66246 100644 (file)
@@ -1607,7 +1607,7 @@ static int __cmd_timechart(struct timechart *tchart, const char *output_name)
        if (session == NULL)
                return -ENOMEM;
 
-       symbol__init();
+       symbol__init(&session->header.env);
 
        (void)perf_header__process_sections(&session->header,
                                            perf_data_file__fd(session->file),
This page took 0.026321 seconds and 5 git commands to generate.