aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/map.h')
-rw-r--r--tools/perf/util/map.h5
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);
158void machine__exit(struct machine *self); 158void machine__exit(struct machine *self);
159void machine__delete(struct machine *self); 159void machine__delete(struct machine *self);
160 160
161struct perf_evsel;
162struct perf_sample;
161int machine__resolve_callchain(struct machine *machine, 163int 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);
165int maps__set_kallsyms_ref_reloc_sym(struct map **maps, const char *symbol_name, 168int maps__set_kallsyms_ref_reloc_sym(struct map **maps, const char *symbol_name,
166 u64 addr); 169 u64 addr);