diff options
Diffstat (limited to 'tools/perf/builtin-top.c')
| -rw-r--r-- | tools/perf/builtin-top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index 9f0cfa0108a6..397290a0a76e 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c | |||
| @@ -96,7 +96,7 @@ struct source_line { | |||
| 96 | struct source_line *next; | 96 | struct source_line *next; |
| 97 | }; | 97 | }; |
| 98 | 98 | ||
| 99 | static char *sym_filter = NULL; | 99 | static const char *sym_filter = NULL; |
| 100 | struct sym_entry *sym_filter_entry = NULL; | 100 | struct sym_entry *sym_filter_entry = NULL; |
| 101 | struct sym_entry *sym_filter_entry_sched = NULL; | 101 | struct sym_entry *sym_filter_entry_sched = NULL; |
| 102 | static int sym_pcnt_filter = 5; | 102 | static int sym_pcnt_filter = 5; |
