Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up completed...
[linux-2.6-microblaze.git] / tools / perf / builtin-sched.c
index 5cacc4f..8a12d71 100644 (file)
@@ -2172,7 +2172,7 @@ static void save_task_callchain(struct perf_sched *sched,
                if (node == NULL)
                        break;
 
-               sym = node->sym;
+               sym = node->ms.sym;
                if (sym) {
                        if (!strcmp(sym->name, "schedule") ||
                            !strcmp(sym->name, "__schedule") ||