| H A D | sleepgraph.py | 1466 # contents: times for phase start/end, order/color data for html 1468 # device callback or action list for this phase 1548 for phase in sorted(self.dmesg.keys()): 1549 if '*' in phase: 1550 p = phase.split('*') 1552 self.dmesg[pnew] = self.dmesg.pop(phase) 1554 for phase in self.sortedPhases(): 1555 self.devicegroups.append([phase]) 1556 def nextPhase(self, phase, offset): argument 1557 order = self.dmesg[phase]['orde 1884 setPhase(self, phase, ktime, isbegin, order=-1) global() argument 1913 sortedDevices(self, phase) global() argument 1916 fixupInitcalls(self, phase) global() argument 1998 newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color='') global() argument 2019 findDevice(self, phase, name) global() argument 2028 deviceChildren(self, devname, phase) global() argument 2035 maxDeviceNameSize(self, phase) global() argument 2748 __init__(self, test, phase, dev) global() argument 2917 phaseRowHeight(self, test, phase, row) global() argument 2919 phaseRowTop(self, test, phase, row) global() argument [all...] |