/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 | 98 static int show_bpf_prog(int id, enum bpf_attach_type attach_type, in show_bpf_prog() 514 enum bpf_attach_type attach_type; in do_attach() local 574 enum bpf_attach_type attach_type; in do_detach() local
|
D | net.c | 633 static int do_attach_detach_xdp(int progfd, enum net_attach_type attach_type, in do_attach_detach_xdp() 652 enum net_attach_type attach_type; in do_attach() local 706 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() 601 static void show_link_attach_type_plain(__u32 attach_type) in show_link_attach_type_plain()
|
D | prog.c | 1033 enum bpf_attach_type *attach_type, in parse_attach_detach_args() 1067 enum bpf_attach_type attach_type; in do_attach() local 1089 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/rust/android-crates-io/crates/libbpf-rs/src/ |
D | query.rs | 600 pub attach_type: ProgramAttachType, field 608 pub attach_type: ProgramAttachType, field 616 pub attach_type: ProgramAttachType, field
|
/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/v4l-utils/include/linux/ |
D | bpf.h | 110 __u32 attach_type; /* program attach type (enum bpf_attach_type) */ member 1591 __u32 attach_type; member 1648 __u32 attach_type; member 1716 __u32 attach_type; /* attach type */ member 6624 __u32 attach_type; member 6630 __u32 attach_type; member 6658 __u32 attach_type; member 6723 __u32 attach_type; member 6727 __u32 attach_type; member 6731 __u32 attach_type; member
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 110 __u32 attach_type; /* program attach type (enum bpf_attach_type) */ member 1596 __u32 attach_type; member 1653 __u32 attach_type; member 1721 __u32 attach_type; /* attach type */ member 6632 __u32 attach_type; member 6638 __u32 attach_type; member 6666 __u32 attach_type; member 6731 __u32 attach_type; member 6735 __u32 attach_type; member 6739 __u32 attach_type; member
|
/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
|