Home
last modified time | relevance | path

Searched refs:emit_obj_refs_json (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/tools/bpf/bpftool/
Dpids.c25 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
Dmain.h122 __weak void emit_obj_refs_json(struct hashmap *table, __u32 id,
Dlink.c213 emit_obj_refs_json(refs_table, info->id, json_wtr); in show_link_close_json()
Dbtf.c924 emit_obj_refs_json(refs_table, info->id, json_wtr); /* pids */ in show_btf_json()
Dmap.c528 emit_obj_refs_json(refs_table, info->id, json_wtr); in show_map_close_json()
Dprog.c493 emit_obj_refs_json(refs_table, info->id, json_wtr); in print_prog_json()