Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A Dtask_fd_query_user.c227 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 Daddr2line.c59 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/testing/selftests/exec/
H A Dcheck-exec.c111 static const char binary_path[] = "./false"; variable
186 fd_in = open(binary_path, O_CLOEXEC | O_RDONLY); in fill_exec_fd()
/linux/tools/lib/bpf/
H A Dlibbpf.c12186 char *probe_type = NULL, *binary_path = NULL, *func_name = NULL; in attach_uprobe_multi() local
12193 &probe_type, &binary_path, &func_name); in attach_uprobe_multi()
12203 *link = bpf_program__attach_uprobe_multi(prog, -1, binary_path, func_name, &opts); in attach_uprobe_multi()
12212 free(binary_path); in attach_uprobe_multi()
12218 const char *binary_path, size_t offset) in add_uprobe_event_legacy() argument
12223 probe_name, binary_path, offset); in add_uprobe_event_legacy()
12243 const char *binary_path, size_t offset, int pid) in perf_event_uprobe_open_legacy() argument
12249 err = add_uprobe_event_legacy(probe_name, retprobe, binary_path, offset); in perf_event_uprobe_open_legacy()
12252 binary_path, (size_t)offset, errstr(err)); in perf_event_uprobe_open_legacy()
12259 binary_path, offset, errstr(err)); in perf_event_uprobe_open_legacy()
[all …]