Searched refs:refs_table (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/bpf/bpftool/ |
| H A D | btf.c | 1269 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 D | link.c | 626 emit_obj_refs_json(refs_table, info->id, json_wtr); in show_link_close_json() 1022 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in show_link_close_plain() 1174 build_obj_refs_table(&refs_table, BPF_OBJ_LINK); in do_show() 1215 delete_obj_refs_table(refs_table); in do_show()
|
| H A D | map.c | 534 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() 693 build_obj_refs_table(&refs_table, BPF_OBJ_MAP); in do_show() 737 delete_obj_refs_table(refs_table); in do_show()
|
| H A D | main.h | 93 extern struct hashmap *refs_table;
|
| H A D | main.c | 35 struct hashmap *refs_table; variable
|
| H A D | prog.c | 496 emit_obj_refs_json(refs_table, info->id, json_wtr); in print_prog_json() 575 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in print_prog_plain() 651 build_obj_refs_table(&refs_table, BPF_OBJ_PROG); in do_show() 693 delete_obj_refs_table(refs_table); in do_show()
|