Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | ignore cached config | Bjoern B. Brandenburg | 2009-04-14 | |
| | ||||
* | auto-configure spin loop in rtspin | Bjoern B. Brandenburg | 2009-03-25 | |
| | | | | | Don't just blindly overrun the budget. Instead, try to measure a spin loop and hope that we get good results. | |||
* | cleanup the setting of architecture-dependent flags | Bjoern B. Brandenburg | 2009-03-25 | |
| | | | | This change moves all flags into the config section instead of hiding them below. | |||
* | Merge branch 'master' of ssh://cvs/cvs/proj/litmus/repo/liblitmus2008 | Bjoern B. Brandenburg | 2009-03-02 | |
|\ | ||||
| * | Build: allow cross-compiling to i386 on x86_64 machines | Mitchell Jareo | 2009-02-22 | |
| | | | | | | | | | | | | | | | | This patch adds a hook to SConstruct to evaluate the ARCH env variable. Currently, only x86-64 => i386 is supported. Cross compiling works like this: $ ARCH=i386 scons | |||
* | | add system call overhead measurement program | Bjoern B. Brandenburg | 2009-03-02 | |
| | | | | | | | | | | Run this tool (and a background workload) to measure system call overheads. | |||
* | | add null_call() system call | Bjoern B. Brandenburg | 2009-03-02 | |
|/ | | | | For kernel entry/exit tracing. | |||
* | Build: Error out if kernel headers are missing. | Bjoern B. Brandenburg | 2009-02-21 | |
| | ||||
* | put sched_trace in its own lib | Bjoern B. Brandenburg | 2008-12-25 | |
| | ||||
* | remove old Makefile | Bjoern B. Brandenburg | 2008-12-25 | |
| | ||||
* | do not include sched_trace parsing in liblitmus | Bjoern B. Brandenburg | 2008-12-25 | |
| | ||||
* | ignore scons stuff | Bjoern B. Brandenburg | 2008-12-25 | |
| | ||||
* | build correctly on sparc64 | Bjoern B. Brandenburg | 2008-12-25 | |
| | ||||
* | build correctly on pre-v1.1 scons versions | Bjoern B. Brandenburg | 2008-12-25 | |
| | ||||
* | new build system: use scons | Bjoern B. Brandenburg | 2008-12-25 | |
| | ||||
* | ignore cycles | Bjoern B. Brandenburg | 2008-12-09 | |
| | ||||
* | Merge branch 'master' of ssh://cvs/cvs/proj/litmus/repo/liblitmus2008 | Bjoern B. Brandenburg | 2008-12-09 | |
|\ | | | | | | | | | Conflicts: Makefile | |||
| * | nicer output for cycle calibration | Bjoern B. Brandenburg | 2008-10-05 | |
| | | ||||
| * | add tool for measuring cycles/sec | Bjoern B. Brandenburg | 2008-09-03 | |
| | | ||||
* | | sched_trace: provide event ID for INVALID events | Bjoern B. Brandenburg | 2008-12-09 | |
| | | ||||
* | | don't show binaries2008.2 | Bjoern B. Brandenburg | 2008-12-01 | |
| | | ||||
* | | little brush up for the release | Bjoern B. Brandenburg | 2008-12-01 | |
| | | ||||
* | | add support system release events | Bjoern B. Brandenburg | 2008-12-01 | |
| | | ||||
* | | replace run with rtspin | Bjoern B. Brandenburg | 2008-12-01 | |
| | | ||||
* | | add event_time(), remove cruft | Bjoern B. Brandenburg | 2008-10-29 | |
| | | ||||
* | | add some detail to st_dump output | Bjoern B. Brandenburg | 2008-10-28 | |
| | | ||||
* | | add tool to dump sched_trace fiels | Bjoern B. Brandenburg | 2008-09-24 | |
| | | ||||
* | | API for basic display of sched_trace data | Bjoern B. Brandenburg | 2008-09-24 | |
| | | ||||
* | | sched_trace: remove old definitions, include kernel header | Bjoern B. Brandenburg | 2008-09-16 | |
| | | ||||
* | | stdump: remove in preparation of sched_trace rework | Bjoern B. Brandenburg | 2008-09-16 | |
|/ | ||||
* | setsched: check for presence of dialog | Bjoern B. Brandenburg | 2008-09-01 | |
| | | | | | | Make setsched error out when the dialog binary is not found in the path. Ubuntu does not install dialog by default and people are tripping over it. | |||
* | actually build a 64-bit libraryRTSS082008.1 | Bjoern B. Brandenburg | 2008-05-21 | |
| | ||||
* | add more sparc assembly, and platform indepenent get_cycles() | Bjoern B. Brandenburg | 2008-05-21 | |
| | ||||
* | add be task migration support to rt_launch | Bjoern B. Brandenburg | 2008-05-02 | |
| | ||||
* | Add best effort task migration, so that we can support PSN-EDF. | Bjoern B. Brandenburg | 2008-05-02 | |
| | ||||
* | Use _GNU_SOURCE for all files. Fix wrong prototypes. | Bjoern B. Brandenburg | 2008-05-02 | |
| | ||||
* | build fix | Bjoern B. Brandenburg | 2008-05-01 | |
| | ||||
* | choose the right architecture for building on the Niagara | Bjoern B. Brandenburg | 2008-05-01 | |
| | ||||
* | isolate architecture dependent code | Bjoern B. Brandenburg | 2008-05-01 | |
| | ||||
* | add convenience wrappers | Bjoern B. Brandenburg | 2008-05-01 | |
| | ||||
* | API change: PI->FMLP | Bjoern B. Brandenburg | 2008-05-01 | |
| | ||||
* | repository: ignore build files | Bjoern B. Brandenburg | 2008-05-01 | |
| | ||||
* | add wait option to rt_launch | Bjoern B. Brandenburg | 2008-02-19 | |
| | ||||
* | add release_ts utility | Bjoern B. Brandenburg | 2008-02-19 | |
| | ||||
* | add unit conversion | Bjoern B. Brandenburg | 2008-02-19 | |
| | ||||
* | adapt to new ABI | Bjoern B. Brandenburg | 2008-02-19 | |
| | ||||
* | first changes to compile with LITMUS 20082008.0 | Bjoern B. Brandenburg | 2008-02-12 | |
| | ||||
* | setsched: fit on normal screen | Bjoern B. Brandenburg | 2008-02-04 | |
| | ||||
* | add setsched tool | Bjoern B. Brandenburg | 2008-02-04 | |
| | ||||
* | Re-add showsched. | Bjoern B. Brandenburg | 2008-02-04 | |
| |