perf tools: Check recorded kernel version when finding vmlinux
[deliverable/linux.git] / tools / perf / builtin-mem.c
index 80e57c84adefdaec2e6356d20abf46ad44982fa9..8b4a87fe3858367235168e27ab2601f3788ece11 100644 (file)
@@ -133,7 +133,7 @@ static int report_raw_events(struct perf_mem *mem)
                        goto out_delete;
        }
 
-       if (symbol__init() < 0)
+       if (symbol__init(&session->header.env) < 0)
                return -1;
 
        printf("# PID, TID, IP, ADDR, LOCAL WEIGHT, DSRC, SYMBOL\n");
This page took 0.027721 seconds and 5 git commands to generate.