Searched refs:root_type_cnt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | btf.c | 343 __u32 *root_type_ids, int root_type_cnt) in dump_btf_raw() 354 if (root_type_cnt) { in dump_btf_raw() 355 for (i = 0; i < root_type_cnt; i++) { in dump_btf_raw() 382 __u32 *root_type_ids, int root_type_cnt) in dump_btf_c() 398 if (root_type_cnt) { in dump_btf_c() 399 for (i = 0; i < root_type_cnt; i++) { in dump_btf_c() 429 int root_type_cnt = 0; in do_dump() local 457 root_type_ids[root_type_cnt++] = info.btf_key_type_id; in do_dump() 460 root_type_ids[root_type_cnt++] = info.btf_value_type_id; in do_dump() 465 root_type_ids[root_type_cnt in do_dump() 342 dump_btf_raw(const struct btf *btf, __u32 *root_type_ids, int root_type_cnt) dump_btf_raw() argument 381 dump_btf_c(const struct btf *btf, __u32 *root_type_ids, int root_type_cnt) dump_btf_c() argument [all...] |
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | btf.c | 419 __u32 *root_type_ids, int root_type_cnt) in dump_btf_raw() 430 if (root_type_cnt) { in dump_btf_raw() 431 for (i = 0; i < root_type_cnt; i++) { in dump_btf_raw() 464 __u32 *root_type_ids, int root_type_cnt) in dump_btf_c() 480 if (root_type_cnt) { in dump_btf_c() 481 for (i = 0; i < root_type_cnt; i++) { in dump_btf_c() 554 int root_type_cnt = 0; in do_dump() local 581 root_type_ids[root_type_cnt++] = info.btf_key_type_id; in do_dump() 584 root_type_ids[root_type_cnt++] = info.btf_value_type_id; in do_dump() 589 root_type_ids[root_type_cnt in do_dump() 418 dump_btf_raw(const struct btf *btf, __u32 *root_type_ids, int root_type_cnt) dump_btf_raw() argument 463 dump_btf_c(const struct btf *btf, __u32 *root_type_ids, int root_type_cnt) dump_btf_c() argument [all...] |
Completed in 3 milliseconds