Searched refs:btf_dumper (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | btf_dumper.c | 24 static int btf_dumper_do_type(const struct btf_dumper *d, __u32 type_id, 31 static int dump_prog_id_as_func_ptr(const struct btf_dumper *d, in dump_prog_id_as_func_ptr() 97 static void btf_dumper_ptr(const struct btf_dumper *d, in btf_dumper_ptr() 125 static int btf_dumper_modifier(const struct btf_dumper *d, __u32 type_id, in btf_dumper_modifier() 137 static int btf_dumper_enum(const struct btf_dumper *d, in btf_dumper_enum() 211 static int btf_dumper_array(const struct btf_dumper *d, __u32 type_id, in btf_dumper_array() 429 static int btf_dumper_struct(const struct btf_dumper *d, __u32 type_id, in btf_dumper_struct() 477 static int btf_dumper_var(const struct btf_dumper *d, __u32 type_id, in btf_dumper_var() 491 static int btf_dumper_datasec(const struct btf_dumper *d, __u32 type_id, in btf_dumper_datasec() 519 static int btf_dumper_do_type(const struct btf_dumper * [all...] |
H A D | main.h | 227 struct btf_dumper { struct 241 int btf_dumper_type(const struct btf_dumper *d, __u32 type_id,
|
H A D | struct_ops.c | 355 struct btf_dumper *d = (struct btf_dumper *)data; in __do_dump() 406 struct btf_dumper d = {}; in do_dump()
|
H A D | map.c | 97 static int do_dump_btf(const struct btf_dumper *d, in do_dump_btf() 169 struct btf_dumper d = { in print_entry_json() 202 struct btf_dumper d = { in print_entry_json() 759 struct btf_dumper d = { in dump_map_elem() 1063 struct btf_dumper d = { in print_key_value()
|
H A D | prog.c | 278 struct btf_dumper d = { in show_prog_metadata() 308 struct btf_dumper d = { in show_prog_metadata()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | btf_dumper.c | 24 static int btf_dumper_do_type(const struct btf_dumper *d, __u32 type_id, 31 static int dump_prog_id_as_func_ptr(const struct btf_dumper *d, in dump_prog_id_as_func_ptr() 107 static void btf_dumper_ptr(const struct btf_dumper *d, in btf_dumper_ptr() 135 static int btf_dumper_modifier(const struct btf_dumper *d, __u32 type_id, in btf_dumper_modifier() 147 static int btf_dumper_enum(const struct btf_dumper *d, in btf_dumper_enum() 185 static int btf_dumper_enum64(const struct btf_dumper *d, in btf_dumper_enum64() 247 static int btf_dumper_array(const struct btf_dumper *d, __u32 type_id, in btf_dumper_array() 465 static int btf_dumper_struct(const struct btf_dumper *d, __u32 type_id, in btf_dumper_struct() 513 static int btf_dumper_var(const struct btf_dumper *d, __u32 type_id, in btf_dumper_var() 527 static int btf_dumper_datasec(const struct btf_dumper * [all...] |
H A D | main.h | 208 struct btf_dumper { struct 222 int btf_dumper_type(const struct btf_dumper *d, __u32 type_id,
|
H A D | struct_ops.c | 353 struct btf_dumper *d = (struct btf_dumper *)data; in __do_dump() 404 struct btf_dumper d = {}; in do_dump()
|
H A D | map.c | 71 static int do_dump_btf(const struct btf_dumper *d, in do_dump_btf() 146 struct btf_dumper d = { in print_entry_json() 179 struct btf_dumper d = { in print_entry_json() 754 struct btf_dumper d = { in dump_map_elem() 1053 struct btf_dumper d = { in print_key_value()
|
H A D | Makefile | 186 BOOTSTRAP_OBJS = $(addprefix $(BOOTSTRAP_OUTPUT),main.o common.o json_writer.o gen.o btf.o xlated_dumper.o btf_dumper.o disasm.o)
|
H A D | prog.c | 340 struct btf_dumper d = { in show_prog_metadata() 370 struct btf_dumper d = { in show_prog_metadata()
|
Completed in 13 milliseconds