diff options
author | Jiri Olsa <jolsa@kernel.org> | 2016-09-22 17:36:32 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-09-22 18:08:56 +0200 |
commit | bcf98740a28579d9412afa9a72e463da386a55a6 (patch) | |
tree | 21ee92f8e08fb8b56c38ef1938af10b00b6fa8ad /tools/perf/util/sort.h | |
parent | perf hists: Add __hist_entry__snprintf function (diff) | |
download | linux-bcf98740a28579d9412afa9a72e463da386a55a6.tar.xz linux-bcf98740a28579d9412afa9a72e463da386a55a6.zip |
perf tools: Make reset_dimensions global
Will be used from external places in the upcoming c2c patch series.
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Joe Mario <jmario@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1474558645-19956-5-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/sort.h')
-rw-r--r-- | tools/perf/util/sort.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/sort.h b/tools/perf/util/sort.h index 9505483cb95c..4efadc1e98c5 100644 --- a/tools/perf/util/sort.h +++ b/tools/perf/util/sort.h @@ -269,4 +269,5 @@ int report_parse_ignore_callees_opt(const struct option *opt, const char *arg, i bool is_strict_order(const char *order); int hpp_dimension__add_output(unsigned col); +void reset_dimensions(void); #endif /* __PERF_SORT_H */ |