aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-report.c')
-rw-r--r--tools/perf/builtin-report.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c
index c877982a64d3..669405c9b8a2 100644
--- a/tools/perf/builtin-report.c
+++ b/tools/perf/builtin-report.c
@@ -871,6 +871,8 @@ repeat:
871 fprintf(stderr, "branch and mem mode incompatible\n"); 871 fprintf(stderr, "branch and mem mode incompatible\n");
872 goto error; 872 goto error;
873 } 873 }
874 sort__mode = SORT_MODE__MEMORY;
875
874 /* 876 /*
875 * if no sort_order is provided, then specify 877 * if no sort_order is provided, then specify
876 * branch-mode specific order 878 * branch-mode specific order