Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dbtf.c3481 int i, err = 0, type_cnt; local
3499 type_cnt = btf__type_cnt(btf);
3500 d->map = malloc(sizeof(__u32) * type_cnt);
3507 for (i = 1; i < type_cnt; i++) {
3517 d->hypot_map = malloc(sizeof(__u32) * type_cnt);
3522 for (i = 0; i < type_cnt; i++)