summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| * Test driver now gets as far as releasing the task set. Appears correct, but ↵root2009-03-22
| | | | | | | | I need to control output from the st_trace in the future.
| * Created sample test caseroot2009-03-22
| |
| * Made small updates to settings in test driverMac Mollison2009-03-22
| |
| * The very preliminary test driver now runs correctlyMac Mollison2009-03-21
| |
| * More very basic work on test driverMac Mollison2009-03-19
| |
| * Created test driver file, some initial contentMac Mollison2009-03-18
| |
| * Created new directories for trace analyzer and test driverMac Mollison2009-03-18
| |
| * Added ability to put in 'hooks' to print runnables at a given time. Also ↵Mac Mollison2009-03-04
| | | | | | | | fixed small bug where swich away's jobs did not reset inverstion time.
| * Re-implemented EDF test with new stragety. Not tested yet, but a lot of ↵Mac Mollison2009-03-03
| | | | | | | | progress has been made.
| * Added a recent edition of run.pyMac Mollison2009-03-03
| |
| * Cleaned up EDF codeMac Mollison2009-03-03
| |
| * Created highly revamped EDF testMac Mollison2009-03-03
| |
| * Minor cleanupMac Mollison2009-03-02
| |
| * Cleaning up EDF test output for current runnables/runningsMac Mollison2009-03-02
| |
| * Adding timestamp printing next to each event in the EDF test printoutMac Mollison2009-03-02
| |
| * Minor changes to EDF outputMac Mollison2009-03-01
| |
| * EDF test seems much better, now getting 2329 corrects and 190 errors inMac Mollison2009-02-28
| | | | | | | | g6
| * EDF tester runs to completion. Finds 1925 corrects in g6 and 594 errors.Mac Mollison2009-02-28
| | | | | | | | Needs carefuly examination to root out problems and bugs.
| * [bugfix] use 64 bit formats for unpackingBjoern B. Brandenburg2009-02-28
| |
| * [Portability] Do not rely on /usr/bin/python3.Bjoern B. Brandenburg2009-02-28
| | | | | | | | | | | | | | The python3 interpreter could also be located elsewhere. Use the /usr/bin/env utility to find a python 3 interpreter somewhere in the path. (Without this patch, the code doesn't run on OS X + macports.)
| * Added "side effect remover" function. This is currently used to removeMac Mollison2009-02-26
| | | | | | | | | | | | | | | | switch_aways immediately following completions. Now, the switch_aways + completions == switch_tos, except that job1 does an additional switch_away and because the last side-effect switch-away is /before/ the completion and thus not removed. In the future, it will be good to also make sure the switch_away being removed is on the same CPU
| * Cleaned up sort functions, now there's just oneMac Mollison2009-02-26
| |
| * Added possibility of sorting by an alternate key. This is useful to get ↵Mac Mollison2009-02-26
| | | | | | | | records in order by either release_time or when.
| * Changed the terrible first-attempt EDF test to something much moreMac Mollison2009-02-26
| | | | | | | | | | mature. Appears to work except for not accounting for switch_away's. See README for more info.
| * Implemented very ruidamentery EDF test which is hacky and which isMac Mollison2009-02-25
| | | | | | | | | | giving mainly wrong answers; also, increased complexity of run.py to make it easy to manage doing tests
| * Minor: Added description to SySysReleaseDataMac Mollison2009-02-24
| |
| * Finished sort2 to sort by two keysMac Mollison2009-02-24
| |
| * Fixed potential bug in the count function.Mac Mollison2009-02-24
| |
| * Major update.Mac Mollison2009-02-24
| | | | | | | | | | | | | | -Completed sort method -Moved print functions into Trace object, resuling in much nicer interface -Created ability to count records by type
| * Added != as a filter comparatorMac Mollison2009-02-24
| |
| * Very minor changeMac Mollison2009-02-24
| | | | | | | | | | -Cleaned up some commentary in sta.py -Added path variable to run.py
| * Major update completed. Everything merged back into one file. CreatedMac Mollison2009-02-23
| | | | | | | | run.py as "launchpad" (see README).
| * Added README fileMac Mollison2009-02-23
| |
| * Removed some files (in process of cleaning up...)Mac Mollison2009-02-23
| |
| * Added more complicated filter mechanism, added run.py which demonstrates the ↵Mac Mollison2009-02-01
| | | | | | | | current abilities of STA, and added list.py, which is used by run.py. Updated DEV_NOTES.
| * Very simple filter mechanism added to Trace objectMac Mollison2009-02-01
| |
| * Created Trace objectMac Mollison2009-02-01
| |
| * Fixed error in sta_output in which get_types was not foundMac Mollison2009-02-01
| |
| * Did more cleanup work. Decided for certain to maintain seperate filesMac Mollison2009-01-29
| | | | | | | | for now. Create DEV_NOTES
| * Factored out code into 3 .py files, did some cleanup, removed main()Mac Mollison2009-01-29
| | | | | | | | Works fine
| * Initial commit - messy state, probably working.Mac Mollison2009-01-28
|
* Reorganized tree, along with the visualizerGary Bressler2010-03-01