Searched refs:dump_task (Results 1 – 8 of 8) 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/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_test_kern_common.h | 10 int dump_task(struct bpf_iter__task *ctx) in dump_task() function
|
H A D | bpf_iter_test_kern3.c | 9 int dump_task(struct bpf_iter__task *ctx) in dump_task() function
|
H A D | bpf_iter_tasks.c | 21 int dump_task(struct bpf_iter__task *ctx) in dump_task() function
|
/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/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 | 862 .dump_task = (void *)qmap_dump_task,
|
/linux/kernel/sched/ |
H A D | ext.c | 595 * @dump_task: Dump BPF scheduler state for a runnable task on error 602 void (*dump_task)(struct scx_dump_ctx *ctx, struct task_struct *p); member 5239 if (SCX_HAS_OP(sch, dump_task)) { in scx_dump_task() 5241 SCX_CALL_OP(sch, SCX_KF_REST, dump_task, NULL, dctx, p); in scx_dump_task() 6048 .dump_task = sched_ext_ops__dump_task, 7216 * dump_task() to generate extra debug dump specific to the BPF scheduler.
|