hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/tools/perf/tests/llvm.c
....@@ -1,12 +1,12 @@
11 // SPDX-License-Identifier: GPL-2.0
22 #include <stdio.h>
3
+#include <stdlib.h>
4
+#include <string.h>
35 #include <bpf/libbpf.h>
46 #include <util/llvm-utils.h>
5
-#include <util/cache.h>
67 #include "llvm.h"
78 #include "tests.h"
89 #include "debug.h"
9
-#include "util.h"
1010
1111 #ifdef HAVE_LIBBPF_SUPPORT
1212 static int test__bpf_parsing(void *obj_buf, size_t obj_buf_sz)