Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
H A Dlink.c583 emit_obj_refs_json(refs_table, info->id, json_wtr); in show_link_close_json()
976 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in show_link_close_plain()
1128 build_obj_refs_table(&refs_table, BPF_OBJ_LINK); in do_show()
1169 delete_obj_refs_table(refs_table); in do_show()
H A Dbtf.c1269 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in show_btf_plain()
1300 emit_obj_refs_json(refs_table, info->id, json_wtr); /* pids */ in show_btf_json()
1384 build_obj_refs_table(&refs_table, BPF_OBJ_BTF); in do_show()
1431 delete_obj_refs_table(refs_table); in do_show()
H A Dmain.c35 struct hashmap *refs_table; variable
H A Dprog.c495 emit_obj_refs_json(refs_table, info->id, json_wtr); in print_prog_json()
574 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in print_prog_plain()
650 build_obj_refs_table(&refs_table, BPF_OBJ_PROG); in do_show()
692 delete_obj_refs_table(refs_table); in do_show()