Searched refs:htmlclass (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/power/pm-graph/ |
D | sleepgraph.py | 1745 htmlclass = '' 1769 htmlclass = ' bg' 1771 htmlclass = ' ps' 1773 htmlclass = ' bg' 1776 newname = self.newAction(targetphase, name, pid, '', start, end, '', htmlclass, color) 1779 def newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color=''): argument 1795 if htmlclass: 1796 list[name]['htmlclass'] = htmlclass
|