Searched refs:emit_obj_refs_json (Results 1 – 6 of 6) sorted by relevance
| /tools/bpf/bpftool/ |
| A D | pids.c | 25 void emit_obj_refs_json(struct hashmap *map, __u32 id, json_writer_t *json_writer) {} in emit_obj_refs_json() function 202 void emit_obj_refs_json(struct hashmap *map, __u32 id, in emit_obj_refs_json() function
|
| A D | main.h | 122 __weak void emit_obj_refs_json(struct hashmap *table, __u32 id,
|
| A D | link.c | 583 emit_obj_refs_json(refs_table, info->id, json_wtr); in show_link_close_json()
|
| A D | map.c | 534 emit_obj_refs_json(refs_table, info->id, json_wtr); in show_map_close_json()
|
| A D | btf.c | 1300 emit_obj_refs_json(refs_table, info->id, json_wtr); /* pids */ in show_btf_json()
|
| A D | prog.c | 495 emit_obj_refs_json(refs_table, info->id, json_wtr); in print_prog_json()
|
Completed in 14 milliseconds