Searched refs:ASSERT_NULL (Results 1 – 14 of 14) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | log_fixup.c | 53 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 D | cgroup1_hierarchy.c | 22 ASSERT_NULL(fentry_link, "fentry_attach_fail"); in bpf_cgroup1() 40 ASSERT_NULL(fentry_link, "fentry_attach_fail"); in bpf_cgroup1_sleepable()
|
H A D | core_kern_overflow.c | 11 if (!ASSERT_NULL(skel, "open_and_load")) in test_core_kern_overflow_lskel()
|
H A D | btf_split.c | 57 ASSERT_NULL(t, "split_type_in_main"); in test_btf_split()
|
H A D | sk_storage_tracing.c | 117 if (!ASSERT_NULL(skel_itself, "test_sk_storage_trace_itself")) { in serial_test_sk_storage_tracing()
|
H A D | bpf_tcp_ca.c | 256 ASSERT_NULL(skel, "bpf_tcp_nogpl"); in test_invalid_license() 388 ASSERT_NULL(skel, "open_and_load"); in test_unsupp_cong_op()
|
H A D | log_buf.c | 78 ASSERT_NULL(strstr(libbpf_log_buf, "-- BEGIN PROG LOAD LOG --"), "unexp_libbpf_log"); in obj_load_log_buf()
|
H A D | lsm_cgroup.c | 312 ASSERT_NULL(skel, "open succeeds"); in test_lsm_cgroup_nonvoid()
|
H A D | sockmap_basic.c | 245 if (!ASSERT_NULL(skel, "open_and_load")) in test_sockmap_invalid_update()
|
H A D | bpf_iter.c | 399 ASSERT_NULL(ret, "pthread_join"); in test_task_file()
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_progs.h | 358 #define ASSERT_NULL(ptr, name) ({ \ macro
|
/linux/Documentation/dev-tools/ |
H A D | kselftest.rst | 435 ASSERT_NULL ASSERT_TRUE ASSERT_NULL ASSERT_TRUE ASSERT_FALSE
|
/linux/tools/testing/selftests/hid/ |
H A D | hid_bpf.c | 279 ASSERT_NULL(link) TH_LOG("unexpected return value when re-attaching the struct_ops"); in TEST_F()
|
/linux/tools/testing/selftests/ |
H A D | kselftest_harness.h | 576 #define ASSERT_NULL(seen) \ macro
|