diff options
author | Ingo Molnar <mingo@elte.hu> | 2011-01-04 02:08:51 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-01-04 02:08:54 -0500 |
commit | cc2221969906a166a638aecdbae84a3d0462719e (patch) | |
tree | 2483f726e226c309207e1d0250660eea6e1787b8 /tools/perf/util/symbol.h | |
parent | 56f4c400349157289b474a3fd49ee96acab0a4d7 (diff) | |
parent | 387c31c7e5c9805b0aef8833d1731a5fe7bdea14 (diff) |
Merge commit 'v2.6.37-rc8' into perf/core
Merge reason: pick up latest -rc.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r-- | tools/perf/util/symbol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index 7b8c27bb1e6b..670cd1c88f54 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
@@ -168,6 +168,8 @@ void dso__sort_by_name(struct dso *self, enum map_type type); | |||
168 | struct dso *__dsos__findnew(struct list_head *head, const char *name); | 168 | struct dso *__dsos__findnew(struct list_head *head, const char *name); |
169 | 169 | ||
170 | int dso__load(struct dso *self, struct map *map, symbol_filter_t filter); | 170 | int dso__load(struct dso *self, struct map *map, symbol_filter_t filter); |
171 | int dso__load_vmlinux(struct dso *self, struct map *map, | ||
172 | const char *vmlinux, symbol_filter_t filter); | ||
171 | int dso__load_vmlinux_path(struct dso *self, struct map *map, | 173 | int dso__load_vmlinux_path(struct dso *self, struct map *map, |
172 | symbol_filter_t filter); | 174 | symbol_filter_t filter); |
173 | int dso__load_kallsyms(struct dso *self, const char *filename, struct map *map, | 175 | int dso__load_kallsyms(struct dso *self, const char *filename, struct map *map, |