Searched refs:check_binary_symbol (Results 1 – 2 of 2) sorted by relevance
/external/bcc/src/cc/api/ |
D | BPF.cc | 199 TRY2(check_binary_symbol(binary_path, symbol, symbol_addr, module, offset)); in attach_uprobe() 399 TRY2(check_binary_symbol(binary_path, symbol, symbol_addr, module, offset)); in detach_uprobe() 593 StatusTuple BPF::check_binary_symbol(const std::string& binary_path, in check_binary_symbol() function in ebpf::BPF
|
D | BPF.h | 219 StatusTuple check_binary_symbol(const std::string& binary_path,
|