Searched defs:binary_path (Results 1 – 5 of 5) sorted by relevance
/linux/tools/lib/bpf/ |
H A D | elf.c | 25 elf_open(const char * binary_path,struct elf_fd * elf_fd) elf_open() argument 98 elf_sym_iter_new(struct elf_sym_iter * iter,Elf * elf,const char * binary_path,int sh_type,int st_type) elf_sym_iter_new() argument 277 elf_find_func_offset(Elf * elf,const char * binary_path,const char * name) elf_find_func_offset() argument 376 elf_find_func_offset_from_file(const char * binary_path,const char * name) elf_find_func_offset_from_file() argument 408 elf_resolve_syms_offsets(const char * binary_path,int cnt,const char ** syms,unsigned long ** poffsets,int st_type) elf_resolve_syms_offsets() argument 505 elf_resolve_pattern_offsets(const char * binary_path,const char * pattern,unsigned long ** poffsets,size_t * pcnt) elf_resolve_pattern_offsets() argument [all...] |
H A D | libbpf.c | 11867 char *probe_type = NULL, *binary_path = NULL, *func_name = NULL; attach_uprobe_multi() local 11899 add_uprobe_event_legacy(const char * probe_name,bool retprobe,const char * binary_path,size_t offset) add_uprobe_event_legacy() argument 11924 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 12238 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 12386 char *probe_type = NULL, *binary_path = NULL, *func_name = NULL, *func_off; attach_uprobe() local 12440 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 12449 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...] |
/linux/tools/perf/util/ |
H A D | addr2line.c | 59 const char *binary_path) in addr2line_subprocess_init()
|
/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
|