Searched refs:root_type_ids (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/bpf/bpftool/
H A Dbtf.c419 __u32 *root_type_ids, int root_type_cnt)
432 t = btf__type_by_id(btf, root_type_ids[i]);
433 dump_btf_type(btf, root_type_ids[i], t);
464 __u32 *root_type_ids, int root_type_cnt)
482 err = btf_dump__dump_type(d, root_type_ids[i]);
553 __u32 root_type_ids[2]; local
581 root_type_ids[root_type_cnt++] = info.btf_key_type_id;
584 root_type_ids[root_type_cnt++] = info.btf_value_type_id;
589 root_type_ids[root_type_cnt++] = info.btf_key_type_id;
590 root_type_ids[root_type_cn
418 dump_btf_raw(const struct btf *btf, __u32 *root_type_ids, int root_type_cnt) argument
463 dump_btf_c(const struct btf *btf, __u32 *root_type_ids, int root_type_cnt) argument
[all...]

Completed in 79 milliseconds