Searched refs:resolve_binary_path (Results 1 – 3 of 3) sorted by relevance
12 int resolve_binary_path(const char *binary, pid_t pid, char *path, size_t path_sz);
141 int resolve_binary_path(const char *binary, pid_t pid, char *path, size_t path_sz) in resolve_binary_path() function
277 if (resolve_binary_path(binary, env.pid, bin_path, sizeof(bin_path))) in attach_uprobes()