Home
last modified time | relevance | path

Searched defs:btf_dump (Results 1 – 1 of 1) 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 …]