hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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)