Searched refs:btf_dumper (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/bpf/bpftool/ |
D | btf_dumper.c | 22 static int btf_dumper_do_type(const struct btf_dumper *d, __u32 type_id, 34 static int btf_dumper_modifier(const struct btf_dumper *d, __u32 type_id, in btf_dumper_modifier() 51 static int btf_dumper_array(const struct btf_dumper *d, __u32 type_id, in btf_dumper_array() 177 static int btf_dumper_struct(const struct btf_dumper *d, __u32 type_id, in btf_dumper_struct() 209 static int btf_dumper_do_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_do_type() 247 int btf_dumper_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_type()
|
D | main.h | 153 struct btf_dumper { struct 166 int btf_dumper_type(const struct btf_dumper *d, __u32 type_id, argument
|
D | map.c | 158 static int do_dump_btf(const struct btf_dumper *d, in do_dump_btf() 270 struct btf_dumper d = { in print_entry_json() 696 struct btf_dumper d = { in do_dump() 858 struct btf_dumper d = { in do_lookup()
|