aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/sched_task_trace.c
Commit message (Collapse)AuthorAge
* PGM supportwip-mc2-newNamhoon Kim2016-04-30
|
* Added way-partition /proc fsNamhoon Kim2015-03-22
|
* Fixed set partition bugNamhoon Kim2015-03-20
|
* Move trace point definition to litmus/litmus.cBjoern Brandenburg2014-10-21
| | | | | | | | If !CONFIG_SCHED_TASK_TRACE, but CONFIG_SCHED_LITMUS_TRACEPOINT, then we still need to define the tracepoint structures. This patch should be integrated with the earlier sched_task_trace.c patches during one of the next major rebasing efforts.
* Add tracepoint supportBjoern Brandenburg2014-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 supportBjoern Brandenburg2014-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.