Home
last modified time | relevance | path

Searched refs:scx_dump_ctx (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/sched/
H A Dext_internal.h256 struct scx_dump_ctx { struct
594 void (*dump)(struct scx_dump_ctx *ctx);
606 void (*dump_cpu)(struct scx_dump_ctx *ctx, s32 cpu, bool idle);
616 void (*dump_task)(struct scx_dump_ctx *ctx, struct task_struct *p);
H A Dext.c4493 static void scx_dump_task(struct seq_buf *s, struct scx_dump_ctx *dctx, in scx_dump_task()
4541 struct scx_dump_ctx dctx = { in scx_dump_state()
5337 static void sched_ext_ops__dump(struct scx_dump_ctx *ctx) {}
5338 static void sched_ext_ops__dump_cpu(struct scx_dump_ctx *ctx, s32 cpu, bool idle) {}
5339 static void sched_ext_ops__dump_task(struct scx_dump_ctx *ctx, struct task_struct *p) {}
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c583 void BPF_STRUCT_OPS(qmap_dump, struct scx_dump_ctx *dctx) in BPF_STRUCT_OPS()
621 void BPF_STRUCT_OPS(qmap_dump_cpu, struct scx_dump_ctx *dctx, s32 cpu, bool idle) in BPF_STRUCT_OPS()
636 void BPF_STRUCT_OPS(qmap_dump_task, struct scx_dump_ctx *dctx, struct task_struct *p) in BPF_STRUCT_OPS()