Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dlog_fixup.c53 ASSERT_NULL(strstr(log_buf, "max_states_per_insn 0 total_states 0 peak_states 0 mark_read 0\n"), in bad_core_relo()
58 ASSERT_NULL(strstr(log_buf, "struct task_struct___bad.fake_field (0:1 @ offset 4)\n"), in bad_core_relo()
61 ASSERT_NULL(strstr(log_buf, "max_states_per_insn 0 total_states 0 peak_states 0 mark_read 0\n"), in bad_core_relo()
Dcore_kern_overflow.c11 if (!ASSERT_NULL(skel, "open_and_load")) in test_core_kern_overflow_lskel()
Dbtf_split.c57 ASSERT_NULL(t, "split_type_in_main"); in test_btf_split()
Dsk_storage_tracing.c117 if (!ASSERT_NULL(skel_itself, "test_sk_storage_trace_itself")) { in serial_test_sk_storage_tracing()
Dbpf_tcp_ca.c253 ASSERT_NULL(skel, "bpf_tcp_nogpl"); in test_invalid_license()
380 ASSERT_NULL(skel, "open_and_load"); in test_unsupp_cong_op()
Dlog_buf.c77 ASSERT_NULL(strstr(libbpf_log_buf, "-- BEGIN PROG LOAD LOG --"), "unexp_libbpf_log"); in obj_load_log_buf()
Dlsm_cgroup.c312 ASSERT_NULL(skel, "open succeeds"); in test_lsm_cgroup_nonvoid()
Dsockmap_basic.c186 if (!ASSERT_NULL(skel, "open_and_load")) in test_sockmap_invalid_update()
Dbpf_iter.c384 ASSERT_NULL(ret, "pthread_join"); in test_task_file()
/linux-6.6.21/tools/testing/selftests/bpf/
Dtest_progs.h354 #define ASSERT_NULL(ptr, name) ({ \ macro
/linux-6.6.21/Documentation/dev-tools/
Dkselftest.rst412 ASSERT_NULL ASSERT_TRUE ASSERT_NULL ASSERT_TRUE ASSERT_FALSE
/linux-6.6.21/tools/testing/selftests/
Dkselftest_harness.h520 #define ASSERT_NULL(seen) \ macro