Searched refs:outpath (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/power/pm-graph/ ! |
D | sleepgraph.py | 6253 def data_from_html(file, outpath, issues, fulldetail=False): argument 6255 sysvals.htmlfile = os.path.relpath(file, outpath) 6415 outpath = os.path.abspath('.') if local else inpath 6425 data = data_from_html(os.path.join(dirname, filename), outpath, issues) 6441 createHTMLSummarySimple(testruns, os.path.join(outpath, 'summary.html'), title) 6443 createHTMLDeviceSummary(testruns, os.path.join(outpath, 'summary-devices.html'), title) 6445 createHTMLIssuesSummary(testruns, issues, os.path.join(outpath, 'summary-issues.html'), title)
|