Home
last modified time | relevance | path

Searched refs:exit_dump_len (Results 1 – 4 of 4) sorted by relevance

/linux/tools/sched_ext/include/scx/
H A Duser_exit_info.h20 u32 __len = (__skel)->struct_ops.__ops_name->exit_dump_len ?: UEI_DUMP_DFL_LEN; \
/linux/tools/sched_ext/
H A Dscx_qmap.c105 skel->struct_ops.qmap_ops->exit_dump_len = strtoul(optarg, NULL, 0); in main()
/linux/kernel/sched/
H A Dext_internal.h788 u32 exit_dump_len; member
H A Dext.c4146 static struct scx_exit_info *alloc_exit_info(size_t exit_dump_len) in alloc_exit_info()
4156 ei->dump = kvzalloc(exit_dump_len, GFP_KERNEL); in scx_exit_reason()
4687 scx_dump_state(ei, sch->ops.exit_dump_len); in scx_vexit()
4755 sch->exit_info = alloc_exit_info(ops->exit_dump_len); in scx_alloc_and_add_sched()
5226 case offsetof(struct sched_ext_ops, exit_dump_len): in bpf_scx_check_member()
5227 ops->exit_dump_len = in bpf_scx_check_member()
4129 alloc_exit_info(size_t exit_dump_len) alloc_exit_info() argument