bpf_object__pin
LIBBPF_API int bpf_object__pin(struct bpf_object *object, const char *path);
ret = bpf_object__pin(skel->obj, path);
ret = bpf_object__pin(obj, cfg_pin_path);