Home
last modified time | relevance | path

Searched refs:on_enter (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dcgrp_ls_negative.c18 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
Dtask_local_storage.c25 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
Dcgrp_ls_recursion.c54 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
Dcgrp_ls_tp_btf.c32 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
Dtask_ls_recursion.c88 int BPF_PROG(on_enter, struct pt_regs *regs, long id) in BPF_PROG() argument
/tools/testing/selftests/bpf/prog_tests/
Dtask_local_storage.c132 prog_fd = bpf_program__fd(skel->progs.on_enter); in test_recursion()