index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
sched
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Update my copyright.
jeff
2009-01-22
1
-16
/
+27
*
- Permit timestamps to be as far as 2048 ticks apart before we complain
jeff
2009-01-20
1
-20
/
+54
*
- Add summary information to the title once the file is parsed rather than
jeff
2009-01-18
1
-24
/
+36
*
- Significantly speedup hiding and displaying multiple rows by writing an
jeff
2009-01-18
1
-31
/
+224
*
- Add a new source configuration menu option that allows hiding and
jeff
2009-01-17
1
-4
/
+173
*
- Rewrite the parser to support the new generic schedgraph interface.
jeff
2009-01-17
1
-1002
/
+608
*
Add support for two new event source types:
jhb
2009-01-13
1
-2
/
+224
*
- Add some rudimentary support for sorting the list of event sources
jhb
2009-01-13
1
-13
/
+46
*
- Remove cumbersome and inaccurate attempt at synchronizing the timestamps
jeff
2008-04-26
1
-70
/
+5
*
Update the timestamp regexps in syncstamp() and monostamp() for > 99999
jhb
2008-01-25
1
-2
/
+2
*
* Remove KTR_CPUMASK, it is not correct to set this
kris
2008-01-13
1
-2
/
+3
*
o expand usage comments; add cut&paste items for bozo's like me
sam
2007-11-19
1
-18
/
+63
*
- Fix the ktr header regexp so we match lines with very large indexes.
jeff
2007-11-12
1
-4
/
+19
*
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