Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A 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()
H A Dcgroup1_hierarchy.c22 ASSERT_NULL(fentry_link, "fentry_attach_fail"); in bpf_cgroup1()
40 ASSERT_NULL(fentry_link, "fentry_attach_fail"); in bpf_cgroup1_sleepable()
H A Dcore_kern_overflow.c11 if (!ASSERT_NULL(skel, "open_and_load")) in test_core_kern_overflow_lskel()
H A Dbtf_split.c57 ASSERT_NULL(t, "split_type_in_main"); in test_btf_split()
H A Dsk_storage_tracing.c117 if (!ASSERT_NULL(skel_itself, "test_sk_storage_trace_itself")) { in serial_test_sk_storage_tracing()
H A Dbpf_tcp_ca.c256 ASSERT_NULL(skel, "bpf_tcp_nogpl"); in test_invalid_license()
388 ASSERT_NULL(skel, "open_and_load"); in test_unsupp_cong_op()
H A Dlog_buf.c78 ASSERT_NULL(strstr(libbpf_log_buf, "-- BEGIN PROG LOAD LOG --"), "unexp_libbpf_log"); in obj_load_log_buf()
H A Dlsm_cgroup.c312 ASSERT_NULL(skel, "open succeeds"); in test_lsm_cgroup_nonvoid()
H A Dsockmap_basic.c245 if (!ASSERT_NULL(skel, "open_and_load")) in test_sockmap_invalid_update()
H A Dbpf_iter.c399 ASSERT_NULL(ret, "pthread_join"); in test_task_file()
/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h358 #define ASSERT_NULL(ptr, name) ({ \ macro
/linux/Documentation/dev-tools/
H A Dkselftest.rst435 ASSERT_NULL ASSERT_TRUE ASSERT_NULL ASSERT_TRUE ASSERT_FALSE
/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c279 ASSERT_NULL(link) TH_LOG("unexpected return value when re-attaching the struct_ops"); in TEST_F()
/linux/tools/testing/selftests/
H A Dkselftest_harness.h576 #define ASSERT_NULL(seen) \ macro