Lines Matching defs:path

746 	char path[];  member
1484 static struct bpf_object *bpf_object__new(const char *path, in bpf_object__new()
2508 static int pathname_concat(char *buf, size_t buf_sz, const char *path, const char *name) in pathname_concat()
2521 static int build_map_pin_path(struct bpf_map *map, const char *path) in build_map_pin_path()
7985 static struct bpf_object *bpf_object_open(const char *path, const void *obj_buf, size_t obj_buf_sz, in bpf_object_open()
8091 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts) in bpf_object__open_file()
8099 struct bpf_object *bpf_object__open(const char *path) in bpf_object__open()
8691 static int make_parent_dir(const char *path) in make_parent_dir()
8711 static int check_path(const char *path) in check_path()
8739 int bpf_program__pin(struct bpf_program *prog, const char *path) in bpf_program__pin()
8766 int bpf_program__unpin(struct bpf_program *prog, const char *path) in bpf_program__unpin()
8787 int bpf_map__pin(struct bpf_map *map, const char *path) in bpf_map__pin()
8851 int bpf_map__unpin(struct bpf_map *map, const char *path) in bpf_map__unpin()
8887 int bpf_map__set_pin_path(struct bpf_map *map, const char *path) in bpf_map__set_pin_path()
8925 int bpf_object__pin_maps(struct bpf_object *obj, const char *path) in bpf_object__pin_maps()
8973 int bpf_object__unpin_maps(struct bpf_object *obj, const char *path) in bpf_object__unpin_maps()
9003 int bpf_object__pin_programs(struct bpf_object *obj, const char *path) in bpf_object__pin_programs()
9040 int bpf_object__unpin_programs(struct bpf_object *obj, const char *path) in bpf_object__unpin_programs()
9063 int bpf_object__pin(struct bpf_object *obj, const char *path) in bpf_object__pin()
9080 int bpf_object__unpin(struct bpf_object *obj, const char *path) in bpf_object__unpin()
10785 struct bpf_link *bpf_link__open(const char *path) in bpf_link__open()
10819 int bpf_link__pin(struct bpf_link *link, const char *path) in bpf_link__pin()
12111 const char *path, in bpf_program__attach_uprobe_multi()
12503 char *path = NULL, *provider = NULL, *name = NULL; in attach_usdt() local