Searched refs:get_uprobe_event (Results 1 – 2 of 2) sorted by relevance
202 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
184 std::string get_uprobe_event(const std::string& binary_path, uint64_t offset,