Searched refs:scx_bpf_error (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/tools/sched_ext/ |
| H A D | scx_flatcg.bpf.c | 157 scx_bpf_error("cpu_ctx lookup failed"); in find_cpu_ctx() 181 scx_bpf_error("ancestor cgroup lookup failed"); in find_ancestor_cgrp_ctx() 187 scx_bpf_error("ancestor cgrp_ctx lookup failed"); in find_ancestor_cgrp_ctx() 327 scx_bpf_error("task_ctx lookup failed"); in BPF_STRUCT_OPS() 353 scx_bpf_error("task_ctx lookup failed"); in BPF_STRUCT_OPS() 560 scx_bpf_error("task_ctx lookup failed"); in BPF_STRUCT_OPS() 636 scx_bpf_error("node could not be removed"); in try_pick_next_cgroup() 715 scx_bpf_error("unexpected !NULL cgv_node stash"); in try_pick_next_cgroup() 862 scx_bpf_error("unexpected stash creation error (%d)", in BPF_STRUCT_OPS_SLEEPABLE() 869 scx_bpf_error("unexpected cgv_node stash lookup failure"); in BPF_STRUCT_OPS_SLEEPABLE() [all …]
|
| H A D | scx_qmap.bpf.c | 154 scx_bpf_error("task_ctx lookup failed"); in lookup_task_ctx() 212 scx_bpf_error("test triggering error"); in BPF_STRUCT_OPS() 259 scx_bpf_error("failed to find ring %d", idx); in BPF_STRUCT_OPS() 395 scx_bpf_error("failed to look up cpu_ctx"); in BPF_STRUCT_OPS() 408 scx_bpf_error("failed to find ring %llu", cpuc->dsp_idx); in BPF_STRUCT_OPS() 459 scx_bpf_error("task_ctx lookup failed"); in BPF_STRUCT_OPS() 475 scx_bpf_error("failed to look up cpu_ctx"); in BPF_STRUCT_OPS() 503 scx_bpf_error("task_ctx lookup failed"); in task_qdist() 721 scx_bpf_error("failed to look up cpu_ctx"); in monitor_cpuperf()
|
| H A D | scx_central.bpf.c | 262 scx_bpf_error("Central timer ran on CPU %d, not central CPU %d", in central_timerfn() 312 scx_bpf_error("init from non-central CPU"); in BPF_STRUCT_OPS_SLEEPABLE() 332 scx_bpf_error("bpf_timer_start failed (%d)", ret); in BPF_STRUCT_OPS_SLEEPABLE()
|
| /linux-6.15/tools/testing/selftests/sched_ext/ |
| H A D | create_dsq.bpf.c | 26 scx_bpf_error("Failed to create DSQ for %s[%d]", in BPF_STRUCT_OPS_SLEEPABLE() 40 scx_bpf_error("Failed to create DSQ %d", i); in BPF_STRUCT_OPS_SLEEPABLE()
|
| H A D | select_cpu_dfl_nodispatch.bpf.c | 42 scx_bpf_error("task_ctx lookup failed"); in BPF_STRUCT_OPS() 60 scx_bpf_error("task_ctx lookup failed"); in BPF_STRUCT_OPS()
|
| H A D | numa.bpf.c | 52 scx_bpf_error("CPU %d should be marked as busy", cpu); in BPF_STRUCT_OPS() 55 scx_bpf_error("CPU %d should be in node %d", cpu, node); in BPF_STRUCT_OPS()
|
| H A D | dsp_local_on.bpf.c | 31 scx_bpf_error("Failed to enqueue %s[%d]", p->comm, p->pid); in BPF_STRUCT_OPS()
|
| /linux-6.15/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 144 #define scx_bpf_error(fmt, args...) \ macro
|