hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/tools/perf/arch/common.h
....@@ -2,7 +2,9 @@
22 #ifndef ARCH_PERF_COMMON_H
33 #define ARCH_PERF_COMMON_H
44
5
-#include "../util/env.h"
5
+#include <stdbool.h>
6
+
7
+struct perf_env;
68
79 int perf_env__lookup_objdump(struct perf_env *env, const char **path);
810 bool perf_env__single_address_space(struct perf_env *env);