Searched refs:binary_path (Results 1 – 5 of 5) sorted by relevance
| /linux/samples/bpf/ |
| H A D | task_fd_query_user.c | 227 static int test_debug_fs_uprobe(char *binary_path, long offset, bool is_return) in test_debug_fs_uprobe() argument 248 binary_path, offset); in test_debug_fs_uprobe() 284 printf("FAIL: %s, binary_path %s\n", __func__, binary_path); in test_debug_fs_uprobe() 294 if (strcmp(binary_path, buf) != 0) { in test_debug_fs_uprobe()
|
| /linux/tools/perf/util/ |
| H A D | addr2line.c | 59 const char *binary_path) in addr2line_subprocess_init() argument 63 "-e", binary_path, in addr2line_subprocess_init() 85 addr2line_path, binary_path, start_command_status); in addr2line_subprocess_init()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf_internal.h | 739 long elf_find_func_offset(Elf *elf, const char *binary_path, const char *name); 740 long elf_find_func_offset_from_file(const char *binary_path, const char *name); 747 int elf_open(const char *binary_path, struct elf_fd *elf_fd); 750 int elf_resolve_syms_offsets(const char *binary_path, int cnt, 753 int elf_resolve_pattern_offsets(const char *binary_path, const char *pattern,
|
| H A D | libbpf.c | 12218 char *probe_type = NULL, *binary_path = NULL, *func_name = NULL; in attach_uprobe_multi() local 12225 &probe_type, &binary_path, &func_name); in attach_uprobe_multi() 12235 *link = bpf_program__attach_uprobe_multi(prog, -1, binary_path, func_name, &opts); in attach_uprobe_multi() 12244 free(binary_path); in attach_uprobe_multi() 12250 const char *binary_path, size_t offset) in add_uprobe_event_legacy() argument 12255 probe_name, binary_path, offset); in add_uprobe_event_legacy() 12275 const char *binary_path, size_t offset, int pid) in perf_event_uprobe_open_legacy() argument 12281 err = add_uprobe_event_legacy(probe_name, retprobe, binary_path, offset); in perf_event_uprobe_open_legacy() 12284 binary_path, (size_t)offset, errstr(err)); in perf_event_uprobe_open_legacy() 12291 binary_path, offset, errstr(err)); in perf_event_uprobe_open_legacy() [all …]
|
| /linux/tools/testing/selftests/exec/ |
| H A D | check-exec.c | 111 static const char binary_path[] = "./false"; variable 186 fd_in = open(binary_path, O_CLOEXEC | O_RDONLY); in fill_exec_fd()
|