perf report: Add tools/arch/x86/include/asm/amd-ibs.h
[linux-2.6-microblaze.git] / tools / perf / builtin-annotate.c
index cebb861..05eb098 100644 (file)
@@ -596,7 +596,7 @@ int cmd_annotate(int argc, const char **argv)
 
        data.path = input_name;
 
-       annotate.session = perf_session__new(&data, false, &annotate.tool);
+       annotate.session = perf_session__new(&data, &annotate.tool);
        if (IS_ERR(annotate.session))
                return PTR_ERR(annotate.session);