Lines Matching refs:btf_show

349 struct btf_show {  struct
352 void (*showfn)(struct btf_show *show, const char *fmt, va_list args); argument
394 struct btf_show *show); argument
808 static const char *btf_show_name(struct btf_show *show) in btf_show_name()
966 static const char *__btf_show_indent(struct btf_show *show) in __btf_show_indent()
976 static const char *btf_show_indent(struct btf_show *show) in btf_show_indent()
981 static const char *btf_show_newline(struct btf_show *show) in btf_show_newline()
986 static const char *btf_show_delim(struct btf_show *show) in btf_show_delim()
998 __printf(2, 3) static void btf_show(struct btf_show *show, const char *fmt, ...) in btf_show() function
1018 btf_show(show, "%s%s" fmt "%s%s", \
1030 btf_show(show, "%s%s" fmt "%s%s", btf_show_indent(show), \
1039 static int btf_show_obj_size_left(struct btf_show *show, void *data) in btf_show_obj_size_left()
1045 static bool btf_show_obj_is_safe(struct btf_show *show, void *data, int size) in btf_show_obj_is_safe()
1057 static void *__btf_show_obj_safe(struct btf_show *show, void *data, int size) in __btf_show_obj_safe()
1092 static void *btf_show_obj_safe(struct btf_show *show, in btf_show_obj_safe()
1168 static void *btf_show_start_type(struct btf_show *show, in btf_show_start_type()
1179 static void btf_show_end_type(struct btf_show *show) in btf_show_end_type()
1186 static void *btf_show_start_aggr_type(struct btf_show *show, in btf_show_start_aggr_type()
1195 btf_show(show, "%s%s%s", btf_show_indent(show), in btf_show_start_aggr_type()
1202 static void btf_show_end_aggr_type(struct btf_show *show, in btf_show_end_aggr_type()
1206 btf_show(show, "%s%s%s%s", btf_show_indent(show), suffix, in btf_show_end_aggr_type()
1211 static void btf_show_start_member(struct btf_show *show, in btf_show_start_member()
1217 static void btf_show_start_array_member(struct btf_show *show) in btf_show_start_array_member()
1223 static void btf_show_end_member(struct btf_show *show) in btf_show_end_member()
1228 static void btf_show_end_array_member(struct btf_show *show) in btf_show_end_array_member()
1234 static void *btf_show_start_array_type(struct btf_show *show, in btf_show_start_array_type()
1245 static void btf_show_end_array_type(struct btf_show *show) in btf_show_end_array_type()
1252 static void *btf_show_start_struct_type(struct btf_show *show, in btf_show_start_struct_type()
1260 static void btf_show_end_struct_type(struct btf_show *show) in btf_show_end_struct_type()
1885 struct btf_show *show) in btf_df_show()
1887 btf_show(show, "<unsupported kind:%u>", BTF_INFO_KIND(t->info)); in btf_df_show()
2060 static void btf_int128_print(struct btf_show *show, void *data) in btf_int128_print()
2127 u8 nr_bits, struct btf_show *show) in btf_bitfield_show()
2154 struct btf_show *show) in btf_int_bits_show()
2172 struct btf_show *show) in btf_int_show()
2513 u8 bits_offset, struct btf_show *show) in btf_modifier_show()
2525 struct btf_show *show) in btf_var_show()
2534 struct btf_show *show) in btf_ptr_show()
2773 struct btf_show *show) in __btf_array_show()
2826 struct btf_show *show) in btf_array_show()
3137 struct btf_show *show) in __btf_struct_show()
3184 struct btf_show *show) in btf_struct_show()
3355 struct btf_show *show) in btf_enum_show()
3699 struct btf_show *show) in btf_datasec_show()
3713 btf_show(show, ","); in btf_datasec_show()
5734 struct btf_show *show) in btf_type_show()
5745 static void btf_seq_show(struct btf_show *show, const char *fmt, in btf_seq_show()
5754 struct btf_show sseq; in btf_type_seq_show_flags()
5774 struct btf_show show;
5779 static void btf_snprintf_show(struct btf_show *show, const char *fmt, in btf_snprintf_show()
5812 btf_type_show(btf, type_id, obj, (struct btf_show *)&ssnprintf); in btf_type_snprintf_show()