OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attach_uprobe
(Results
1 - 3
of
3
) sorted by null
/external/bcc/src/cc/api/
BPF.cc
192
StatusTuple BPF::
attach_uprobe
(const std::string& binary_path,
function in class:ebpf::BPF
238
auto res =
attach_uprobe
(loc.bin_path_, std::string(), u.probe_func_,
/external/bcc/src/lua/bcc/
bpf.lua
189
function Bpf:
attach_uprobe
(args)
/external/bcc/src/python/bcc/
__init__.py
918
def
attach_uprobe
(self, name=b"", sym=b"", sym_re=b"", addr=None,
member in class:BPF
[
all
...]
Completed in 504 milliseconds