Lines Matching full:example
1 SCHED_EXT EXAMPLE SCHEDULERS
6 This directory contains a number of example sched_ext schedulers. These
17 This README will describe these example schedulers, including describing the
25 There are a few toolchain dependencies for compiling the example schedulers.
71 You may notice that most of the example schedulers include a "vmlinux.h" file.
86 example, using vmlinux.h allows a scheduler to access fields defined directly
101 bpf_printk("Task %s enabled in example scheduler", p->comm);
108 .name = "example",
137 example above, we print out a task name with `p->comm`. CO-RE would perform
150 # Example schedulers
152 This directory contains the following example schedulers. These schedulers are
161 A simple scheduler that provides an example of a minimal sched_ext scheduler.
169 Another simple, yet slightly more complex scheduler that provides an example of
183 benefits from minimizing scheduling overhead and timer ticks. An example of
225 3. Rebuild the kernel, and then your example schedulers.