Symbol: SCX_BUG_ON
tools/sched_ext/include/scx/compat.h
102
SCX_BUG_ON(!n, "btf__name_by_offset()");
tools/sched_ext/include/scx/compat.h
139
SCX_BUG_ON(len <= 0, "read failed (%ld)", len);
tools/sched_ext/include/scx/compat.h
145
SCX_BUG_ON(errno == ERANGE || endptr == buf ||
tools/sched_ext/include/scx/compat.h
182
SCX_BUG_ON(!__COMPAT_struct_has_field("sched_ext_ops", "dump"), \
tools/sched_ext/include/scx/compat.h
186
SCX_BUG_ON(!__skel, "Could not open " #__scx_name); \
tools/sched_ext/include/scx/compat.h
22
SCX_BUG_ON(!__COMPAT_vmlinux_btf, "btf__load_vmlinux_btf()");
tools/sched_ext/include/scx/compat.h
246
SCX_BUG_ON(__scx_name##__load((__skel)), "Failed to load skel"); \
tools/sched_ext/include/scx/compat.h
275
SCX_BUG_ON(__scx_name##__attach((__skel)), "Failed to attach skel"); \
tools/sched_ext/include/scx/compat.h
277
SCX_BUG_ON(!__link, "Failed to attach struct_ops"); \
tools/sched_ext/include/scx/compat.h
40
SCX_BUG_ON(!t, "btf__type_by_id(%d)", tid);
tools/sched_ext/include/scx/compat.h
47
SCX_BUG_ON(!n, "btf__name_by_offset()");
tools/sched_ext/include/scx/compat.h
58
SCX_BUG_ON(!n, "btf__name_by_offset()");
tools/sched_ext/include/scx/compat.h
96
SCX_BUG_ON(!t, "btf__type_by_id(%d)", tid);
tools/sched_ext/scx_pair.c
111
SCX_BUG_ON(i == j,
tools/sched_ext/scx_pair.c
115
SCX_BUG_ON(skel->rodata_pair_cpu->pair_cpu[j] >= 0,
tools/sched_ext/scx_pair.c
140
SCX_BUG_ON(outer_fd < 0, "Failed to get outer_fd: %d", outer_fd);
tools/sched_ext/scx_pair.c
151
SCX_BUG_ON(inner_fd < 0, "Failed to get inner_fd: %d",
tools/sched_ext/scx_pair.c
153
SCX_BUG_ON(bpf_map_update_elem(outer_fd, &i, &inner_fd, BPF_ANY),
tools/sched_ext/scx_userland.c
350
SCX_BUG_ON(err, "Failed to set scheduler to SCHED_EXT");
tools/sched_ext/scx_userland.c
372
SCX_BUG_ON(err, "Failed to prefault and lock address space");
tools/sched_ext/scx_userland.c
400
SCX_BUG_ON(spawn_stats_thread(), "Failed to spawn stats thread");
tools/testing/selftests/sched_ext/init_enable_count.c
89
SCX_BUG_ON(ret, "Failed to set sched to sched_ext");
tools/testing/selftests/sched_ext/init_enable_count.c
99
SCX_BUG_ON(ret, "Failed to reset sched to normal");
tools/testing/selftests/sched_ext/runner.c
251
SCX_BUG_ON(!test_valid(test), "Invalid test found");
tools/testing/selftests/sched_ext/runner.c
252
SCX_BUG_ON(__scx_num_tests >= MAX_SCX_TESTS, "Maximum tests exceeded");
tools/testing/selftests/sched_ext/test_example.c
39
SCX_BUG_ON(!run_called || cleanup_called, "Wrong callbacks invoked");