Searched refs:dump_task (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/tracing/rtla/src/ |
| H A D | timerlat_aa.h | 6 int timerlat_aa_init(struct osnoise_tool *tool, int dump_task);
|
| /linux/mm/ |
| H A D | oom_kill.c | 382 static int dump_task(struct task_struct *p, void *arg) in dump_task() function 431 mem_cgroup_scan_tasks(oc->memcg, dump_task, oc); in dump_tasks() 441 dump_task(p, oc); in dump_tasks()
|
| /linux/kernel/sched/ |
| H A D | ext_internal.h | 616 void (*dump_task)(struct scx_dump_ctx *ctx, struct task_struct *p); member
|
| H A D | ext.c | 4516 if (SCX_HAS_OP(sch, dump_task)) { in scx_dump_task() 4518 SCX_CALL_OP(sch, SCX_KF_REST, dump_task, NULL, dctx, p); in scx_dump_task() 5375 .dump_task = sched_ext_ops__dump_task,
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_iter.c | 231 do_dummy_read_opts(skel->progs.dump_task, opts); in test_task_common_nocheck() 642 link = skel->links.dump_task; in test_anon_iter() 679 link = bpf_program__attach_iter(skel1->progs.dump_task, NULL); in test_file_iter() 702 err = bpf_link__update_program(link, skel2->progs.dump_task); in test_file_iter()
|
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 902 .dump_task = (void *)qmap_dump_task,
|