hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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)