Searched refs:emit_obj_refs_json (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | pids.c | 22 void emit_obj_refs_json(struct obj_refs_table *table, __u32 id, json_writer_t *json_writer) {} in emit_obj_refs_json() function 178 void emit_obj_refs_json(struct obj_refs_table *table, __u32 id, in emit_obj_refs_json() function
|
H A D | main.h | 145 __weak void emit_obj_refs_json(struct obj_refs_table *table, __u32 id,
|
H A D | link.c | 171 emit_obj_refs_json(&refs_table, info->id, json_wtr); in show_link_close_json()
|
H A D | btf.c | 798 emit_obj_refs_json(&refs_table, info->id, json_wtr); /* pids */ in show_btf_json()
|
H A D | map.c | 549 emit_obj_refs_json(&refs_table, info->id, json_wtr); in show_map_close_json()
|
H A D | prog.c | 426 emit_obj_refs_json(&refs_table, info->id, json_wtr); in print_prog_json()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H 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 195 void emit_obj_refs_json(struct hashmap *map, __u32 id, in emit_obj_refs_json() function
|
H A D | main.h | 121 __weak void emit_obj_refs_json(struct hashmap *table, __u32 id,
|
H A D | btf.c | 917 emit_obj_refs_json(refs_table, info->id, json_wtr); /* pids */ in show_btf_json()
|
H A D | link.c | 496 emit_obj_refs_json(refs_table, info->id, json_wtr); in show_link_close_json()
|
H A D | map.c | 534 emit_obj_refs_json(refs_table, info->id, json_wtr); in show_map_close_json()
|
H A D | prog.c | 494 emit_obj_refs_json(refs_table, info->id, json_wtr); in print_prog_json()
|
Completed in 15 milliseconds