HomeSort by relevance Sort by last modified time
    Searched defs:detach_uprobe (Results 1 - 2 of 2) sorted by null

  /external/bcc/src/cc/api/
BPF.cc 252 detach_uprobe(probe.locations_[i].bin_path_, std::string(),
394 StatusTuple BPF::detach_uprobe(const std::string& binary_path, function in class:ebpf::BPF
420 auto res = detach_uprobe(loc.bin_path_, std::string(), loc.address_,
  /external/bcc/src/python/bcc/
__init__.py 1008 def detach_uprobe(self, name=b"", sym=b"", addr=None, pid=-1): member in class:BPF
    [all...]

Completed in 1585 milliseconds