Home
last modified time | relevance | path

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

/Linux-v5.10/tools/power/pm-graph/
Dsleepgraph.py6049 def data_from_html(file, outpath, issues, fulldetail=False): argument
6051 sysvals.htmlfile = os.path.relpath(file, outpath)
6198 outpath = os.path.abspath('.') if local else inpath
6208 data = data_from_html(os.path.join(dirname, filename), outpath, issues)
6224 createHTMLSummarySimple(testruns, os.path.join(outpath, 'summary.html'), title)
6226 createHTMLDeviceSummary(testruns, os.path.join(outpath, 'summary-devices.html'), title)
6228 createHTMLIssuesSummary(testruns, issues, os.path.join(outpath, 'summary-issues.html'), title)