Home
last modified time | relevance | path

Searched refs:target_cnt (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/tools/lib/bpf/
Dusdt.c582 size_t off, name_off, desc_off, seg_cnt = 0, vma_seg_cnt = 0, target_cnt = 0; in collect_usdt_targets() local
766 tmp = libbpf_reallocarray(targets, target_cnt + 1, sizeof(*targets)); in collect_usdt_targets()
773 target = &targets[target_cnt]; in collect_usdt_targets()
789 target_cnt++; in collect_usdt_targets()
793 *out_target_cnt = target_cnt; in collect_usdt_targets()
794 err = target_cnt; in collect_usdt_targets()
968 size_t target_cnt; in usdt_manager_attach_usdt() local
991 usdt_cookie, &targets, &target_cnt); in usdt_manager_attach_usdt()
1014 offsets = calloc(target_cnt, sizeof(*offsets)); in usdt_manager_attach_usdt()
1015 cookies = calloc(target_cnt, sizeof(*cookies)); in usdt_manager_attach_usdt()
[all …]