Lines Matching refs:OPTS_GET
2461 strict = !OPTS_GET(opts, relaxed_maps, false); in bpf_object__init_maps()
2462 pin_root_path = OPTS_GET(opts, pin_root_path, NULL); in bpf_object__init_maps()
6389 obj_name = OPTS_GET(opts, object_name, NULL); in __bpf_object__open()
6405 btf_tmp_path = OPTS_GET(opts, btf_custom_path, NULL); in __bpf_object__open()
6418 kconfig = OPTS_GET(opts, kconfig, NULL); in __bpf_object__open()
6455 prog->attach_prog_fd = OPTS_GET(opts, attach_prog_fd, 0); in __bpf_object__open()
9049 .perf_event.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0)); in bpf_program__attach_perf_event_opts()
9061 if (OPTS_GET(opts, bpf_cookie, 0)) { in bpf_program__attach_perf_event_opts()
9225 retprobe = OPTS_GET(opts, retprobe, false); in bpf_program__attach_kprobe_opts()
9226 offset = OPTS_GET(opts, offset, 0); in bpf_program__attach_kprobe_opts()
9227 pe_opts.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0); in bpf_program__attach_kprobe_opts()
9307 retprobe = OPTS_GET(opts, retprobe, false); in bpf_program__attach_uprobe_opts()
9308 ref_ctr_off = OPTS_GET(opts, ref_ctr_offset, 0); in bpf_program__attach_uprobe_opts()
9309 pe_opts.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0); in bpf_program__attach_uprobe_opts()
9406 pe_opts.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0); in bpf_program__attach_tracepoint_opts()
9648 link_create_opts.iter_info = OPTS_GET(opts, link_info, (void *)0); in bpf_program__attach_iter()
9649 link_create_opts.iter_info_len = OPTS_GET(opts, link_info_len, 0); in bpf_program__attach_iter()