samples/trace_events/trace_custom_sched.c

Source file repositories/reference/linux-study-clean/samples/trace_events/trace_custom_sched.c

File Facts

System
Linux kernel
Corpus path
samples/trace_events/trace_custom_sched.c
Extension
.c
Size
1442 bytes
Lines
60
Domain
Support Tooling And Documentation
Bucket
samples
Inferred role
Support Tooling And Documentation: exported/initcall integration point
Status
integration 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

module_init(trace_sched_init);
module_exit(trace_sched_exit);

MODULE_AUTHOR("Steven Rostedt");
MODULE_DESCRIPTION("Custom scheduling events");
MODULE_LICENSE("GPL");

Annotation

Implementation Notes