Searched refs:on_enter (Results 1 – 6 of 6) sorted by relevance
/tools/testing/selftests/bpf/progs/ |
D | cgrp_ls_negative.c | 18 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
|
D | task_local_storage.c | 25 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
|
D | cgrp_ls_recursion.c | 54 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
|
D | cgrp_ls_tp_btf.c | 32 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
|
D | task_ls_recursion.c | 88 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
|
/tools/testing/selftests/bpf/prog_tests/ |
D | task_local_storage.c | 132 prog_fd = bpf_program__fd(skel->progs.on_enter); in test_recursion()
|