Home
last modified time | relevance | path

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

/linux-6.1.9/tools/bpf/bpftool/
Dlink.c213 emit_obj_refs_json(refs_table, info->id, json_wtr); in show_link_close_json()
316 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in show_link_close_plain()
375 build_obj_refs_table(&refs_table, BPF_OBJ_LINK); in do_show()
415 delete_obj_refs_table(refs_table); in do_show()
Dbtf.c891 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in show_btf_plain()
924 emit_obj_refs_json(refs_table, info->id, json_wtr); /* pids */ in show_btf_json()
1008 build_obj_refs_table(&refs_table, BPF_OBJ_BTF); in do_show()
1055 delete_obj_refs_table(refs_table); in do_show()
Dmap.c528 emit_obj_refs_json(refs_table, info->id, json_wtr); in show_map_close_json()
618 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in show_map_close_plain()
685 build_obj_refs_table(&refs_table, BPF_OBJ_MAP); in do_show()
729 delete_obj_refs_table(refs_table); in do_show()
Dmain.h87 extern struct hashmap *refs_table;
Dmain.c36 struct hashmap *refs_table; variable
Dprog.c493 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()