Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add tracepoint support | Bjoern Brandenburg | 2014-10-21 |
| | | | | | | | This patch integrates LITMUS^RT's sched_trace_XXX() macros with Linux's notion of tracepoints. This is useful to visualize schedules in kernel shark and similar tools. Historically, LITMUS^RT's sched_trace predates Linux's tracepoint infrastructure. | ||
* | Add schedule tracing support | Bjoern Brandenburg | 2014-10-21 |
This patch introduces the sched_trace infrastructure, which in principle allows tracing the generated schedule. However, this patch does not yet integrate the callbacks with the kernel. |