Lines Matching refs:OPTS_GET
2561 strict = !OPTS_GET(opts, relaxed_maps, false); in bpf_object__init_maps()
2562 pin_root_path = OPTS_GET(opts, pin_root_path, NULL); in bpf_object__init_maps()
6728 prog->attach_prog_fd = OPTS_GET(opts, attach_prog_fd, 0); in bpf_object_init_progs()
6765 obj_name = OPTS_GET(opts, object_name, NULL); in __bpf_object__open()
6781 btf_tmp_path = OPTS_GET(opts, btf_custom_path, NULL); in __bpf_object__open()
6794 kconfig = OPTS_GET(opts, kconfig, NULL); in __bpf_object__open()
9453 .perf_event.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0)); in bpf_program__attach_perf_event_opts()
9465 if (OPTS_GET(opts, bpf_cookie, 0)) { in bpf_program__attach_perf_event_opts()
9723 retprobe = OPTS_GET(opts, retprobe, false); in bpf_program__attach_kprobe_opts()
9724 offset = OPTS_GET(opts, offset, 0); in bpf_program__attach_kprobe_opts()
9725 pe_opts.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0); in bpf_program__attach_kprobe_opts()
9916 retprobe = OPTS_GET(opts, retprobe, false); in bpf_program__attach_uprobe_opts()
9917 ref_ctr_off = OPTS_GET(opts, ref_ctr_offset, 0); in bpf_program__attach_uprobe_opts()
9918 pe_opts.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0); in bpf_program__attach_uprobe_opts()
10046 pe_opts.bpf_cookie = OPTS_GET(opts, bpf_cookie, 0); in bpf_program__attach_tracepoint_opts()
10306 link_create_opts.iter_info = OPTS_GET(opts, link_info, (void *)0); in bpf_program__attach_iter()
10307 link_create_opts.iter_info_len = OPTS_GET(opts, link_info_len, 0); in bpf_program__attach_iter()