tools/sched_ext/include/scx/user_exit_info_common.h

Source file repositories/reference/linux-study-clean/tools/sched_ext/include/scx/user_exit_info_common.h

File Facts

System
Linux kernel
Corpus path
tools/sched_ext/include/scx/user_exit_info_common.h
Extension
.h
Size
845 bytes
Lines
36
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

struct user_exit_info {
	int		kind;
	/*
	 * CPU that triggered the exit, or -1 if unset (e.g. running on an
	 * older kernel that does not expose this field).
	 */
	s32		exit_cpu;
	s64		exit_code;
	char		reason[UEI_REASON_LEN];
	char		msg[UEI_MSG_LEN];
};

#endif /* __USER_EXIT_INFO_COMMON_H */

Annotation

Implementation Notes