提交 c249a4ce 编写于 作者: F Frederic Weisbecker 提交者: Ingo Molnar

perf tools: Make symbol_conf static

perf top, report and annotate all define their own symbol_conf,
it should be static.
Signed-off-by: NFrederic 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: NIngo Molnar <mingo@elte.hu>
上级 86a9eee0
...@@ -52,7 +52,7 @@ static int exclude_other = 1; ...@@ -52,7 +52,7 @@ static int exclude_other = 1;
static char callchain_default_opt[] = "fractal,0.5"; static char callchain_default_opt[] = "fractal,0.5";
struct symbol_conf symbol_conf; static struct symbol_conf symbol_conf;
static size_t static size_t
......
...@@ -80,7 +80,7 @@ static int dump_symtab = 0; ...@@ -80,7 +80,7 @@ static int dump_symtab = 0;
static bool hide_kernel_symbols = false; static bool hide_kernel_symbols = false;
static bool hide_user_symbols = false; static bool hide_user_symbols = false;
static struct winsize winsize; static struct winsize winsize;
struct symbol_conf symbol_conf; static struct symbol_conf symbol_conf;
/* /*
* Source * Source
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册