Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c11214 static int resolve_full_path(const char *file, char *result, size_t result_sz) in resolve_full_path() function
11312 err = resolve_full_path(path, full_path, sizeof(full_path)); in bpf_program__attach_uprobe_multi()
11406 err = resolve_full_path(binary_path, full_path, sizeof(full_path)); in bpf_program__attach_uprobe_opts()
11595 err = resolve_full_path(binary_path, resolved_path, sizeof(resolved_path)); in bpf_program__attach_usdt()