| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some notes clarifying usage and a couple of known bugs | kris | 2007-04-22 | 1 | -1/+15 |
* | - Add a horrible bit of code to detect tsc differences between processors. | jeff | 2007-01-24 | 1 | -28/+112 |
* | - Print clock information so we know if something is not reported correctly | jeff | 2007-01-23 | 1 | -7/+7 |
* | - Add colors for up to 8 cpus. | jeff | 2007-01-06 | 1 | -0/+8 |
* | Teach schedgraph how to parse KTR_CRITICAL records. critical_enter/exit | scottl | 2005-11-21 | 1 | -0/+18 |
* | Fix two minor typos that caused schedgraph to exit with an exception | rwatson | 2005-11-06 | 1 | -2/+2 |
* | - ktrace(1) has nothing to do with schedgraph. Remove that from the | jeff | 2005-03-14 | 1 | -1/+0 |
* | - Add some notes on what is required to run schedgraph.py successfully. | arr | 2004-12-28 | 1 | -0/+11 |
* | - For preemption and yield events, we want to skip the next two state events | jeff | 2004-12-26 | 1 | -3/+4 |
* | - Call self.checkstamp() in the cpu load parsing functions in case the | jeff | 2004-12-26 | 1 | -0/+4 |
* | - The regexp for the load should have been (/d+), fix this so loads over 9 | jeff | 2004-12-26 | 1 | -2/+3 |
* | - Add 'schedgraph' a scheduler trace visualization tool written with | jeff | 2004-12-26 | 1 | -0/+1209 |