hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/tools/perf/bench/mem-functions.c
....@@ -8,8 +8,7 @@
88 */
99
1010 #include "debug.h"
11
-#include "../perf.h"
12
-#include "../util/util.h"
11
+#include "../perf-sys.h"
1312 #include <subcmd/parse-options.h>
1413 #include "../util/header.h"
1514 #include "../util/cloexec.h"
....@@ -21,9 +20,11 @@
2120 #include <stdio.h>
2221 #include <stdlib.h>
2322 #include <string.h>
23
+#include <unistd.h>
2424 #include <sys/time.h>
2525 #include <errno.h>
2626 #include <linux/time64.h>
27
+#include <linux/zalloc.h>
2728
2829 #define K 1024
2930