Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dlink.c171 emit_obj_refs_json(&refs_table, info->id, json_wtr); in show_link_close_json()
255 emit_obj_refs_plain(&refs_table, info->id, "\n\tpids "); in show_link_close_plain()
307 build_obj_refs_table(&refs_table, BPF_OBJ_LINK); in do_show()
347 delete_obj_refs_table(&refs_table); in do_show()
H A Dbtf.c764 emit_obj_refs_plain(&refs_table, info->id, "\n\tpids "); in show_btf_plain()
798 emit_obj_refs_json(&refs_table, info->id, json_wtr); /* pids */ in show_btf_json()
852 build_obj_refs_table(&refs_table, BPF_OBJ_BTF); in do_show()
899 delete_obj_refs_table(&refs_table); in do_show()
H A Dmain.h96 extern struct obj_refs_table refs_table;
H A Dmain.c34 struct obj_refs_table refs_table; variable
H A Dmap.c549 emit_obj_refs_json(&refs_table, info->id, json_wtr); in show_map_close_json()
638 emit_obj_refs_plain(&refs_table, info->id, "\n\tpids "); in show_map_close_plain()
698 build_obj_refs_table(&refs_table, BPF_OBJ_MAP); in do_show()
742 delete_obj_refs_table(&refs_table); in do_show()
H A Dprog.c426 emit_obj_refs_json(&refs_table, info->id, json_wtr); in print_prog_json()
496 emit_obj_refs_plain(&refs_table, info->id, "\n\tpids "); in print_prog_plain()
565 build_obj_refs_table(&refs_table, BPF_OBJ_PROG); in do_show()
607 delete_obj_refs_table(&refs_table); in do_show()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dbtf.c886 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in show_btf_plain()
917 emit_obj_refs_json(refs_table, info->id, json_wtr); /* pids */ in show_btf_json()
1001 build_obj_refs_table(&refs_table, BPF_OBJ_BTF); in do_show()
1048 delete_obj_refs_table(refs_table); in do_show()
H A Dlink.c496 emit_obj_refs_json(refs_table, info->id, json_wtr); in show_link_close_json()
825 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in show_link_close_plain()
932 build_obj_refs_table(&refs_table, BPF_OBJ_LINK); in do_show()
973 delete_obj_refs_table(refs_table); in do_show()
H A Dmain.h86 extern struct hashmap *refs_table;
H A Dmap.c534 emit_obj_refs_json(refs_table, info->id, json_wtr); in show_map_close_json()
623 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in show_map_close_plain()
690 build_obj_refs_table(&refs_table, BPF_OBJ_MAP); in do_show()
734 delete_obj_refs_table(refs_table); in do_show()
H A Dmain.c35 struct hashmap *refs_table; variable
H A Dprog.c494 emit_obj_refs_json(refs_table, info->id, json_wtr); in print_prog_json()
570 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in print_prog_plain()
646 build_obj_refs_table(&refs_table, BPF_OBJ_PROG); in do_show()
688 delete_obj_refs_table(refs_table); in do_show()

Completed in 18 milliseconds