From dccc48b7dbe85d789aa2c45114649ef9b913d35c Mon Sep 17 00:00:00 2001 From: Frederic Weisbecker Date: Tue, 15 Dec 2009 03:15:22 +0100 Subject: [PATCH] --- yaml --- r: 177434 b: refs/heads/master c: c249a4ce796b30b742bb4854bf3039ced12ef8e5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/perf/builtin-report.c | 2 +- trunk/tools/perf/builtin-top.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5fa688171eed..ef5798e45d67 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 86a9eee047ba09a714c3b8e27c9df2bbf715393a +refs/heads/master: c249a4ce796b30b742bb4854bf3039ced12ef8e5 diff --git a/trunk/tools/perf/builtin-report.c b/trunk/tools/perf/builtin-report.c index beff7c090d2b..40389c0e38c6 100644 --- a/trunk/tools/perf/builtin-report.c +++ b/trunk/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/trunk/tools/perf/builtin-top.c b/trunk/tools/perf/builtin-top.c index 3b212bb2e4df..296e809c2538 100644 --- a/trunk/tools/perf/builtin-top.c +++ b/trunk/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