Searched refs:binary_path (Results 1 – 3 of 3) sorted by relevance
/linux-5.10/samples/bpf/ |
D | task_fd_query_user.c | 216 static int test_debug_fs_uprobe(char *binary_path, long offset, bool is_return) in test_debug_fs_uprobe() argument 236 binary_path, offset); in test_debug_fs_uprobe() 267 printf("FAIL: %s, binary_path %s\n", __func__, binary_path); in test_debug_fs_uprobe() 277 if (strcmp(binary_path, buf) != 0) { in test_debug_fs_uprobe()
|
/linux-5.10/tools/lib/bpf/ |
D | libbpf.h | 245 pid_t pid, const char *binary_path,
|
D | libbpf.c | 9398 const char *binary_path, in bpf_program__attach_uprobe() argument 9406 binary_path, func_offset, pid); in bpf_program__attach_uprobe() 9410 binary_path, func_offset, in bpf_program__attach_uprobe() 9420 binary_path, func_offset, in bpf_program__attach_uprobe()
|