Home
last modified time | relevance | path

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

/Linux-v6.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
140 bad_core_relo(0, TRUNC_NONE /* full buf */); in test_log_fixup()
142 bad_core_relo(300, TRUNC_PARTIAL /* truncate original log a bit */); in test_log_fixup()
144 bad_core_relo(250, TRUNC_FULL /* truncate also libbpf's message patch */); in test_log_fixup()