Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/pm-graph/
H A Dbootgraph.py382 cgfilter = []
383 if len(sysvals.cgfilter) > 0:
386 for i in sysvals.cgfilter:
388 cgfilter.append([list[i]['start']-0.0001,
404 if len(cgfilter) > 0:
406 for r in cgfilter:
H A Dsleepgraph.py159 cgfilter = [] variable in SystemValues
512 self.cgfilter = self.getValueList(value)
4256 if len(sv.cgfilter) > 0 and d not in sv.cgfilter: