Searched refs:pin_root_path (Results 1 - 3 of 3) sorted by path

/linux-master/tools/lib/bpf/
H A Dlibbpf.c2807 const char *pin_root_path)
2875 err = build_map_pin_path(map, pin_root_path);
2932 const char *pin_root_path)
2975 pin_root_path);
3013 const char *pin_root_path; local
3018 pin_root_path = OPTS_GET(opts, pin_root_path, NULL);
3020 err = bpf_object__init_user_btf_maps(obj, strict, pin_root_path);
2803 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) argument
2931 bpf_object__init_user_btf_maps(struct bpf_object *obj, bool strict, const char *pin_root_path) argument
H A Dlibbpf.h128 const char *pin_root_path; member in struct:bpf_object_open_opts
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c42 .pin_root_path = custpath,

Completed in 221 milliseconds