Searched refs:binary_path (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/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()  argument236 		       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-v5.4/tools/lib/bpf/ | 
| D | libbpf.h | 180 			   pid_t pid, const char *binary_path,
 | 
| D | libbpf.c | 5093 					    const char *binary_path,  in bpf_program__attach_uprobe()  argument5101 				    binary_path, func_offset, pid);  in bpf_program__attach_uprobe()
 5106 			   binary_path, func_offset,  in bpf_program__attach_uprobe()
 5117 			   binary_path, func_offset,  in bpf_program__attach_uprobe()
 
 |