Lines Matching refs:btf_show
419 struct btf_show { struct
422 __printf(2, 0) void (*showfn)(struct btf_show *show, const char *fmt, va_list args); argument
464 struct btf_show *show); argument
1077 static const char *btf_show_name(struct btf_show *show) in btf_show_name()
1236 static const char *__btf_show_indent(struct btf_show *show) in __btf_show_indent()
1246 static const char *btf_show_indent(struct btf_show *show) in btf_show_indent()
1251 static const char *btf_show_newline(struct btf_show *show) in btf_show_newline()
1256 static const char *btf_show_delim(struct btf_show *show) in btf_show_delim()
1268 __printf(2, 3) static void btf_show(struct btf_show *show, const char *fmt, ...) in btf_show() function
1289 btf_show(show, "%s%s" fmt "%s%s", \
1301 btf_show(show, "%s%s" fmt "%s%s", btf_show_indent(show), \
1310 static int btf_show_obj_size_left(struct btf_show *show, void *data) in btf_show_obj_size_left()
1316 static bool btf_show_obj_is_safe(struct btf_show *show, void *data, int size) in btf_show_obj_is_safe()
1328 static void *__btf_show_obj_safe(struct btf_show *show, void *data, int size) in __btf_show_obj_safe()
1363 static void *btf_show_obj_safe(struct btf_show *show, in btf_show_obj_safe()
1439 static void *btf_show_start_type(struct btf_show *show, in btf_show_start_type()
1450 static void btf_show_end_type(struct btf_show *show) in btf_show_end_type()
1457 static void *btf_show_start_aggr_type(struct btf_show *show, in btf_show_start_aggr_type()
1466 btf_show(show, "%s%s%s", btf_show_indent(show), in btf_show_start_aggr_type()
1473 static void btf_show_end_aggr_type(struct btf_show *show, in btf_show_end_aggr_type()
1477 btf_show(show, "%s%s%s%s", btf_show_indent(show), suffix, in btf_show_end_aggr_type()
1482 static void btf_show_start_member(struct btf_show *show, in btf_show_start_member()
1488 static void btf_show_start_array_member(struct btf_show *show) in btf_show_start_array_member()
1494 static void btf_show_end_member(struct btf_show *show) in btf_show_end_member()
1499 static void btf_show_end_array_member(struct btf_show *show) in btf_show_end_array_member()
1505 static void *btf_show_start_array_type(struct btf_show *show, in btf_show_start_array_type()
1516 static void btf_show_end_array_type(struct btf_show *show) in btf_show_end_array_type()
1523 static void *btf_show_start_struct_type(struct btf_show *show, in btf_show_start_struct_type()
1531 static void btf_show_end_struct_type(struct btf_show *show) in btf_show_end_struct_type()
2272 struct btf_show *show) in btf_df_show()
2274 btf_show(show, "<unsupported kind:%u>", BTF_INFO_KIND(t->info)); in btf_df_show()
2447 static void btf_int128_print(struct btf_show *show, void *data) in btf_int128_print()
2514 u8 nr_bits, struct btf_show *show) in btf_bitfield_show()
2540 struct btf_show *show) in btf_int_bits_show()
2558 struct btf_show *show) in btf_int_show()
2907 u8 bits_offset, struct btf_show *show) in btf_modifier_show()
2919 struct btf_show *show) in btf_var_show()
2928 struct btf_show *show) in btf_ptr_show()
3167 struct btf_show *show) in __btf_array_show()
3220 struct btf_show *show) in btf_array_show()
4342 struct btf_show *show) in __btf_struct_show()
4389 struct btf_show *show) in btf_struct_show()
4557 struct btf_show *show) in btf_enum_show()
4660 struct btf_show *show) in btf_enum64_show()
5023 struct btf_show *show) in btf_datasec_show()
5037 btf_show(show, ","); in btf_datasec_show()
8224 struct btf_show *show) in btf_type_show()
8235 __printf(2, 0) static void btf_seq_show(struct btf_show *show, const char *fmt, in btf_seq_show()
8244 struct btf_show sseq; in btf_type_seq_show_flags()
8264 struct btf_show show;
8269 __printf(2, 0) static void btf_snprintf_show(struct btf_show *show, const char *fmt, in btf_snprintf_show()
8302 btf_type_show(btf, type_id, obj, (struct btf_show *)&ssnprintf); in btf_type_snprintf_show()
8314 struct btf_show show = { in btf_type_name_to_buf()