mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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>
This commit is contained in:
parent
9da44db149
commit
bcf98740a2
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue