aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/sched_task_trace.c
Commit message (Collapse)AuthorAge
* make CONFIG_SCHED_TASK_TRACE compile on sparc64Bjoern B. Brandenburg2009-04-11
| | | | It won't compile with missing prototypes.
* LITMUS: remove trailing whitespace for release2008.2Bjoern B. Brandenburg2008-12-01
|
* sched_trace: record 0 as job number for system eventsBjoern B. Brandenburg2008-11-07
| | | | | -1 doesn't make sense for an unsigned field and screws up the log viewer.
* sched_trace: add task system release tracingBjoern B. Brandenburg2008-11-03
|
* sched_trace: use litmus_clock()Bjoern B. Brandenburg2008-10-28
| | | | Using both sched_clock() and litmus_clock() leads to garbled traces.
* sched_trace: new implementationBjoern B. Brandenburg2008-10-06
This provides and hooks up a new made-from-scratch sched_trace() implementation based on Feather-Trace and ftdev.