hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/tools/perf/tests/kmod-path.c
....@@ -1,9 +1,11 @@
11 // SPDX-License-Identifier: GPL-2.0
22 #include <stdbool.h>
33 #include <stdlib.h>
4
+#include <string.h>
45 #include "tests.h"
56 #include "dso.h"
67 #include "debug.h"
8
+#include "event.h"
79
810 static int test(const char *path, bool alloc_name, bool kmod,
911 int comp, const char *name)