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