Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dlog_fixup.c14 static void bad_core_relo(size_t log_buf_size, enum trunc_type trunc_type) in bad_core_relo() function
170 bad_core_relo(0, TRUNC_NONE /* full buf */); in test_log_fixup()
172 bad_core_relo(300, TRUNC_PARTIAL /* truncate original log a bit */); in test_log_fixup()
174 bad_core_relo(240, TRUNC_FULL /* truncate also libbpf's message patch */); in test_log_fixup()