Searched refs:build_obj_refs_table (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | pids.c | 16 int build_obj_refs_table(struct obj_refs_table *table, enum bpf_obj_type type) in build_obj_refs_table() function 90 int build_obj_refs_table(struct obj_refs_table *table, enum bpf_obj_type type) in build_obj_refs_table() function
|
H A D | main.h | 142 __weak int build_obj_refs_table(struct obj_refs_table *table,
|
H A D | link.c | 307 build_obj_refs_table(&refs_table, BPF_OBJ_LINK); in do_show()
|
H A D | btf.c | 852 build_obj_refs_table(&refs_table, BPF_OBJ_BTF); in do_show()
|
H A D | map.c | 698 build_obj_refs_table(&refs_table, BPF_OBJ_MAP); in do_show()
|
H A D | prog.c | 565 build_obj_refs_table(&refs_table, BPF_OBJ_PROG); in do_show()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | pids.c | 19 int build_obj_refs_table(struct hashmap **map, enum bpf_obj_type type) in build_obj_refs_table() function 98 int build_obj_refs_table(struct hashmap **map, enum bpf_obj_type type) in build_obj_refs_table() function
|
H A D | main.h | 118 __weak int build_obj_refs_table(struct hashmap **table,
|
H A D | btf.c | 1001 build_obj_refs_table(&refs_table, BPF_OBJ_BTF); in do_show()
|
H A D | link.c | 932 build_obj_refs_table(&refs_table, BPF_OBJ_LINK); in do_show()
|
H A D | map.c | 690 build_obj_refs_table(&refs_table, BPF_OBJ_MAP); in do_show()
|
H A D | prog.c | 646 build_obj_refs_table(&refs_table, BPF_OBJ_PROG); in do_show()
|
Completed in 14 milliseconds