Searched defs:binary_path (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | addr2line.c | 59 addr2line_subprocess_init(const char * addr2line_path,const char * binary_path) addr2line_subprocess_init() argument
|
| /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()
|
| /linux/tools/testing/selftests/exec/ |
| H A D | check-exec.c | 111 static const char binary_path[] = "./false"; variable
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 12218 char *probe_type = NULL, *binary_path = NULL, *func_name = NULL; attach_uprobe_multi() local 12250 add_uprobe_event_legacy(const char * probe_name,bool retprobe,const char * binary_path,size_t offset) add_uprobe_event_legacy() argument 12275 perf_event_uprobe_open_legacy(const char * probe_name,bool retprobe,const char * binary_path,size_t offset,int pid) perf_event_uprobe_open_legacy() argument 12587 bpf_program__attach_uprobe_opts(const struct bpf_program * prog,pid_t pid,const char * binary_path,size_t func_offset,const struct bpf_uprobe_opts * opts) bpf_program__attach_uprobe_opts() argument 12735 char *probe_type = NULL, *binary_path = NULL, *func_name = NULL, *func_off; attach_uprobe() local 12789 bpf_program__attach_uprobe(const struct bpf_program * prog,bool retprobe,pid_t pid,const char * binary_path,size_t func_offset) bpf_program__attach_uprobe() argument 12798 bpf_program__attach_usdt(const struct bpf_program * prog,pid_t pid,const char * binary_path,const char * usdt_provider,const char * usdt_name,const struct bpf_usdt_opts * opts) bpf_program__attach_usdt() argument [all...] |