summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/perf/util/event.h3
-rw-r--r--tools/perf/util/machine.h3
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/perf/util/event.h b/tools/perf/util/event.h
index 8b71ac1af81b..ea5bd1f62b0f 100644
--- a/tools/perf/util/event.h
+++ b/tools/perf/util/event.h
@@ -337,9 +337,6 @@ int perf_event__process(struct perf_tool *tool,
struct addr_location;
-int machine__resolve(struct machine *machine, struct addr_location *al,
- struct perf_sample *sample);
-
void addr_location__put(struct addr_location *al);
struct thread;
diff --git a/tools/perf/util/machine.h b/tools/perf/util/machine.h
index 74935dfaa937..6267c1d6f232 100644
--- a/tools/perf/util/machine.h
+++ b/tools/perf/util/machine.h
@@ -305,4 +305,7 @@ int machine__create_extra_kernel_map(struct machine *machine,
int machine__map_x86_64_entry_trampolines(struct machine *machine,
struct dso *kernel);
+int machine__resolve(struct machine *machine, struct addr_location *al,
+ struct perf_sample *sample);
+
#endif /* __PERF_MACHINE_H */