aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFrederic Weisbecker <fweisbec@gmail.com>2009-12-15 03:15:22 +0100
committerIngo Molnar <mingo@elte.hu>2009-12-15 08:52:31 +0100
commitc249a4ce796b30b742bb4854bf3039ced12ef8e5 (patch)
treef1f992df68e8ace8cb8f7a0a0460264217e13f7c /tools
parentperf diff: Introduce tool to show performance difference (diff)
downloadlinux-dev-c249a4ce796b30b742bb4854bf3039ced12ef8e5.tar.xz
linux-dev-c249a4ce796b30b742bb4854bf3039ced12ef8e5.zip
perf tools: Make symbol_conf static
perf top, report and annotate all define their own symbol_conf, it should be static. Signed-off-by: Frederic 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: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/builtin-report.c2
-rw-r--r--tools/perf/builtin-top.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c
index beff7c090d2b..40389c0e38c6 100644
--- a/tools/perf/builtin-report.c
+++ b/tools/perf/builtin-report.c
@@ -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
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c
index 3b212bb2e4df..296e809c2538 100644
--- a/tools/perf/builtin-top.c
+++ b/tools/perf/builtin-top.c
@@ -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