Lines Matching defs:targets
584 struct usdt_target *targets = NULL, *target;
766 tmp = libbpf_reallocarray(targets, target_cnt + 1, sizeof(*targets));
771 targets = tmp;
773 target = &targets[target_cnt];
792 *out_targets = targets;
800 free(targets);
965 struct usdt_target *targets = NULL;
991 usdt_cookie, &targets, &target_cnt);
1031 struct usdt_target *target = &targets[i];
1112 free(targets);
1124 free(targets);