Searched refs:root_type_cnt (Results 1 – 1 of 1) sorted by relevance
371 __u32 *root_type_ids, int root_type_cnt) in dump_btf_raw() argument382 if (root_type_cnt) { in dump_btf_raw()383 for (i = 0; i < root_type_cnt; i++) { in dump_btf_raw()416 __u32 *root_type_ids, int root_type_cnt) in dump_btf_c() argument432 if (root_type_cnt) { in dump_btf_c()433 for (i = 0; i < root_type_cnt; i++) { in dump_btf_c()463 int root_type_cnt = 0; in do_dump() local490 root_type_ids[root_type_cnt++] = info.btf_key_type_id; in do_dump()498 root_type_ids[root_type_cnt++] = info.btf_key_type_id; in do_dump()605 err = dump_btf_c(btf, root_type_ids, root_type_cnt); in do_dump()[all …]
Completed in 6 milliseconds