Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/pm-graph/
Dbootgraph.py51 htmlfile = 'bootgraph.html' variable in SystemValues
625 hf = open(sysvals.htmlfile, 'w')
1071 sysvals.vprint('Creating the html timeline (%s)...' % sysvals.htmlfile)
Dsleepgraph.py121 htmlfile = 'output.html' variable in SystemValues
304 self.htmlfile = m.group('name')+'.html'
308 self.htmlfile = m.group('name')+'.html'
367 self.htmlfile = \
3498 def createHTMLSummarySimple(testruns, htmlfile, folder): argument
3649 hf = open(htmlfile, 'w')
3960 hf = open(sysvals.htmlfile, 'w')
5311 sysvals.vprint('Creating the html timeline (%s)...' % sysvals.htmlfile)
5332 if os.path.exists(sysvals.htmlfile):
5333 if not os.path.isfile(sysvals.htmlfile):
[all …]