Searched refs:htmlclass (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/power/pm-graph/ |
| D | sleepgraph.py | 1633 htmlclass = '' 1657 htmlclass = ' bg' 1659 htmlclass = ' ps' 1661 htmlclass = ' bg' 1664 newname = self.newAction(targetphase, name, pid, '', start, end, '', htmlclass, color) 1667 def newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color=''): argument 1683 if htmlclass: 1684 list[name]['htmlclass'] = htmlclass
|