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

Commit c249a4ce authored by Frederic Weisbecker's avatar Frederic Weisbecker Committed by Ingo Molnar
Browse files

perf tools: Make symbol_conf static



perf top, report and annotate all define their own symbol_conf,
it should be static.

Signed-off-by: default avatarFrederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <1260843322-6602-1-git-send-regression-fweisbec@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 86a9eee0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ static int exclude_other = 1;

static char		callchain_default_opt[] = "fractal,0.5";

struct symbol_conf	symbol_conf;
static struct symbol_conf	symbol_conf;


static size_t
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ static int dump_symtab = 0;
static bool			hide_kernel_symbols		=  false;
static bool			hide_user_symbols		=  false;
static struct winsize		winsize;
struct symbol_conf		symbol_conf;
static struct symbol_conf	symbol_conf;

/*
 * Source