aboutsummaryrefslogtreecommitdiff
path: root/tools/sched
Commit message (Expand)AuthorAgeFilesLines
* Add a dtrace script for collecting schedgraph dataRyan Stone2016-11-182-0/+172
* Use print as a function for Python 3 [PEP 3105]Craig Rodrigues2015-11-191-16/+17
* Use 'in' instead of 'has_key()' for testing dictionary membership.Craig Rodrigues2015-11-181-2/+2
* Add a new thread state "spinning" to schedgraph and add tracepoints at theJohn Baldwin2014-11-041-0/+1
* Bind Ctrl-Q as a global hotkey to exit. Bind Ctrl-W as a hotkey to closeJohn Baldwin2014-11-041-0/+17
* Add schedgraph traces for callout handlers. Specifically, a callwheel logsJohn Baldwin2014-10-081-3/+0
* Explicitly return None for negative event indices. Prior to this,John Baldwin2014-09-301-1/+1
* - Update my copyright.Jeff Roberson2009-01-221-16/+27
* - Permit timestamps to be as far as 2048 ticks apart before we complainJeff Roberson2009-01-201-20/+54
* - Add summary information to the title once the file is parsed rather thanJeff Roberson2009-01-181-24/+36
* - Significantly speedup hiding and displaying multiple rows by writing anJeff Roberson2009-01-181-31/+224
* - Add a new source configuration menu option that allows hiding andJeff Roberson2009-01-171-4/+173
* - Rewrite the parser to support the new generic schedgraph interface.Jeff Roberson2009-01-171-1002/+608
* Add support for two new event source types:John Baldwin2009-01-131-2/+224
* - Add some rudimentary support for sorting the list of event sourcesJohn Baldwin2009-01-131-13/+46
* - Remove cumbersome and inaccurate attempt at synchronizing the timestampsJeff Roberson2008-04-261-70/+5
* Update the timestamp regexps in syncstamp() and monostamp() for > 99999John Baldwin2008-01-251-2/+2
* * Remove KTR_CPUMASK, it is not correct to set thisKris Kennaway2008-01-131-2/+3
* o expand usage comments; add cut&paste items for bozo's like meSam Leffler2007-11-191-18/+63
* - Fix the ktr header regexp so we match lines with very large indexes.Jeff Roberson2007-11-121-4/+19
* Add some notes clarifying usage and a couple of known bugsKris Kennaway2007-04-221-1/+15
* - Add a horrible bit of code to detect tsc differences between processors.Jeff Roberson2007-01-241-28/+112
* - Print clock information so we know if something is not reported correctlyJeff Roberson2007-01-231-7/+7
* - Add colors for up to 8 cpus.Jeff Roberson2007-01-061-0/+8
* Teach schedgraph how to parse KTR_CRITICAL records. critical_enter/exitScott Long2005-11-211-0/+18
* Fix two minor typos that caused schedgraph to exit with an exceptionRobert Watson2005-11-061-2/+2
* - ktrace(1) has nothing to do with schedgraph. Remove that from theJeff Roberson2005-03-141-1/+0
* - Add some notes on what is required to run schedgraph.py successfully.Andrew R. Reiter2004-12-281-0/+11
* - For preemption and yield events, we want to skip the next two state eventsJeff Roberson2004-12-261-3/+4
* - Call self.checkstamp() in the cpu load parsing functions in case theJeff Roberson2004-12-261-0/+4
* - The regexp for the load should have been (/d+), fix this so loads over 9Jeff Roberson2004-12-261-2/+3
* - Add 'schedgraph' a scheduler trace visualization tool written withJeff Roberson2004-12-261-0/+1209