perf annotate: Add TUI interface
[pandora-kernel.git] / tools / perf / builtin-report.c
index 2c39bd3..a7b8760 100644 (file)
@@ -484,9 +484,7 @@ int cmd_report(int argc, const char **argv, const char *prefix __used)
 {
        argc = parse_options(argc, argv, options, report_usage, 0);
 
-       if (dump_trace)
-               setup_pager();
-       else if (strcmp(input_name, "-") != 0)
+       if (strcmp(input_name, "-") != 0)
                setup_browser();
        /*
         * Only in the newt browser we are doing integrated annotation,