diff options
Diffstat (limited to 'tools/perf/util/map.h')
-rw-r--r-- | tools/perf/util/map.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/perf/util/map.h b/tools/perf/util/map.h index 1e183d1ae581..c98ab1900608 100644 --- a/tools/perf/util/map.h +++ b/tools/perf/util/map.h | |||
@@ -158,9 +158,12 @@ int machine__init(struct machine *self, const char *root_dir, pid_t pid); | |||
158 | void machine__exit(struct machine *self); | 158 | void machine__exit(struct machine *self); |
159 | void machine__delete(struct machine *self); | 159 | void machine__delete(struct machine *self); |
160 | 160 | ||
161 | struct perf_evsel; | ||
162 | struct perf_sample; | ||
161 | int machine__resolve_callchain(struct machine *machine, | 163 | int machine__resolve_callchain(struct machine *machine, |
164 | struct perf_evsel *evsel, | ||
162 | struct thread *thread, | 165 | struct thread *thread, |
163 | struct ip_callchain *chain, | 166 | struct perf_sample *sample, |
164 | struct symbol **parent); | 167 | struct symbol **parent); |
165 | int maps__set_kallsyms_ref_reloc_sym(struct map **maps, const char *symbol_name, | 168 | int maps__set_kallsyms_ref_reloc_sym(struct map **maps, const char *symbol_name, |
166 | u64 addr); | 169 | u64 addr); |