Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bcf98740 authored by Jiri Olsa's avatar Jiri Olsa Committed by Arnaldo Carvalho de Melo
Browse files

perf tools: Make reset_dimensions global



Will be used from external places in the upcoming c2c patch series.

Signed-off-by: default avatarJiri 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: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 9da44db1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2748,7 +2748,7 @@ static int setup_output_list(struct perf_hpp_list *list, char *str)
	return ret;
	return ret;
}
}


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


+1 −0
Original line number Original line Diff line number Diff line
@@ -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);
bool is_strict_order(const char *order);


int hpp_dimension__add_output(unsigned col);
int hpp_dimension__add_output(unsigned col);
void reset_dimensions(void);
#endif	/* __PERF_SORT_H */
#endif	/* __PERF_SORT_H */