Home
last modified time | relevance | path

Searched refs:newAction (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/tools/power/pm-graph/
Dbootgraph.py237 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))
Dsleepgraph.py1648 self.newAction(tgtphase, threadname, pid, '', start, end, '', ' kth', '')
1952 newname = self.newAction(targetphase, name, pid, '', start, end, '', htmlclass, color)
1955 def newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color=''): member in Data
2105 self.newAction(phase, devname, -2, '', \
3626 data.newAction(phase, n, pid, p, t.time, -1, drv)
4106 data.newAction(phase, f, int(n), p, ktime, -1, '')