Home
last modified time | relevance | path

Searched refs:dump_task (Results 1 – 5 of 5) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dtimerlat_aa.h6 int timerlat_aa_init(struct osnoise_tool *tool, int dump_task, enum stack_format stack_format);
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c231 do_dummy_read_opts(skel->progs.dump_task, opts); in test_task_common_nocheck()
641 link = skel->links.dump_task; in test_anon_iter()
678 link = bpf_program__attach_iter(skel1->progs.dump_task, NULL); in test_file_iter()
701 err = bpf_link__update_program(link, skel2->progs.dump_task); in test_file_iter()
/linux/kernel/sched/ext/
H A Dinternal.h647 void (*dump_task)(struct scx_dump_ctx *ctx, struct task_struct *p); member
1068 void (*dump_task)(struct scx_dump_ctx *ctx, struct task_struct *p); member
H A Dext.c6814 if (SCX_HAS_OP(sch, dump_task)) { in scx_dump_task()
6816 SCX_CALL_OP(sch, dump_task, rq, dctx, p); in scx_dump_task()
8296 .dump_task = sched_ext_ops__dump_task,
8363 .dump_task = sched_ext_ops__dump_task,
10932 CID_OFFSET_MATCH(dump_task, dump_task); in scx_init()
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c2022 .dump_task = (void *)qmap_dump_task,