diff options
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r-- | tools/perf/util/symbol.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index 2cec6a10716a..a517c17407b7 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
@@ -162,6 +162,11 @@ int dso__load_vmlinux_path(struct dso *self, struct map *map, | |||
162 | symbol_filter_t filter); | 162 | symbol_filter_t filter); |
163 | int dso__load_kallsyms(struct dso *self, const char *filename, struct map *map, | 163 | int dso__load_kallsyms(struct dso *self, const char *filename, struct map *map, |
164 | symbol_filter_t filter); | 164 | symbol_filter_t filter); |
165 | int machine__load_kallsyms(struct machine *self, const char *filename, | ||
166 | enum map_type type, symbol_filter_t filter); | ||
167 | int machine__load_vmlinux_path(struct machine *self, enum map_type type, | ||
168 | symbol_filter_t filter); | ||
169 | |||
165 | size_t machines__fprintf_dsos(struct rb_root *self, FILE *fp); | 170 | size_t machines__fprintf_dsos(struct rb_root *self, FILE *fp); |
166 | size_t machines__fprintf_dsos_buildid(struct rb_root *self, FILE *fp, bool with_hits); | 171 | size_t machines__fprintf_dsos_buildid(struct rb_root *self, FILE *fp, bool with_hits); |
167 | 172 | ||
@@ -199,6 +204,8 @@ int kallsyms__parse(const char *filename, void *arg, | |||
199 | char type, u64 start)); | 204 | char type, u64 start)); |
200 | 205 | ||
201 | int __machine__create_kernel_maps(struct machine *self, struct dso *kernel); | 206 | int __machine__create_kernel_maps(struct machine *self, struct dso *kernel); |
207 | int machine__create_kernel_maps(struct machine *self); | ||
208 | |||
202 | int machines__create_kernel_maps(struct rb_root *self, pid_t pid); | 209 | int machines__create_kernel_maps(struct rb_root *self, pid_t pid); |
203 | int machines__create_guest_kernel_maps(struct rb_root *self); | 210 | int machines__create_guest_kernel_maps(struct rb_root *self); |
204 | 211 | ||