diff options
Diffstat (limited to 'tools/perf/util/symbol.h')
| -rw-r--r-- | tools/perf/util/symbol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index da7ec1af255a..f0593a649c3d 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
| @@ -77,10 +77,10 @@ void dso__delete(struct dso *self); | |||
| 77 | 77 | ||
| 78 | struct symbol *dso__find_symbol(struct dso *self, u64 ip); | 78 | struct symbol *dso__find_symbol(struct dso *self, u64 ip); |
| 79 | 79 | ||
| 80 | int dsos__load_kernel(const char *vmlinux, symbol_filter_t filter, int modules); | ||
| 81 | int dsos__load_modules(void); | 80 | int dsos__load_modules(void); |
| 82 | struct dso *dsos__findnew(const char *name); | 81 | struct dso *dsos__findnew(const char *name); |
| 83 | int dso__load(struct dso *self, struct map *map, symbol_filter_t filter); | 82 | int dso__load(struct dso *self, struct map *map, symbol_filter_t filter); |
| 83 | int dso__load_kernel_sym(struct dso *self, symbol_filter_t filter, int modules); | ||
| 84 | void dsos__fprintf(FILE *fp); | 84 | void dsos__fprintf(FILE *fp); |
| 85 | size_t dsos__fprintf_buildid(FILE *fp); | 85 | size_t dsos__fprintf_buildid(FILE *fp); |
| 86 | 86 | ||
| @@ -94,6 +94,7 @@ int sysfs__read_build_id(const char *filename, void *bf, size_t size); | |||
| 94 | bool dsos__read_build_ids(void); | 94 | bool dsos__read_build_ids(void); |
| 95 | int build_id__sprintf(u8 *self, int len, char *bf); | 95 | int build_id__sprintf(u8 *self, int len, char *bf); |
| 96 | 96 | ||
| 97 | struct dso *dsos__load_kernel(void); | ||
| 97 | int load_kernel(symbol_filter_t filter); | 98 | int load_kernel(symbol_filter_t filter); |
| 98 | 99 | ||
| 99 | void symbol__init(unsigned int priv_size); | 100 | void symbol__init(unsigned int priv_size); |
