Searched refs:dump_task (Results 1 – 9 of 9) 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 | 14 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() 437 dump_task(p, oc); in dump_tasks()
|
/linux/fs/ |
H A D | binfmt_elf.c | 1838 struct task_struct *dump_task = current; in fill_note_info() local 1850 view = task_user_regset_view(dump_task); in fill_note_info() 1890 info->thread->task = dump_task; in fill_note_info() 1891 for (ct = dump_task->signal->core_state->dumper.next; ct; ct = ct->next) { in fill_note_info() 1913 fill_psinfo(psinfo, dump_task->group_leader, dump_task->mm); in fill_note_info()
|
/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() 574 link = skel->links.dump_task; in test_anon_iter() 611 link = bpf_program__attach_iter(skel1->progs.dump_task, NULL); in test_file_iter() 634 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 | 821 .dump_task = (void *)qmap_dump_task,
|
/linux/kernel/sched/ |
H A D | ext.c | 517 * dump_task - Dump BPF scheduler state for a runnable task on error 524 void (*dump_task)(struct scx_dump_ctx *ctx, struct task_struct *p); member 4764 if (SCX_HAS_OP(dump_task)) { in scx_dump_state() 4766 SCX_CALL_OP(SCX_KF_REST, dump_task, dctx, p); in scx_dump_state() 5615 .dump_task = dump_task_stub, 6808 * dump_task() to generate extra debug dump specific to the BPF scheduler. in scx_bpf_dump_bstr()
|