Searched refs:arena_stdout (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/libarena/selftests/ |
| H A D | test_asan_buddy.bpf.c | 28 arena_stdout("buddy_alloc failed for size %lu", alloc_size); in asan_test_buddy_oob_single() 82 arena_stdout("buddy_alloc failed for size %lu", alloc_size); in asan_test_buddy_uaf_single() 162 arena_stdout("buddy_init failed with %d", ret); in asan_test_buddy_oob() 170 arena_stdout("%s:%d Failed for size %lu", __func__, in asan_test_buddy_oob() 200 arena_stdout("buddy_init failed with %d", ret); in asan_test_buddy_uaf() 208 arena_stdout("%s:%d Failed for size %lu", __func__, in asan_test_buddy_uaf() 237 arena_stdout("buddy_init failed with %d", ret); in asan_test_buddy_blob() 244 arena_stdout("%s:%d Failed on iteration %d", __func__, in asan_test_buddy_blob()
|
| H A D | test_asan_common.h | 10 arena_stdout("%s:%d ASAN %p -> (val: %x gran: %x set: [%s])", in print_asan_map_state() 27 arena_stdout("%s:%d ASAN asan_violated %lx", __func__, __LINE__, in asan_validate_addr() 41 arena_stdout("%s:%d Found ASAN violation at %lx", __func__, __LINE__, in asan_validate()
|
| H A D | test_buddy.bpf.c | 122 arena_stdout("%s:%d", __func__, __LINE__); in test_buddy_alloc_multiple() 156 arena_stdout("%s:%d %lx %u vs %u", __func__, in test_buddy_alloc_multiple() 186 arena_stdout("alignment test: alloc failed for size %lu", in test_buddy_alignment() 194 arena_stdout( in test_buddy_alignment()
|
| /linux/tools/testing/selftests/bpf/libarena/include/libarena/ |
| H A D | common.h | 18 #define arena_stdout(fmt, ...) bpf_stream_printk(1, (fmt), ##__VA_ARGS__) macro
|