aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/sched_trace.h
Commit message (Collapse)AuthorAge
* Add Feather-Trace x86_32 architecture dependent codeAndrea Bastoni2010-01-19
| | | | | Add x86_32 architecture dependent code and add the infrastructure for x86_32 - x86_64 integration.
* Add tracing support and hook up Litmus KConfig for x86Andrea Bastoni2009-12-17
| | | | | | | | - fix requesting more than 2^11 pages (MAX_ORDER) to system allocator to be merged: - feather-trace generic implementation
* Core LITMUS^RT infrastructure.Andrea Bastoni2009-12-17
to be merged: - SRP (sched.c) - feather-trace implementation (to be fixed) - sync support (KConfig) litmus_sched_class implements 3 new methods: .prio_changed: void .switched_to: void .get_rr_interval: return infinity (i.e., 0)