Home
last modified time | relevance | path

Searched refs:get_uprobe_event (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/cc/api/
DBPF.cc202 std::string probe_event = get_uprobe_event(module, offset, attach_type, pid); in attach_uprobe()
402 std::string event = get_uprobe_event(module, offset, attach_type, pid); in detach_uprobe()
653 std::string BPF::get_uprobe_event(const std::string& binary_path, in get_uprobe_event() function in ebpf::BPF
DBPF.h184 std::string get_uprobe_event(const std::string& binary_path, uint64_t offset,