Searched refs:root_type_cnt (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)
430 if (root_type_cnt) {
431 for (i = 0; i < root_type_cnt; i++) {
464 __u32 *root_type_ids, int root_type_cnt)
480 if (root_type_cnt) {
481 for (i = 0; i < root_type_cnt; i++) {
554 int root_type_cnt = 0; 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
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 240 milliseconds