Searched defs:attachable_fd (Results 1 – 3 of 3) sorted by relevance
| /external/bcc/src/cc/api/ |
| D | BPF.cc | 721 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/ |
| D | bpf_module.cc | 979 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__.py | 651 def attach_func(fn, attachable_fd, attach_type, flags=0): argument 661 def detach_func(fn, attachable_fd, attach_type): argument
|