Searched refs:newAction (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | bootgraph.py | 235 def newAction(self, phase, name, pid, start, end, ret, ulen): member in Data 357 data.newAction(phase, f, pid, start, ktime, int(r), int(t))
|
H A D | sleepgraph.py | 1486 self.newAction(tgtphase, threadname, pid, '', start, end, '', ' kth', '') 1776 newname = self.newAction(targetphase, name, pid, '', start, end, '', htmlclass, color) 1779 def newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color=''): member in Data 1929 self.newAction(phase, devname, -2, '', \ 3397 data.newAction(phase, n, pid, p, t.time, -1, drv) 3872 data.newAction(phase, f, int(n), p, ktime, -1, '')
|
/kernel/linux/linux-6.6/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 | 1668 self.newAction(tgtphase, threadname, pid, '', start, end, '', ' kth', '') 1972 newname = self.newAction(targetphase, name, pid, '', start, end, '', htmlclass, color) 1975 def newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color=''): member in Data 2125 self.newAction(phase, devname, -2, '', \ 3646 data.newAction(phase, n, pid, p, t.time, -1, drv) 4126 data.newAction(phase, f, int(n), p, ktime, -1, '')
|
Completed in 19 milliseconds