Home
last modified time | relevance | path

Searched refs:pin_root_path (Results 1 - 2 of 2) sorted by relevance

/third_party/libbpf/src/
H A Dlibbpf.h128 const char *pin_root_path; member
H A Dlibbpf.c2616 const char *pin_root_path)
2684 err = build_map_pin_path(map, pin_root_path);
2713 const char *pin_root_path)
2763 pin_root_path);
2774 const char *pin_root_path; local
2779 pin_root_path = OPTS_GET(opts, pin_root_path, NULL);
2781 err = bpf_object__init_user_btf_maps(obj, strict, pin_root_path);
2612 bpf_object__init_user_btf_map(struct bpf_object *obj, const struct btf_type *sec, int var_idx, int sec_idx, const Elf_Data *data, bool strict, const char *pin_root_path) global() argument
2712 bpf_object__init_user_btf_maps(struct bpf_object *obj, bool strict, const char *pin_root_path) global() argument

Completed in 20 milliseconds