Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dbtf.c3332 int i, err = 0, type_cnt; local
3350 type_cnt = btf__type_cnt(btf);
3351 d->map = malloc(sizeof(__u32) * type_cnt);
3358 for (i = 1; i < type_cnt; i++) {
3368 d->hypot_map = malloc(sizeof(__u32) * type_cnt);
3373 for (i = 0; i < type_cnt; i++)