diff options
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r-- | tools/perf/util/symbol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index 48b8e5759af9..6e8490716408 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
@@ -55,7 +55,7 @@ struct dso { | |||
55 | char name[0]; | 55 | char name[0]; |
56 | }; | 56 | }; |
57 | 57 | ||
58 | const char *sym_hist_filter; | 58 | extern const char *sym_hist_filter; |
59 | 59 | ||
60 | typedef int (*symbol_filter_t)(struct dso *self, struct symbol *sym); | 60 | typedef int (*symbol_filter_t)(struct dso *self, struct symbol *sym); |
61 | 61 | ||
@@ -87,6 +87,6 @@ extern struct list_head dsos; | |||
87 | extern struct dso *kernel_dso; | 87 | extern struct dso *kernel_dso; |
88 | extern struct dso *vdso; | 88 | extern struct dso *vdso; |
89 | extern struct dso *hypervisor_dso; | 89 | extern struct dso *hypervisor_dso; |
90 | extern char *vmlinux; | 90 | extern const char *vmlinux_name; |
91 | extern int modules; | 91 | extern int modules; |
92 | #endif /* _PERF_SYMBOL_ */ | 92 | #endif /* _PERF_SYMBOL_ */ |