Home
last modified time | relevance | path

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

12

/external/bcc/tools/
Dfuncinterval.py76 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/
Dsection_names.c16 enum bpf_attach_type attach_type; member
189 enum bpf_attach_type attach_type; in test_attach_type_by_name() local
Dsockopt_multi.c7 enum bpf_attach_type attach_type; in prog_attach() local
36 enum bpf_attach_type attach_type; in prog_detach() local
Dbpf_verif_scale.c50 enum bpf_prog_type attach_type; member
55 enum bpf_prog_type attach_type, in scale_test()
Dlibbpf_str.c40 enum bpf_attach_type attach_type = (enum bpf_attach_type)e->val; in test_libbpf_bpf_attach_type_str() local
Dsockopt_inherit.c138 enum bpf_attach_type attach_type; in prog_attach() local
Dsockopt.c21 enum bpf_attach_type attach_type; member
Dsockmap_basic.c310 static void test_sockmap_progs_query(enum bpf_attach_type attach_type) in test_sockmap_progs_query()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_sock.c30 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()
Dtest_sysctl.c32 enum bpf_attach_type attach_type; member
/external/harfbuzz_ng/src/OT/Layout/GPOS/
DCommon.hh18 #define attach_type() var.u8[2] /* attachment type */ macro
/external/bpftool/src/
Dcgroup.c98 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
Dnet.c633 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
Dlink.c143 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()
Dprog.c1033 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/
DBPF.cc231 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/
Dbpf_attr.h149 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/
Dquery.rs600 pub attach_type: ProgramAttachType, field
608 pub attach_type: ProgramAttachType, field
616 pub attach_type: ProgramAttachType, field
/external/bcc/src/cc/
Dlibbpf.c1227 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()
Dbpf_module.cc1046 int attach_type, unsigned int flags) { in bcc_func_attach()
1052 int attach_type) { in bcc_func_detach()
Dbcc_common.cc239 const char *dev_name, int attach_type) { in bcc_func_load()
/external/libbpf/src/
Dskel_internal.h290 enum bpf_attach_type attach_type) in skel_link_create()
/external/v4l-utils/include/linux/
Dbpf.h110 __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/
Dbpf.h110 __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__.py502 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

12