| H A D | libbpf.c | 12397 char *probe_type = NULL, *binary_path = NULL, *func_name = NULL; in arch_specific_lib_paths() 12404 &probe_type, &binary_path, &func_name); in arch_specific_lib_paths() 12414 *link = bpf_program__attach_uprobe_multi(prog, -1, binary_path, func_name, &opts); 12423 free(binary_path); in resolve_full_path() 12429 const char *binary_path, size_t offset) in resolve_full_path() 12434 probe_name, binary_path, offset); in resolve_full_path() 12454 const char *binary_path, size_t offset, int pid) in resolve_full_path() 12460 err = add_uprobe_event_legacy(probe_name, retprobe, binary_path, offset); in bpf_program__attach_uprobe_multi() 12463 binary_path, (size_t)offset, errstr(err)); in bpf_program__attach_uprobe_multi() 12470 binary_path, offse in bpf_program__attach_uprobe_multi() 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...] |