Symbol: scx_bpf_error
tools/sched_ext/scx_central.bpf.c
262
scx_bpf_error("Central timer ran on CPU %d, not central CPU %d",
tools/sched_ext/scx_central.bpf.c
305
scx_bpf_error("scx_bpf_create_dsq failed (%d)", ret);
tools/sched_ext/scx_central.bpf.c
314
scx_bpf_error("init from non-central CPU");
tools/sched_ext/scx_central.bpf.c
334
scx_bpf_error("bpf_timer_start failed (%d)", ret);
tools/sched_ext/scx_cpu0.bpf.c
78
scx_bpf_error("failed to create DSQ %d (%d)", DSQ_CPU0, ret);
tools/sched_ext/scx_flatcg.bpf.c
157
scx_bpf_error("cpu_ctx lookup failed");
tools/sched_ext/scx_flatcg.bpf.c
169
scx_bpf_error("cgrp_ctx lookup failed for cgid %llu", cgrp->kn->id);
tools/sched_ext/scx_flatcg.bpf.c
181
scx_bpf_error("ancestor cgroup lookup failed");
tools/sched_ext/scx_flatcg.bpf.c
187
scx_bpf_error("ancestor cgrp_ctx lookup failed");
tools/sched_ext/scx_flatcg.bpf.c
289
scx_bpf_error("cgv_node lookup failed for cgid %llu", cgid);
tools/sched_ext/scx_flatcg.bpf.c
327
scx_bpf_error("task_ctx lookup failed");
tools/sched_ext/scx_flatcg.bpf.c
353
scx_bpf_error("task_ctx lookup failed");
tools/sched_ext/scx_flatcg.bpf.c
560
scx_bpf_error("task_ctx lookup failed");
tools/sched_ext/scx_flatcg.bpf.c
636
scx_bpf_error("node could not be removed");
tools/sched_ext/scx_flatcg.bpf.c
715
scx_bpf_error("unexpected !NULL cgv_node stash");
tools/sched_ext/scx_flatcg.bpf.c
846
scx_bpf_error("scx_bpf_create_dsq failed (%d)", ret);
tools/sched_ext/scx_flatcg.bpf.c
864
scx_bpf_error("unexpected stash creation error (%d)",
tools/sched_ext/scx_flatcg.bpf.c
871
scx_bpf_error("unexpected cgv_node stash lookup failure");
tools/sched_ext/scx_flatcg.bpf.c
887
scx_bpf_error("unexpected !NULL cgv_node stash");
tools/sched_ext/scx_flatcg.bpf.c
936
scx_bpf_error("failed to create DSQ %d (%d)", FALLBACK_DSQ, ret);
tools/sched_ext/scx_pair.bpf.c
260
scx_bpf_error("failed to lookup q_idx for cgroup[%llu]", cgid);
tools/sched_ext/scx_pair.bpf.c
266
scx_bpf_error("failed to lookup q_arr for cgroup[%llu] q_idx[%u]",
tools/sched_ext/scx_pair.bpf.c
272
scx_bpf_error("cgroup[%llu] queue overflow", cgid);
tools/sched_ext/scx_pair.bpf.c
279
scx_bpf_error("MEMBER_VTPR malfunction");
tools/sched_ext/scx_pair.bpf.c
285
scx_bpf_error("top_q overflow");
tools/sched_ext/scx_pair.bpf.c
327
scx_bpf_error("failed to lookup pairc and in_pair_mask for cpu[%d]",
tools/sched_ext/scx_pair.bpf.c
434
scx_bpf_error("failed to lookup q_idx for cgroup[%llu]", cgid);
tools/sched_ext/scx_pair.bpf.c
462
scx_bpf_error("failed to lookup cgq_map for cgroup[%llu] q_idx[%d]",
tools/sched_ext/scx_pair.bpf.c
468
scx_bpf_error("cgq_map is empty for cgroup[%llu] q_idx[%d]",
tools/sched_ext/scx_qmap.bpf.c
156
scx_bpf_error("task_ctx lookup failed");
tools/sched_ext/scx_qmap.bpf.c
217
scx_bpf_error("test triggering error");
tools/sched_ext/scx_qmap.bpf.c
264
scx_bpf_error("failed to find ring %d", idx);
tools/sched_ext/scx_qmap.bpf.c
396
scx_bpf_error("failed to look up cpu_ctx");
tools/sched_ext/scx_qmap.bpf.c
409
scx_bpf_error("failed to find ring %llu", cpuc->dsp_idx);
tools/sched_ext/scx_qmap.bpf.c
460
scx_bpf_error("task_ctx lookup failed");
tools/sched_ext/scx_qmap.bpf.c
476
scx_bpf_error("failed to look up cpu_ctx");
tools/sched_ext/scx_qmap.bpf.c
504
scx_bpf_error("task_ctx lookup failed");
tools/sched_ext/scx_qmap.bpf.c
779
scx_bpf_error("failed to look up cpu_ctx");
tools/sched_ext/scx_qmap.bpf.c
870
scx_bpf_error("failed to create DSQ %d (%d)", SHARED_DSQ, ret);
tools/sched_ext/scx_qmap.bpf.c
876
scx_bpf_error("failed to create DSQ %d (%d)", HIGHPRI_DSQ, ret);
tools/sched_ext/scx_sdt.bpf.c
614
scx_bpf_error("%s: no stats for pid %d", __func__, p->pid);
tools/sched_ext/scx_sdt.bpf.c
635
scx_bpf_error("%s: no stats for pid %d", __func__, p->pid);
tools/sched_ext/scx_sdt.bpf.c
656
scx_bpf_error("arena allocator out of memory");
tools/sched_ext/scx_sdt.bpf.c
674
scx_bpf_error("%s: no stats for pid %d", __func__, p->pid);
tools/sched_ext/scx_sdt.bpf.c
690
scx_bpf_error("%s: failed with %d", __func__, ret);
tools/sched_ext/scx_sdt.bpf.c
696
scx_bpf_error("failed to create DSQ %d (%d)", SHARED_DSQ, ret);
tools/sched_ext/scx_simple.bpf.c
138
scx_bpf_error("failed to create DSQ %d (%d)", SHARED_DSQ, ret);
tools/sched_ext/scx_userland.bpf.c
138
scx_bpf_error("Failed to find usersched task %d", usersched_pid);
tools/sched_ext/scx_userland.bpf.c
152
scx_bpf_error("Failed to look up task-local storage for %s", p->comm);
tools/sched_ext/scx_userland.bpf.c
212
scx_bpf_error("Failed to lookup task ctx for %s", p->comm);
tools/sched_ext/scx_userland.bpf.c
315
scx_bpf_error("User scheduler # CPUs uninitialized (%d)",
tools/sched_ext/scx_userland.bpf.c
321
scx_bpf_error("User scheduler pid uninitialized (%d)",
tools/testing/selftests/sched_ext/allowed_cpus.bpf.c
21
scx_bpf_error("CPU %d should be marked as busy", cpu);
tools/testing/selftests/sched_ext/allowed_cpus.bpf.c
25
scx_bpf_error("CPU %d not in the allowed domain for %d (%s)",
tools/testing/selftests/sched_ext/allowed_cpus.bpf.c
37
scx_bpf_error("allowed domain not initialized");
tools/testing/selftests/sched_ext/allowed_cpus.bpf.c
64
scx_bpf_error("allowed domain not initialized");
tools/testing/selftests/sched_ext/create_dsq.bpf.c
26
scx_bpf_error("Failed to create DSQ for %s[%d]",
tools/testing/selftests/sched_ext/create_dsq.bpf.c
40
scx_bpf_error("Failed to create DSQ %d", i);
tools/testing/selftests/sched_ext/dsp_local_on.bpf.c
31
scx_bpf_error("Failed to enqueue %s[%d]", p->comm, p->pid);
tools/testing/selftests/sched_ext/numa.bpf.c
52
scx_bpf_error("CPU %d should be marked as busy", cpu);
tools/testing/selftests/sched_ext/numa.bpf.c
55
scx_bpf_error("CPU %d should be in node %d", cpu, node);
tools/testing/selftests/sched_ext/peek_dsq.bpf.c
195
scx_bpf_error("Failed to create DSQ %d: %d", test_dsq_id, err);
tools/testing/selftests/sched_ext/peek_dsq.bpf.c
200
scx_bpf_error("Failed to create DSQ %d: %d", test_dsq_id, err);
tools/testing/selftests/sched_ext/peek_dsq.bpf.c
210
scx_bpf_error("Failed to create DSQ pool entry %d: %d", dsq_id, err);
tools/testing/selftests/sched_ext/select_cpu_dfl_nodispatch.bpf.c
42
scx_bpf_error("task_ctx lookup failed");
tools/testing/selftests/sched_ext/select_cpu_dfl_nodispatch.bpf.c
60
scx_bpf_error("task_ctx lookup failed");