Searched refs:binary_path (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/samples/bpf/ |
D | task_fd_query_user.c | 228 static int test_debug_fs_uprobe(char *binary_path, long offset, bool is_return) in test_debug_fs_uprobe() argument 249 binary_path, offset); in test_debug_fs_uprobe() 285 printf("FAIL: %s, binary_path %s\n", __func__, binary_path); in test_debug_fs_uprobe() 295 if (strcmp(binary_path, buf) != 0) { in test_debug_fs_uprobe()
|
/Linux-v5.15/tools/lib/bpf/ |
D | libbpf.h | 301 pid_t pid, const char *binary_path, 305 const char *binary_path, size_t func_offset,
|
D | libbpf.c | 9294 const char *binary_path, size_t func_offset, in bpf_program__attach_uprobe_opts() argument 9311 pfd = perf_event_open_probe(true /* uprobe */, retprobe, binary_path, in bpf_program__attach_uprobe_opts() 9316 binary_path, func_offset, in bpf_program__attach_uprobe_opts() 9326 binary_path, func_offset, in bpf_program__attach_uprobe_opts() 9335 const char *binary_path, in bpf_program__attach_uprobe() argument 9340 return bpf_program__attach_uprobe_opts(prog, pid, binary_path, func_offset, &opts); in bpf_program__attach_uprobe()
|