Lines Matching refs:btf_show
378 struct btf_show { struct
381 void (*showfn)(struct btf_show *show, const char *fmt, va_list args); argument
423 struct btf_show *show); argument
911 static const char *btf_show_name(struct btf_show *show) in btf_show_name()
1070 static const char *__btf_show_indent(struct btf_show *show) in __btf_show_indent()
1080 static const char *btf_show_indent(struct btf_show *show) in btf_show_indent()
1085 static const char *btf_show_newline(struct btf_show *show) in btf_show_newline()
1090 static const char *btf_show_delim(struct btf_show *show) in btf_show_delim()
1102 __printf(2, 3) static void btf_show(struct btf_show *show, const char *fmt, ...) in btf_show() function
1123 btf_show(show, "%s%s" fmt "%s%s", \
1135 btf_show(show, "%s%s" fmt "%s%s", btf_show_indent(show), \
1144 static int btf_show_obj_size_left(struct btf_show *show, void *data) in btf_show_obj_size_left()
1150 static bool btf_show_obj_is_safe(struct btf_show *show, void *data, int size) in btf_show_obj_is_safe()
1162 static void *__btf_show_obj_safe(struct btf_show *show, void *data, int size) in __btf_show_obj_safe()
1197 static void *btf_show_obj_safe(struct btf_show *show, in btf_show_obj_safe()
1273 static void *btf_show_start_type(struct btf_show *show, in btf_show_start_type()
1284 static void btf_show_end_type(struct btf_show *show) in btf_show_end_type()
1291 static void *btf_show_start_aggr_type(struct btf_show *show, in btf_show_start_aggr_type()
1300 btf_show(show, "%s%s%s", btf_show_indent(show), in btf_show_start_aggr_type()
1307 static void btf_show_end_aggr_type(struct btf_show *show, in btf_show_end_aggr_type()
1311 btf_show(show, "%s%s%s%s", btf_show_indent(show), suffix, in btf_show_end_aggr_type()
1316 static void btf_show_start_member(struct btf_show *show, in btf_show_start_member()
1322 static void btf_show_start_array_member(struct btf_show *show) in btf_show_start_array_member()
1328 static void btf_show_end_member(struct btf_show *show) in btf_show_end_member()
1333 static void btf_show_end_array_member(struct btf_show *show) in btf_show_end_array_member()
1339 static void *btf_show_start_array_type(struct btf_show *show, in btf_show_start_array_type()
1350 static void btf_show_end_array_type(struct btf_show *show) in btf_show_end_array_type()
1357 static void *btf_show_start_struct_type(struct btf_show *show, in btf_show_start_struct_type()
1365 static void btf_show_end_struct_type(struct btf_show *show) in btf_show_end_struct_type()
2022 struct btf_show *show) in btf_df_show()
2024 btf_show(show, "<unsupported kind:%u>", BTF_INFO_KIND(t->info)); in btf_df_show()
2197 static void btf_int128_print(struct btf_show *show, void *data) in btf_int128_print()
2264 u8 nr_bits, struct btf_show *show) in btf_bitfield_show()
2291 struct btf_show *show) in btf_int_bits_show()
2309 struct btf_show *show) in btf_int_show()
2658 u8 bits_offset, struct btf_show *show) in btf_modifier_show()
2670 struct btf_show *show) in btf_var_show()
2679 struct btf_show *show) in btf_ptr_show()
2918 struct btf_show *show) in __btf_array_show()
2971 struct btf_show *show) in btf_array_show()
3527 struct btf_show *show) in __btf_struct_show()
3574 struct btf_show *show) in btf_struct_show()
3742 struct btf_show *show) in btf_enum_show()
3845 struct btf_show *show) in btf_enum64_show()
4207 struct btf_show *show) in btf_datasec_show()
4221 btf_show(show, ","); in btf_datasec_show()
6777 struct btf_show *show) in btf_type_show()
6788 static void btf_seq_show(struct btf_show *show, const char *fmt, in btf_seq_show()
6797 struct btf_show sseq; in btf_type_seq_show_flags()
6817 struct btf_show show;
6822 static void btf_snprintf_show(struct btf_show *show, const char *fmt, in btf_snprintf_show()
6855 btf_type_show(btf, type_id, obj, (struct btf_show *)&ssnprintf); in btf_type_snprintf_show()