| /external/bcc/tools/ |
| D | funcinterval.py | 76 attach_type = "kprobe function" variable 79 attach_type = "uprobe function" variable 85 attach_type = "tracepoint" variable
|
| /external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
| D | section_names.c | 16 enum bpf_attach_type attach_type; member 189 enum bpf_attach_type attach_type; in test_attach_type_by_name() local
|
| D | sockopt_multi.c | 7 enum bpf_attach_type attach_type; in prog_attach() local 36 enum bpf_attach_type attach_type; in prog_detach() local
|
| D | bpf_verif_scale.c | 50 enum bpf_prog_type attach_type; member 55 enum bpf_prog_type attach_type, in scale_test()
|
| D | libbpf_str.c | 40 enum bpf_attach_type attach_type = (enum bpf_attach_type)e->val; in test_libbpf_bpf_attach_type_str() local
|
| D | sockopt_inherit.c | 138 enum bpf_attach_type attach_type; in prog_attach() local
|
| D | sockopt.c | 21 enum bpf_attach_type attach_type; member
|
| D | sockmap_basic.c | 310 static void test_sockmap_progs_query(enum bpf_attach_type attach_type) in test_sockmap_progs_query()
|
| /external/linux-kselftest/tools/testing/selftests/bpf/ |
| D | test_sock.c | 30 enum bpf_attach_type attach_type; member 388 enum bpf_attach_type attach_type) in load_sock_prog() 408 enum bpf_attach_type attach_type) in attach_sock_prog()
|
| D | test_sysctl.c | 32 enum bpf_attach_type attach_type; member
|
| /external/harfbuzz_ng/src/OT/Layout/GPOS/ |
| D | Common.hh | 18 #define attach_type() var.u8[2] /* attachment type */ macro
|
| /external/bpftool/src/ |
| D | cgroup.c | 96 static int show_bpf_prog(int id, enum bpf_attach_type attach_type, in show_bpf_prog() 512 enum bpf_attach_type attach_type; in do_attach() local 572 enum bpf_attach_type attach_type; in do_detach() local
|
| D | net.c | 628 static int do_attach_detach_xdp(int progfd, enum net_attach_type attach_type, in do_attach_detach_xdp() 647 enum net_attach_type attach_type; in do_attach() local 701 enum net_attach_type attach_type; in do_detach() local
|
| D | link.c | 143 static void show_link_attach_type_json(__u32 attach_type, json_writer_t *wtr) in show_link_attach_type_json() 523 static void show_link_attach_type_plain(__u32 attach_type) in show_link_attach_type_plain()
|
| D | prog.c | 1029 enum bpf_attach_type *attach_type, in parse_attach_detach_args() 1063 enum bpf_attach_type attach_type; in do_attach() local 1085 enum bpf_attach_type attach_type; in do_detach() local
|
| /external/bcc/src/cc/api/ |
| D | BPF.cc | 231 bpf_probe_attach_type attach_type, in attach_kprobe() 262 bpf_probe_attach_type attach_type, pid_t pid, in attach_uprobe() 496 bpf_probe_attach_type attach_type) { in detach_kprobe() 512 bpf_probe_attach_type attach_type, pid_t pid, in detach_uprobe() 723 enum bpf_attach_type attach_type, in attach_func() 735 enum bpf_attach_type attach_type) { in detach_func()
|
| /external/strace/ |
| D | bpf_attr.h | 149 uint32_t attach_type; member 160 uint32_t attach_type; member 227 uint32_t attach_type; member
|
| /external/bcc/src/cc/ |
| D | libbpf.c | 1227 enum bpf_probe_attach_type attach_type, in create_probe_event() 1295 static int bpf_attach_probe(int progfd, enum bpf_probe_attach_type attach_type, in bpf_attach_probe() 1365 int bpf_attach_kprobe(int progfd, enum bpf_probe_attach_type attach_type, in bpf_attach_kprobe() 1401 int bpf_attach_uprobe(int progfd, enum bpf_probe_attach_type attach_type, in bpf_attach_uprobe()
|
| D | bpf_module.cc | 1046 int attach_type, unsigned int flags) { in bcc_func_attach() 1052 int attach_type) { in bcc_func_detach()
|
| D | bcc_common.cc | 239 const char *dev_name, int attach_type) { in bcc_func_load()
|
| /external/libbpf/src/ |
| D | skel_internal.h | 290 enum bpf_attach_type attach_type) in skel_link_create()
|
| /external/bcc/src/python/bcc/ |
| D | __init__.py | 502 def load_func(self, func_name, prog_type, device = None, attach_type = -1): argument 655 def attach_func(fn, attachable_fd, attach_type, flags=0): argument 665 def detach_func(fn, attachable_fd, attach_type): argument
|
| /external/kernel-headers/original/uapi/linux/ |
| D | bpf.h | 110 __u32 attach_type; /* program attach type (enum bpf_attach_type) */ member 1589 __u32 attach_type; member 1646 __u32 attach_type; member 1712 __u32 attach_type; /* attach type */ member 6616 __u32 attach_type; member 6622 __u32 attach_type; member 6650 __u32 attach_type; member 6715 __u32 attach_type; member 6719 __u32 attach_type; member
|
| /external/bpftool/include/uapi/linux/ |
| D | bpf.h | 88 __u32 attach_type; /* program attach type (enum bpf_attach_type) */ member 1483 __u32 attach_type; member 1540 __u32 attach_type; member 1601 __u32 attach_type; /* attach type */ member 6483 __u32 attach_type; member 6489 __u32 attach_type; member 6517 __u32 attach_type; member 6565 __u32 attach_type; member
|
| /external/libbpf/include/uapi/linux/ |
| D | bpf.h | 88 __u32 attach_type; /* program attach type (enum bpf_attach_type) */ member 1483 __u32 attach_type; member 1540 __u32 attach_type; member 1601 __u32 attach_type; /* attach type */ member 6483 __u32 attach_type; member 6489 __u32 attach_type; member 6517 __u32 attach_type; member 6565 __u32 attach_type; member
|