forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
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);