Home
last modified time | relevance | path

Searched refs:btf_dump_printf (Results 1 – 5 of 5) sorted by relevance

/linux/tools/lib/bpf/
A Dbtf_dump.c927 btf_dump_printf(d, ";"); in btf_dump_emit_struct_def()
938 btf_dump_printf(d, "\n"); in btf_dump_emit_struct_def()
991 btf_dump_printf(d, " {"); in btf_dump_emit_enum_def()
1353 btf_dump_printf(d, " "); in btf_dump_emit_type_chain()
1356 btf_dump_printf(d, "("); in btf_dump_emit_type_chain()
1359 btf_dump_printf(d, ")"); in btf_dump_emit_type_chain()
1384 btf_dump_printf(d, "("); in btf_dump_emit_type_chain()
1410 btf_dump_printf(d, ")"); in btf_dump_emit_type_chain()
1446 btf_dump_printf(d, "("); in btf_dump_emit_type_cast()
1455 btf_dump_printf(d, ")"); in btf_dump_emit_type_cast()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
A Dbtf_split.c10 static void btf_dump_printf(void *ctx, const char *fmt, va_list args) in btf_dump_printf() function
72 d = btf_dump__new(btf2, NULL, &opts, btf_dump_printf); in test_btf_split()
A Dbtf_dump.c7 void btf_dump_printf(void *ctx, const char *fmt, va_list args) in btf_dump_printf() function
34 d = btf_dump__new(btf, NULL, opts, btf_dump_printf); in btf_dump_all_types()
150 d = btf_dump__new(btf, NULL, &opts, btf_dump_printf); in test_btf_dump_incremental()
/linux/tools/testing/selftests/bpf/
A Dbtf_helpers.c228 static void btf_dump_printf(void *ctx, const char *fmt, va_list args) in btf_dump_printf() function
251 d = btf_dump__new(btf, NULL, &opts, btf_dump_printf); in btf_type_c_dump()
/linux/tools/bpf/bpftool/
A Dbtf.c409 static void __printf(2, 0) btf_dump_printf(void *ctx, in btf_dump_printf() function
421 d = btf_dump__new(btf, NULL, NULL, btf_dump_printf); in dump_btf_c()

Completed in 18 milliseconds