diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-11-23 22:51:08 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-11-23 23:55:20 +0300 |
commit | 2890284bcf5c13c10fae8a0c20ad2f575118a092 (patch) | |
tree | 0e4bebc7afcb7bab0fe8c6ec7ced9991ec5a48cd /tools/perf/builtin-top.c | |
parent | cc612d8199089413719397c9d92e5823da578eac (diff) | |
download | linux-2890284bcf5c13c10fae8a0c20ad2f575118a092.tar.xz |
perf tools: Move graph_line and graph_dotted_line from top
So that they can be used in other tools.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <1259005869-13487-1-git-send-email-acme@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/builtin-top.c')
-rw-r--r-- | tools/perf/builtin-top.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index eef9caab6eee..6a5de90e9b83 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c @@ -80,13 +80,6 @@ static bool hide_kernel_symbols = false; static bool hide_user_symbols = false; static struct winsize winsize; const char *vmlinux_name; -static const char *graph_line = - "_____________________________________________________________________" - "_____________________________________________________________________"; -static const char *graph_dotted_line = - "---------------------------------------------------------------------" - "---------------------------------------------------------------------" - "---------------------------------------------------------------------"; /* * Source |