forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/tools/perf/util/block-range.h
....@@ -2,7 +2,11 @@
22 #ifndef __PERF_BLOCK_RANGE_H
33 #define __PERF_BLOCK_RANGE_H
44
5
-#include "symbol.h"
5
+#include <stdbool.h>
6
+#include <linux/rbtree.h>
7
+#include <linux/types.h>
8
+
9
+struct symbol;
610
711 /*
812 * struct block_range - non-overlapping parts of basic blocks