Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add support for tracing IPI latency | Bjoern B. Brandenburg | 2009-04-28 |
| | |||
* | sched_trace: new implementation | Bjoern B. Brandenburg | 2008-10-06 |
| | | | | | This provides and hooks up a new made-from-scratch sched_trace() implementation based on Feather-Trace and ftdev. | ||
* | ftdev: don't forget to disable events | Bjoern B. Brandenburg | 2008-09-17 |
| | | | | | Otherwise required buffers may not be present anymore. This patch also fixes some minor initialization issues. | ||
* | Feather-Trace: use ftdev for overhead tracing | Bjoern B. Brandenburg | 2008-09-17 |
| | | | | Much cleaner code now. | ||
* | Feather-Trace: Increase the trace buffer size | Bjoern B. Brandenburg | 2008-05-22 |
| | | | | | We probably don't get such a big buffer, but the allocation code scales it down if such a large memory chunk is not available. | ||
* | record task type in feather trace time stamp | Bjoern B. Brandenburg | 2008-05-22 |
| | |||
* | Feather-Trace: use fixed size fields | Bjoern B. Brandenburg | 2008-05-22 |
| | |||
* | Merge branch 'feather-trace' | Bjoern B. Brandenburg | 2008-05-22 |
|\ | |||
| * | Refactor Feather-Trace | Bjoern B. Brandenburg | 2008-05-19 |
| | | | | | | | | | | - move platform dependent bits into arch/ - provide a default implementation (used for sparc64) | ||
* | | Feather-Trace: support draining of trace buffer | Bjoern B. Brandenburg | 2008-05-22 |
|/ | |||
* | Feather-Trace: fix section mismatch warning | Bjoern B. Brandenburg | 2008-05-03 |
| | | | | Don't place events in __init functions. | ||
* | LITMUS 2008: Initial Port | Bjoern B. Brandenburg | 2008-02-13 |
This introduces the core changes ported from LITMUS 2007. The kernel seems to work under QEMU, but many bugs probably remain. |