Home
last modified time | relevance | path

Searched refs:BPF_PROG_ATTACH (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dbpf_commands.h26 #if !(defined(BPF_PROG_ATTACH) || (defined(HAVE_DECL_BPF_PROG_ATTACH) && HAVE_DECL_BPF_PROG_ATTACH))
27 # define BPF_PROG_ATTACH 8 macro
49 XLAT(BPF_PROG_ATTACH),
Dbpf_commands.in9 BPF_PROG_ATTACH 8
/external/strace/tests-mx32/
Dbpf.c210 prog_cgroup(BPF_PROG_ATTACH); in main()
216 BOGUS_BPF(BPF_PROG_ATTACH); in main()
/external/strace/tests/
Dbpf.c210 prog_cgroup(BPF_PROG_ATTACH); in main()
216 BOGUS_BPF(BPF_PROG_ATTACH); in main()
/external/strace/tests-m32/
Dbpf.c210 prog_cgroup(BPF_PROG_ATTACH); in main()
216 BOGUS_BPF(BPF_PROG_ATTACH); in main()
/external/kernel-headers/original/uapi/linux/
Dbpf.h76 BPF_PROG_ATTACH, enumerator
/external/strace/
Dbpf.c295 case BPF_PROG_ATTACH: in SYS_FUNC()
DNEWS72 * Improved decoding of BPF_PROG_ATTACH command of bpf syscall.
97 * Implemented decoding of BPF_OBJ_PIN, BPF_OBJ_GET, BPF_PROG_ATTACH,
DChangeLog4470 bpf: update BPF_PROG_ATTACH decoding.
4471 Implement decoding of BPF_F_ALLOW_OVERRIDE flag of BPF_PROG_ATTACH
4480 print it in case of BPF_PROG_ATTACH.
4870 Implement decoding of BPF_OBJ_PIN, BPF_OBJ_GET, BPF_PROG_ATTACH,