Searched refs:refs_table (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/bpf/bpftool/ |
| A D | link.c | 173 emit_obj_refs_json(refs_table, info->id, json_wtr); in show_link_close_json() 256 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in show_link_close_plain() 315 build_obj_refs_table(&refs_table, BPF_OBJ_LINK); in do_show() 355 delete_obj_refs_table(refs_table); in do_show()
|
| A D | btf.c | 799 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in show_btf_plain() 832 emit_obj_refs_json(refs_table, info->id, json_wtr); /* pids */ in show_btf_json() 916 build_obj_refs_table(&refs_table, BPF_OBJ_BTF); in do_show() 963 delete_obj_refs_table(refs_table); in do_show()
|
| A D | map.c | 552 emit_obj_refs_json(refs_table, info->id, json_wtr); in show_map_close_json() 640 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in show_map_close_plain() 707 build_obj_refs_table(&refs_table, BPF_OBJ_MAP); in do_show() 751 delete_obj_refs_table(refs_table); in do_show()
|
| A D | main.h | 94 extern struct hashmap *refs_table;
|
| A D | main.c | 35 struct hashmap *refs_table; variable
|
| A D | prog.c | 433 emit_obj_refs_json(refs_table, info->id, json_wtr); in print_prog_json() 504 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in print_prog_plain() 580 build_obj_refs_table(&refs_table, BPF_OBJ_PROG); in do_show() 622 delete_obj_refs_table(refs_table); in do_show()
|
Completed in 17 milliseconds