Lines Matching defs:path

686 	char path[];  member
1248 static struct bpf_object *bpf_object__new(const char *path, in bpf_object__new()
2163 static int pathname_concat(char *buf, size_t buf_sz, const char *path, const char *name) in pathname_concat()
2176 static int build_map_pin_path(struct bpf_map *map, const char *path) in build_map_pin_path()
7370 static struct bpf_object *bpf_object_open(const char *path, const void *obj_buf, size_t obj_buf_sz, in bpf_object_open()
7460 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts) in bpf_object__open_file()
7470 struct bpf_object *bpf_object__open(const char *path) in bpf_object__open()
7987 static int make_parent_dir(const char *path) in make_parent_dir()
8009 static int check_path(const char *path) in check_path()
8039 int bpf_program__pin(struct bpf_program *prog, const char *path) in bpf_program__pin()
8068 int bpf_program__unpin(struct bpf_program *prog, const char *path) in bpf_program__unpin()
8089 int bpf_map__pin(struct bpf_map *map, const char *path) in bpf_map__pin()
8150 int bpf_map__unpin(struct bpf_map *map, const char *path) in bpf_map__unpin()
8186 int bpf_map__set_pin_path(struct bpf_map *map, const char *path) in bpf_map__set_pin_path()
8224 int bpf_object__pin_maps(struct bpf_object *obj, const char *path) in bpf_object__pin_maps()
8272 int bpf_object__unpin_maps(struct bpf_object *obj, const char *path) in bpf_object__unpin_maps()
8302 int bpf_object__pin_programs(struct bpf_object *obj, const char *path) in bpf_object__pin_programs()
8339 int bpf_object__unpin_programs(struct bpf_object *obj, const char *path) in bpf_object__unpin_programs()
8362 int bpf_object__pin(struct bpf_object *obj, const char *path) in bpf_object__pin()
8379 int bpf_object__unpin(struct bpf_object *obj, const char *path) in bpf_object__unpin()
9979 struct bpf_link *bpf_link__open(const char *path) in bpf_link__open()
10013 int bpf_link__pin(struct bpf_link *link, const char *path) in bpf_link__pin()
11249 const char *path, in bpf_program__attach_uprobe_multi()
11616 char *path = NULL, *provider = NULL, *name = NULL; in attach_usdt() local