]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - tools/perf/builtin-timechart.c
net: w5100: enable to support sleepable register access interface
[mirror_ubuntu-artful-kernel.git] / tools / perf / builtin-timechart.c
index bd7a7757176ff0461426903411e20339edc57416..40cc9bb3506c6d1b1625f2e37da795be36809ce3 100644 (file)
@@ -489,7 +489,7 @@ static const char *cat_backtrace(union perf_event *event,
        if (!chain)
                goto exit;
 
-       if (perf_event__preprocess_sample(event, machine, &al, sample) < 0) {
+       if (machine__resolve(machine, &al, sample) < 0) {
                fprintf(stderr, "problem processing %d event, skipping it.\n",
                        event->header.type);
                goto exit;