Home
last modified time | relevance | path

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

/linux-6.15/tools/power/pm-graph/
H A Dsleepgraph.py154 htmlfile = 'output.html' variable in SystemValues
509 self.htmlfile = \
4499 hf = open(htmlfile, 'w')
4564 hf = open(htmlfile, 'w')
4608 hf = open(htmlfile, 'w')
4922 hf = open(sysvals.htmlfile, 'w')
6240 def rerunTest(htmlfile=''): argument
6245 if htmlfile:
6246 sysvals.htmlfile = htmlfile
6249 if os.path.exists(sysvals.htmlfile):
[all …]
H A Dbootgraph.py56 htmlfile = 'bootgraph.html' variable in SystemValues
632 hf = open(sysvals.htmlfile, 'w')
1089 sysvals.vprint('Creating the html timeline (%s)...' % sysvals.htmlfile)