Searched refs:htmlclass (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/power/pm-graph/ |
D | sleepgraph.py | 1921 htmlclass = '' 1945 htmlclass = ' bg' 1947 htmlclass = ' ps' 1949 htmlclass = ' bg' 1952 newname = self.newAction(targetphase, name, pid, '', start, end, '', htmlclass, color) 1955 def newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color=''): argument 1971 if htmlclass: 1972 list[name]['htmlclass'] = htmlclass
|