Home
last modified time | relevance | path

Searched defs:btf_dump (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
Dbtf_dump.c56 struct btf_dump { struct
59 btf_dump_printf_fn_t printf_fn; argument
60 struct btf_dump_opts opts; argument
66 struct btf_dump_type_aux_state *type_states; argument
67 size_t type_states_cap;
69 const char **cached_names;
70 size_t cached_names_cap;
73 __u32 *emit_queue;
74 int emit_queue_cap;
75 int emit_queue_cnt;
[all …]
/kernel/linux/linux-6.6/tools/lib/bpf/
Dbtf_dump.c79 struct btf_dump { struct
81 btf_dump_printf_fn_t printf_fn; argument
89 struct btf_dump_type_aux_state *type_states; argument
90 size_t type_states_cap;
92 const char **cached_names;
93 size_t cached_names_cap;
118 struct btf_dump_data *typed_dump; argument
131 static const char *btf_name_of(const struct btf_dump *d, __u32 name_off) in btf_name_of() argument