Searched refs:on_enter (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | cgrp_ls_negative.c | 18 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
|
| H A D | task_local_storage.c | 25 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
|
| H A D | task_ls_recursion.c | 61 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() 71 BPF_PROG(on_enter,struct pt_regs * regs,long id) BPF_PROG() argument
|
| H A D | cgrp_ls_recursion.c | 77 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
|
| H A D | cgrp_ls_tp_btf.c | 67 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
|
| /linux/Documentation/bpf/ |
| H A D | map_cgrp_storage.rst | 51 int BPF_PROG(on_enter, struct pt_regs *regs, long id)
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | task_local_storage.c | 134 prog_fd = bpf_program__fd(skel->progs.on_enter); in test_recursion() 138 ASSERT_EQ(info.recursion_misses, 0, "on_enter prog recursion"); in test_recursion()
|