[PATCH 07/61] perf tools: Make reset_dimensions global

From: Jiri Olsa
Date: Mon Sep 19 2016 - 09:24:27 EST


Will be used from external places in following patches.

Link: http://lkml.kernel.org/n/tip-7garqfmx5izaqysde9jik4iy@xxxxxxxxxxxxxx
Signed-off-by: Jiri Olsa <jolsa@xxxxxxxxxx>
---
tools/perf/util/sort.c | 2 +-
tools/perf/util/sort.h | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/perf/util/sort.c b/tools/perf/util/sort.c
index 1884d7f9b9d2..9e1f6f75a50f 100644
--- a/tools/perf/util/sort.c
+++ b/tools/perf/util/sort.c
@@ -2748,7 +2748,7 @@ static int setup_output_list(struct perf_hpp_list *list, char *str)
return ret;
}

-static void reset_dimensions(void)
+void reset_dimensions(void)
{
unsigned int i;

diff --git a/tools/perf/util/sort.h b/tools/perf/util/sort.h
index 28c0524c8702..3f743bf2acd4 100644
--- a/tools/perf/util/sort.h
+++ b/tools/perf/util/sort.h
@@ -268,4 +268,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 */
--
2.7.4