Home
last modified time | relevance | path

Searched defs:attachable_fd (Results 1 – 3 of 3) sorted by relevance

/external/bcc/src/cc/api/
DBPF.cc721 StatusTuple BPF::attach_func(int prog_fd, int attachable_fd, in attach_func()
733 StatusTuple BPF::detach_func(int prog_fd, int attachable_fd, in detach_func()
/external/bcc/src/cc/
Dbpf_module.cc979 int BPFModule::bcc_func_attach(int prog_fd, int attachable_fd, in bcc_func_attach()
985 int BPFModule::bcc_func_detach(int prog_fd, int attachable_fd, in bcc_func_detach()
/external/bcc/src/python/bcc/
D__init__.py651 def attach_func(fn, attachable_fd, attach_type, flags=0): argument
661 def detach_func(fn, attachable_fd, attach_type): argument