Home
last modified time | relevance | path

Searched refs:dump_buf_sz (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_split.c7 static size_t dump_buf_sz; variable
67 dump_buf_file = open_memstream(&dump_buf, &dump_buf_sz); in test_btf_split()
78 dump_buf[dump_buf_sz] = 0; /* some libc implementations don't do this */ in test_btf_split()
H A Dbtf_dump.c133 size_t dump_buf_sz; member
147 t->dump_buf_file = open_memstream(&t->dump_buf, &t->dump_buf_sz); in test_ctx__init()
176 t->dump_buf[t->dump_buf_sz] = 0; /* some libc implementations don't do this */ in test_ctx__dump_and_compare()