Lines Matching defs:path

687 	char path[];  member
1249 static struct bpf_object *bpf_object__new(const char *path, in bpf_object__new()
2164 static int pathname_concat(char *buf, size_t buf_sz, const char *path, const char *name) in pathname_concat()
2177 static int build_map_pin_path(struct bpf_map *map, const char *path) in build_map_pin_path()
7376 static struct bpf_object *bpf_object_open(const char *path, const void *obj_buf, size_t obj_buf_sz, in bpf_object_open()
7466 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts) in bpf_object__open_file()
7476 struct bpf_object *bpf_object__open(const char *path) in bpf_object__open()
7993 static int make_parent_dir(const char *path) in make_parent_dir()
8015 static int check_path(const char *path) in check_path()
8045 int bpf_program__pin(struct bpf_program *prog, const char *path) in bpf_program__pin()
8074 int bpf_program__unpin(struct bpf_program *prog, const char *path) in bpf_program__unpin()
8095 int bpf_map__pin(struct bpf_map *map, const char *path) in bpf_map__pin()
8156 int bpf_map__unpin(struct bpf_map *map, const char *path) in bpf_map__unpin()
8192 int bpf_map__set_pin_path(struct bpf_map *map, const char *path) in bpf_map__set_pin_path()
8230 int bpf_object__pin_maps(struct bpf_object *obj, const char *path) in bpf_object__pin_maps()
8278 int bpf_object__unpin_maps(struct bpf_object *obj, const char *path) in bpf_object__unpin_maps()
8308 int bpf_object__pin_programs(struct bpf_object *obj, const char *path) in bpf_object__pin_programs()
8345 int bpf_object__unpin_programs(struct bpf_object *obj, const char *path) in bpf_object__unpin_programs()
8368 int bpf_object__pin(struct bpf_object *obj, const char *path) in bpf_object__pin()
8385 int bpf_object__unpin(struct bpf_object *obj, const char *path) in bpf_object__unpin()
9985 struct bpf_link *bpf_link__open(const char *path) in bpf_link__open()
10019 int bpf_link__pin(struct bpf_link *link, const char *path) in bpf_link__pin()
11255 const char *path, in bpf_program__attach_uprobe_multi()
11622 char *path = NULL, *provider = NULL, *name = NULL; in attach_usdt() local