Searched refs:btf_dump_printf (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/tools/lib/bpf/ |
A D | btf_dump.c | 1008 btf_dump_printf(d, ";"); in btf_dump_emit_struct_def() 1020 btf_dump_printf(d, "\n"); in btf_dump_emit_struct_def() 1023 btf_dump_printf(d, "}"); in btf_dump_emit_struct_def() 1130 btf_dump_printf(d, " {"); in btf_dump_emit_enum_def() 1526 btf_dump_printf(d, " "); in btf_dump_emit_type_chain() 1529 btf_dump_printf(d, "("); in btf_dump_emit_type_chain() 1557 btf_dump_printf(d, "("); in btf_dump_emit_type_chain() 1583 btf_dump_printf(d, ")"); in btf_dump_emit_type_chain() 1619 btf_dump_printf(d, "("); in btf_dump_emit_type_cast() 1628 btf_dump_printf(d, ")"); in btf_dump_emit_type_cast() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | btf_split.c | 10 static void btf_dump_printf(void *ctx, const char *fmt, va_list args) in btf_dump_printf() function 70 d = btf_dump__new(btf2, btf_dump_printf, dump_buf_file, NULL); in test_btf_split()
|
A D | btf_dump.c | 7 void btf_dump_printf(void *ctx, const char *fmt, va_list args) in btf_dump_printf() function 32 d = btf_dump__new(btf, btf_dump_printf, ctx, NULL); in btf_dump_all_types() 145 d = btf_dump__new(btf, btf_dump_printf, dump_buf_file, NULL); in test_btf_dump_incremental()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | btf_helpers.c | 249 static void btf_dump_printf(void *ctx, const char *fmt, va_list args) in btf_dump_printf() function 270 d = btf_dump__new(btf, btf_dump_printf, buf_file, NULL); in btf_type_c_dump()
|
/linux-6.3-rc2/tools/bpf/bpftool/ |
A D | btf.c | 457 static void __printf(2, 0) btf_dump_printf(void *ctx, in btf_dump_printf() function 469 d = btf_dump__new(btf, btf_dump_printf, NULL, NULL); in dump_btf_c()
|
Completed in 13 milliseconds