Home
last modified time | relevance | path

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

/tools/bpf/bpftool/
A Dbtf.c436 __u32 *root_type_ids, int root_type_cnt) in dump_btf_raw() argument
447 if (root_type_cnt) { in dump_btf_raw()
448 for (i = 0; i < root_type_cnt; i++) { in dump_btf_raw()
802 if (root_type_cnt) { in dump_btf_c()
803 for (i = 0; i < root_type_cnt; i++) { in dump_btf_c()
887 int root_type_cnt = 0; in do_dump() local
981 have_id_filtering = !!root_type_cnt; in do_dump()
1010 } else if (root_type_cnt == MAX_ROOT_IDS) { in do_dump()
1023 for (i = 0; i < root_type_cnt; i++) { in do_dump()
1030 root_type_ids[root_type_cnt++] = root_id; in do_dump()
[all …]

Completed in 5 milliseconds