Home
last modified time | relevance | path

Searched refs:SCX_ERR (Results 1 – 13 of 13) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dnohz_tick.c232 SCX_ERR("Failed to attach scheduler"); in run()
241 SCX_ERR("Failed to start infinite-slice worker (%d)", errno); in run()
246 SCX_ERR("Infinite-slice worker was not scheduled"); in run()
253 SCX_ERR("Failed to stop infinite-slice worker (%d)", ret); in run()
266 SCX_ERR("Failed to start finite-slice worker (%d)", errno); in run()
271 SCX_ERR("Finite-slice worker was not scheduled"); in run()
276 SCX_ERR("Finite-slice worker received only %llu scheduler ticks", in run()
295 SCX_ERR("Failed to start second finite-slice worker (%d)", errno); in run()
300 SCX_ERR("Second finite-slice worker was not scheduled"); in run()
306 SCX_ERR("Second finite-slice worker received only %llu scheduler ticks", in run()
[all …]
H A Dprog_run.c37 SCX_ERR("Failed to get BPF_PROG_RUN prog"); in run()
45 SCX_ERR("Failed to attach scheduler"); in run()
52 SCX_ERR("BPF_PROG_RUN failed (%d)", err); in run()
62 SCX_ERR("Unexpected exit kind: %llu", in run()
68 SCX_ERR("Unexpected exit code: %lld", in run()
H A Dcyclic_kick_wait.c111 SCX_ERR("Failed to get affinity (%d)", errno); in run()
130 SCX_ERR("Failed to load skel"); in run()
136 SCX_ERR("Failed to attach scheduler"); in run()
146 SCX_ERR("Failed to create worker thread %d (%d)", i, ret); in run()
156 SCX_ERR("Scheduler exited unexpectedly (kind=%llu code=%lld)", in run()
169 SCX_ERR("Failed to join worker thread %d (%d)", i, ret); in run()
H A Dmaybe_null.c22 SCX_ERR("Failed to open and load maybe_null skel"); in run()
30 SCX_ERR("Should failed to open and load maybe_null_fail_dsp skel"); in run()
37 SCX_ERR("Should failed to open and load maybe_null_fail_yld skel"); in run()
H A Dnon_scx_kfunc_deny.c27 SCX_ERR("Failed to open skel"); in run()
35 SCX_ERR("non-SCX BPF program loaded when it should have been rejected"); in run()
H A Denq_last_no_enq_fails.c35 SCX_ERR("Incorrectly failed at attaching scheduler"); in run()
39 SCX_ERR("Incorrectly stayed loaded"); in run()
H A Dpeek_dsq.c91 SCX_ERR("Failed to attach struct_ops"); in run()
100 SCX_ERR("Failed to create workload thread %d: %s", i, strerror(err)); in run()
132 SCX_ERR("Failed to join workload thread %d: %s", i, strerror(err)); in run()
H A Dscx_test.h82 #define SCX_ERR(__fmt, ...) \ macro
90 SCX_ERR(__fmt, ##__VA_ARGS__); \
H A Dcreate_dsq.c34 SCX_ERR("Failed to attach scheduler"); in run()
H A Dminimal.c35 SCX_ERR("Failed to attach scheduler"); in run()
H A Denq_select_cpu_fails.c
H A Dexit.c40 SCX_ERR("Failed to attach scheduler"); in run()
H A Dhotplug.c77 SCX_ERR("Failed to attach scheduler"); in test_hotplug()