Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf.c1289 __u32 *hypot_list; member
1330 new_list = realloc(d->hypot_list, sizeof(__u32) * d->hypot_cap); in btf_dedup_hypot_map_add()
1333 d->hypot_list = new_list; in btf_dedup_hypot_map_add()
1335 d->hypot_list[d->hypot_cnt++] = from_id; in btf_dedup_hypot_map_add()
1345 d->hypot_map[d->hypot_list[i]] = BTF_UNPROCESSED_ID; in btf_dedup_clear_hypot_map()
1360 free(d->hypot_list); in btf_dedup_free()
1361 d->hypot_list = NULL; in btf_dedup_free()
2392 cand_type_id = d->hypot_list[i]; in btf_dedup_merge_hypot_map()