Searched refs:htmlclass (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/power/pm-graph/ |
D | sleepgraph.py | 1252 htmlclass = '' 1276 htmlclass = ' bg' 1278 htmlclass = ' ps' 1280 htmlclass = ' bg' 1283 newname = self.newAction(targetphase, name, pid, '', start, end, '', htmlclass, color) 1286 def newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color=''): argument 1302 if htmlclass: 1303 list[name]['htmlclass'] = htmlclass
|