Home
last modified time | relevance | path

Searched defs:attach_type (Results 1 – 25 of 41) 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.c96 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
Dnet.c628 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
Dlink.c143 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()
Dprog.c1029 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/
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/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/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
/external/kernel-headers/original/uapi/linux/
Dbpf.h110 __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/
Dbpf.h88 __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/
Dbpf.h88 __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

12