Searched refs:emit_obj_refs_plain (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | pids.c | 21 void emit_obj_refs_plain(struct obj_refs_table *table, __u32 id, const char *prefix) {} in emit_obj_refs_plain() function 208 void emit_obj_refs_plain(struct obj_refs_table *table, __u32 id, const char *prefix) in emit_obj_refs_plain() function
|
H A D | main.h | 147 __weak void emit_obj_refs_plain(struct obj_refs_table *table, __u32 id,
|
H A D | link.c | 255 emit_obj_refs_plain(&refs_table, info->id, "\n\tpids "); in show_link_close_plain()
|
H A D | btf.c | 764 emit_obj_refs_plain(&refs_table, info->id, "\n\tpids "); in show_btf_plain()
|
H A D | map.c | 638 emit_obj_refs_plain(&refs_table, info->id, "\n\tpids "); in show_map_close_plain()
|
H A D | prog.c | 496 emit_obj_refs_plain(&refs_table, info->id, "\n\tpids "); in print_prog_plain()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | pids.c | 24 void emit_obj_refs_plain(struct hashmap *map, __u32 id, const char *prefix) {} in emit_obj_refs_plain() function 228 void emit_obj_refs_plain(struct hashmap *map, __u32 id, const char *prefix) in emit_obj_refs_plain() function
|
H A D | main.h | 123 __weak void emit_obj_refs_plain(struct hashmap *table, __u32 id,
|
H A D | btf.c | 886 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in show_btf_plain()
|
H A D | link.c | 825 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in show_link_close_plain()
|
H A D | map.c | 623 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in show_map_close_plain()
|
H A D | prog.c | 570 emit_obj_refs_plain(refs_table, info->id, "\n\tpids "); in print_prog_plain()
|
Completed in 14 milliseconds