aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-top.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-top.c')
-rw-r--r--tools/perf/builtin-top.c7
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;
80static bool hide_user_symbols = false; 80static bool hide_user_symbols = false;
81static struct winsize winsize; 81static struct winsize winsize;
82const char *vmlinux_name; 82const char *vmlinux_name;
83static const char *graph_line =
84 "_____________________________________________________________________"
85 "_____________________________________________________________________";
86static const char *graph_dotted_line =
87 "---------------------------------------------------------------------"
88 "---------------------------------------------------------------------"
89 "---------------------------------------------------------------------";
90 83
91/* 84/*
92 * Source 85 * Source