Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/pm-graph/
Dsleepgraph.py2017 rowlines = dict() variable in Timeline
2150 if t not in self.rowlines or t not in self.rowheight:
2151 self.rowlines[t] = dict()
2153 if p not in self.rowlines[t] or p not in self.rowheight[t]:
2154 self.rowlines[t][p] = dict()
2162 self.rowlines[t][p][row] = rowheight
2181 for t in self.rowlines:
2182 for p in self.rowlines[t]:
2184 for i in sorted(self.rowlines[t][p]):
2185 total += self.rowlines[t][p][i]
[all …]