aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf/test_overhead_raw_tp_kern.c
diff options
context:
space:
mode:
Diffstat (limited to 'samples/bpf/test_overhead_raw_tp_kern.c')
-rw-r--r--samples/bpf/test_overhead_raw_tp_kern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bpf/test_overhead_raw_tp_kern.c b/samples/bpf/test_overhead_raw_tp_kern.c
index 8763181a32f37..3e29de0eca98d 100644
--- a/samples/bpf/test_overhead_raw_tp_kern.c
+++ b/samples/bpf/test_overhead_raw_tp_kern.c
@@ -9,7 +9,7 @@ int prog(struct bpf_raw_tracepoint_args *ctx)
return 0;
}
-SEC("raw_tracepoint/urandom_read")
+SEC("raw_tracepoint/fib_table_lookup")
int prog2(struct bpf_raw_tracepoint_args *ctx)
{
return 0;