Searched refs:refs_table (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/tools/bpf/bpftool/ |
D | link.c | 171 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()
|
D | btf.c | 761 emit_obj_refs_plain(&refs_table, info->id, "\n\tpids "); in show_btf_plain() 795 emit_obj_refs_json(&refs_table, info->id, json_wtr); /* pids */ in show_btf_json() 849 build_obj_refs_table(&refs_table, BPF_OBJ_BTF); in do_show() 896 delete_obj_refs_table(&refs_table); in do_show()
|
D | map.c | 549 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()
|
D | main.h | 96 extern struct obj_refs_table refs_table;
|
D | main.c | 34 struct obj_refs_table refs_table; variable
|
D | prog.c | 424 emit_obj_refs_json(&refs_table, info->id, json_wtr); in print_prog_json() 494 emit_obj_refs_plain(&refs_table, info->id, "\n\tpids "); in print_prog_plain() 563 build_obj_refs_table(&refs_table, BPF_OBJ_PROG); in do_show() 605 delete_obj_refs_table(&refs_table); in do_show()
|