Searched refs:ref_ctr_offsets (Results 1 – 8 of 8) sorted by relevance
960 unsigned long *offsets = NULL, *ref_ctr_offsets = NULL; in usdt_manager_attach_usdt() local1016 ref_ctr_offsets = calloc(target_cnt, sizeof(*ref_ctr_offsets)); in usdt_manager_attach_usdt()1018 if (!offsets || !ref_ctr_offsets || !cookies) { in usdt_manager_attach_usdt()1070 ref_ctr_offsets[i] = target->sema_off; in usdt_manager_attach_usdt()1092 .ref_ctr_offsets = ref_ctr_offsets, in usdt_manager_attach_usdt()1108 free(ref_ctr_offsets); in usdt_manager_attach_usdt()1119 free(ref_ctr_offsets); in usdt_manager_attach_usdt()
400 const unsigned long *ref_ctr_offsets; member
775 …attr.link_create.uprobe_multi.ref_ctr_offsets = ptr_to_u64(OPTS_GET(opts, uprobe_multi.ref_ctr_off… in bpf_link_create()
541 const unsigned long *ref_ctr_offsets; member
11263 const unsigned long *ref_ctr_offsets = NULL, *offsets = NULL; in bpf_program__attach_uprobe_multi() local11279 ref_ctr_offsets = OPTS_GET(opts, ref_ctr_offsets, NULL); in bpf_program__attach_uprobe_multi()11303 if (syms || offsets || ref_ctr_offsets || cookies || cnt) in bpf_program__attach_uprobe_multi()11335 lopts.uprobe_multi.ref_ctr_offsets = ref_ctr_offsets; in bpf_program__attach_uprobe_multi()
1658 __aligned_u64 ref_ctr_offsets; member
3222 uref_ctr_offsets = u64_to_user_ptr(attr->link_create.uprobe_multi.ref_ctr_offsets); in bpf_uprobe_multi_link_attach()