Lines Matching +defs:path +defs:key

711 	char path[];  member
1433 static struct bpf_object *bpf_object__new(const char *path, in bpf_object__new()
2436 static int pathname_concat(char *buf, size_t buf_sz, const char *path, const char *name) in pathname_concat()
2449 static int build_map_pin_path(struct bpf_map *map, const char *path) in build_map_pin_path()
5711 static size_t bpf_core_hash_fn(const long key, void *ctx) in bpf_core_hash_fn()
6212 static int cmp_relo_by_insn_idx(const void *key, const void *elem) in cmp_relo_by_insn_idx()
7853 static struct bpf_object *bpf_object_open(const char *path, const void *obj_buf, size_t obj_buf_sz, in bpf_object_open()
7961 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts) in bpf_object__open_file()
7971 struct bpf_object *bpf_object__open(const char *path) in bpf_object__open()
8497 static int make_parent_dir(const char *path) in make_parent_dir()
8519 static int check_path(const char *path) in check_path()
8549 int bpf_program__pin(struct bpf_program *prog, const char *path) in bpf_program__pin()
8578 int bpf_program__unpin(struct bpf_program *prog, const char *path) in bpf_program__unpin()
8599 int bpf_map__pin(struct bpf_map *map, const char *path) in bpf_map__pin()
8665 int bpf_map__unpin(struct bpf_map *map, const char *path) in bpf_map__unpin()
8701 int bpf_map__set_pin_path(struct bpf_map *map, const char *path) in bpf_map__set_pin_path()
8739 int bpf_object__pin_maps(struct bpf_object *obj, const char *path) in bpf_object__pin_maps()
8787 int bpf_object__unpin_maps(struct bpf_object *obj, const char *path) in bpf_object__unpin_maps()
8817 int bpf_object__pin_programs(struct bpf_object *obj, const char *path) in bpf_object__pin_programs()
8854 int bpf_object__unpin_programs(struct bpf_object *obj, const char *path) in bpf_object__unpin_programs()
8877 int bpf_object__pin(struct bpf_object *obj, const char *path) in bpf_object__pin()
8894 int bpf_object__unpin(struct bpf_object *obj, const char *path) in bpf_object__unpin()
10394 const void *key, size_t key_sz, in bpf_map__lookup_elem()
10407 const void *key, size_t key_sz, in bpf_map__update_elem()
10420 const void *key, size_t key_sz, __u64 flags) in bpf_map__delete_elem()
10432 const void *key, size_t key_sz, in bpf_map__lookup_and_delete_elem()
10537 struct bpf_link *bpf_link__open(const char *path) in bpf_link__open()
10571 int bpf_link__pin(struct bpf_link *link, const char *path) in bpf_link__pin()
11813 const char *path, in bpf_program__attach_uprobe_multi()
12196 char *path = NULL, *provider = NULL, *name = NULL; in attach_usdt() local