Searched refs:newAction (Results 1 – 2 of 2) sorted by relevance
/linux/tools/power/pm-graph/ |
H A D | bootgraph.py | 237 def newAction(self, phase, name, pid, start, end, ret, ulen): member in Data 359 data.newAction(phase, f, pid, start, ktime, int(r), int(t))
|
H A D | sleepgraph.py | 1691 self.newAction(tgtphase, threadname, pid, '', start, end, '', ' kth', '') 1995 newname = self.newAction(targetphase, name, pid, '', start, end, '', htmlclass, color) 1998 def newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color=''): 2148 self.newAction(phase, devname, -2, '', \ 3670 data.newAction(phase, n, pid, p, t.time, -1, drv) 4150 data.newAction(phase, f, int(n), p, ktime, -1, '') 1975 def newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color=''): global() member in Data
|