Home
last modified time | relevance | path

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

/Linux-v5.15/tools/power/pm-graph/
Dsleepgraph.py6100 def data_from_html(file, outpath, issues, fulldetail=False): argument
6102 sysvals.htmlfile = os.path.relpath(file, outpath)
6257 outpath = os.path.abspath('.') if local else inpath
6267 data = data_from_html(os.path.join(dirname, filename), outpath, issues)
6283 createHTMLSummarySimple(testruns, os.path.join(outpath, 'summary.html'), title)
6285 createHTMLDeviceSummary(testruns, os.path.join(outpath, 'summary-devices.html'), title)
6287 createHTMLIssuesSummary(testruns, issues, os.path.join(outpath, 'summary-issues.html'), title)