Home
last modified time | relevance | path

Searched refs:resolve_binary_path (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/bcc/libbpf-tools/
H A Duprobe_helpers.h12 int resolve_binary_path(const char *binary, pid_t pid, char *path, size_t path_sz);
H A Duprobe_helpers.c141 int resolve_binary_path(const char *binary, pid_t pid, char *path, size_t path_sz) in resolve_binary_path() function
H A Dfunclatency.c277 if (resolve_binary_path(binary, env.pid, bin_path, sizeof(bin_path))) in attach_uprobes()