summaryrefslogtreecommitdiffstats
path: root/tools/sched
Commit message (Expand)AuthorAgeFilesLines
* - Update my copyright.jeff2009-01-221-16/+27
* - Permit timestamps to be as far as 2048 ticks apart before we complainjeff2009-01-201-20/+54
* - Add summary information to the title once the file is parsed rather thanjeff2009-01-181-24/+36
* - Significantly speedup hiding and displaying multiple rows by writing anjeff2009-01-181-31/+224
* - Add a new source configuration menu option that allows hiding andjeff2009-01-171-4/+173
* - Rewrite the parser to support the new generic schedgraph interface.jeff2009-01-171-1002/+608
* Add support for two new event source types:jhb2009-01-131-2/+224
* - Add some rudimentary support for sorting the list of event sourcesjhb2009-01-131-13/+46
* - Remove cumbersome and inaccurate attempt at synchronizing the timestampsjeff2008-04-261-70/+5
* Update the timestamp regexps in syncstamp() and monostamp() for > 99999jhb2008-01-251-2/+2
* * Remove KTR_CPUMASK, it is not correct to set thiskris2008-01-131-2/+3
* o expand usage comments; add cut&paste items for bozo's like mesam2007-11-191-18/+63
* - Fix the ktr header regexp so we match lines with very large indexes.jeff2007-11-121-4/+19
* Add some notes clarifying usage and a couple of known bugskris2007-04-221-1/+15
* - Add a horrible bit of code to detect tsc differences between processors.jeff2007-01-241-28/+112
* - Print clock information so we know if something is not reported correctlyjeff2007-01-231-7/+7
* - Add colors for up to 8 cpus.jeff2007-01-061-0/+8
* Teach schedgraph how to parse KTR_CRITICAL records. critical_enter/exitscottl2005-11-211-0/+18
* Fix two minor typos that caused schedgraph to exit with an exceptionrwatson2005-11-061-2/+2
* - ktrace(1) has nothing to do with schedgraph. Remove that from thejeff2005-03-141-1/+0
* - Add some notes on what is required to run schedgraph.py successfully.arr2004-12-281-0/+11
* - For preemption and yield events, we want to skip the next two state eventsjeff2004-12-261-3/+4
* - Call self.checkstamp() in the cpu load parsing functions in case thejeff2004-12-261-0/+4
* - The regexp for the load should have been (/d+), fix this so loads over 9jeff2004-12-261-2/+3
* - Add 'schedgraph' a scheduler trace visualization tool written withjeff2004-12-261-0/+1209
OpenPOWER on IntegriCloud