Searched refs:newAction (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/power/pm-graph/ |
D | bootgraph.py | 230 def newAction(self, phase, name, pid, start, end, ret, ulen): member in Data 352 data.newAction(phase, f, pid, start, ktime, int(r), int(t))
|
D | sleepgraph.py | 1022 self.newAction(tgtphase, threadname, pid, '', start, end, '', ' kth', '') 1283 newname = self.newAction(targetphase, name, pid, '', start, end, '', htmlclass, color) 1286 def newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color=''): member in Data 1403 self.newAction(phase, devname, -2, '', \ 2899 data.newAction(phase, n, pid, p, t.time, -1, drv) 3350 data.newAction(phase, f, int(n), p, ktime, -1, '')
|