forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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)