kernel/samples/bpf/test_overhead_raw_tp_kern.c
.. .. @@ -1,7 +1,7 @@ 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* Copyright (c) 2018 Facebook */ 3 3 #include <uapi/linux/bpf.h> 4 -#include "bpf_helpers.h"4 +#include <bpf/bpf_helpers.h>5 5 6 6 SEC("raw_tracepoint/task_rename") 7 7 int prog(struct bpf_raw_tracepoint_args *ctx)