aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/perf/builtin-report.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c
index 3662047cc6b1..6ab49dafef25 100644
--- a/tools/perf/builtin-report.c
+++ b/tools/perf/builtin-report.c
@@ -931,14 +931,6 @@ repeat:
931 if (parent_pattern != default_parent_pattern) { 931 if (parent_pattern != default_parent_pattern) {
932 if (sort_dimension__add("parent") < 0) 932 if (sort_dimension__add("parent") < 0)
933 goto error; 933 goto error;
934
935 /*
936 * Only show the parent fields if we explicitly
937 * sort that way. If we only use parent machinery
938 * for filtering, we don't want it.
939 */
940 if (!strstr(sort_order, "parent"))
941 sort_parent.elide = 1;
942 } 934 }
943 935
944 if (argc) { 936 if (argc) {