Searched refs:dump_cpu (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext_internal.h | 606 void (*dump_cpu)(struct scx_dump_ctx *ctx, s32 cpu, bool idle); member
|
| H A D | ext.c | 4592 if (idle && !SCX_HAS_OP(sch, dump_cpu)) in scx_dump_state() 4596 * We don't yet know whether ops.dump_cpu() will produce output in scx_dump_state() 4626 if (SCX_HAS_OP(sch, dump_cpu)) { in scx_dump_state() 4628 SCX_CALL_OP(sch, SCX_KF_REST, dump_cpu, NULL, in scx_dump_state() 4634 * If idle && nothing generated by ops.dump_cpu(), there's in scx_dump_state() 5377 .dump_cpu = sched_ext_ops__dump_cpu, in sysrq_handle_sched_ext_reset() 6752 * To be called through scx_bpf_dump() helper from ops.dump(), dump_cpu() and in scx_bpf_dump_bstr()
|
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 901 .dump_cpu = (void *)qmap_dump_cpu,
|