hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/samples/bpf/test_overhead_raw_tp_kern.c
....@@ -1,7 +1,7 @@
11 // SPDX-License-Identifier: GPL-2.0
22 /* Copyright (c) 2018 Facebook */
33 #include <uapi/linux/bpf.h>
4
-#include "bpf_helpers.h"
4
+#include <bpf/bpf_helpers.h>
55
66 SEC("raw_tracepoint/task_rename")
77 int prog(struct bpf_raw_tracepoint_args *ctx)