diff options
-rw-r--r-- | tools/perf/util/sort.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/sort.c b/tools/perf/util/sort.c index 9da8931d2394..254f583a52ab 100644 --- a/tools/perf/util/sort.c +++ b/tools/perf/util/sort.c | |||
@@ -1582,6 +1582,9 @@ void reset_output_field(void) | |||
1582 | sort__has_sym = 0; | 1582 | sort__has_sym = 0; |
1583 | sort__has_dso = 0; | 1583 | sort__has_dso = 0; |
1584 | 1584 | ||
1585 | field_order = NULL; | ||
1586 | sort_order = NULL; | ||
1587 | |||
1585 | reset_dimensions(); | 1588 | reset_dimensions(); |
1586 | perf_hpp__reset_output_field(); | 1589 | perf_hpp__reset_output_field(); |
1587 | } | 1590 | } |