Home
last modified time | relevance | path

Searched defs:attach_type (Results 1 – 12 of 12) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_sock.c29 enum bpf_attach_type attach_type; member
325 enum bpf_attach_type attach_type) in load_sock_prog()
340 enum bpf_attach_type attach_type) in attach_sock_prog()
Dtest_section_names.c18 enum bpf_attach_type attach_type; member
158 enum bpf_attach_type attach_type; in test_attach_type_by_name() local
Dtest_socket_cookie.c138 enum bpf_attach_type attach_type; in run_test() local
Dtest_sock_addr.c64 enum bpf_attach_type attach_type; member
/external/bcc/src/cc/api/
DBPF.cc167 bpf_probe_attach_type attach_type) { in attach_kprobe()
196 bpf_probe_attach_type attach_type, pid_t pid) { in attach_uprobe()
380 bpf_probe_attach_type attach_type) { in detach_kprobe()
396 bpf_probe_attach_type attach_type, pid_t pid) { in detach_uprobe()
/external/strace/
Dbpf_attr.h149 uint32_t attach_type; member
160 uint32_t attach_type; member
227 uint32_t attach_type; member
/external/bcc/src/cc/
Dlibbpf.c827 int bpf_attach_kprobe(int progfd, enum bpf_probe_attach_type attach_type, in bpf_attach_kprobe()
943 int bpf_attach_uprobe(int progfd, enum bpf_probe_attach_type attach_type, in bpf_attach_uprobe()
/external/bcc/src/cc/compat/linux/
Dbpf.h80 __u32 attach_type; /* program attach type */ member
349 __u32 attach_type; member
383 __u32 attach_type; member
/external/bcc/src/cc/includes/compat/linux/
Dbpf.h80 __u32 attach_type; /* program attach type */ member
349 __u32 attach_type; member
383 __u32 attach_type; member
/external/kernel-headers/original/uapi/linux/
Dbpf.h80 __u32 attach_type; /* program attach type */ member
381 __u32 attach_type; member
418 __u32 attach_type; member
/external/iproute2/include/uapi/linux/
Dbpf.h224 __u32 attach_type; member
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh40 #define attach_type() var.u8[2] /* attachment type */ macro