Searched refs:get_uprobe_event (Results 1 – 2 of 2) sorted by relevance
201 std::string probe_event = get_uprobe_event(module, offset, attach_type, pid); in attach_uprobe()401 std::string event = get_uprobe_event(module, offset, attach_type, pid); in detach_uprobe()652 std::string BPF::get_uprobe_event(const std::string& binary_path, in get_uprobe_event() function in ebpf::BPF
182 std::string get_uprobe_event(const std::string& binary_path, uint64_t offset,