Searched refs:outpath (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/tools/perf/tests/shell/lib/ |
D | perf_metric_validation.py | 556 outpath = Path(args.output_dir) 557 reportf = Path.joinpath(outpath, 'perf_report.json') 558 fullrule = Path.joinpath(outpath, 'full_rule.json') 559 datafile = Path.joinpath(outpath, 'perf_data.json')
|
/Linux-v6.6/tools/power/pm-graph/ |
D | sleepgraph.py | 6274 def data_from_html(file, outpath, issues, fulldetail=False): argument 6276 sysvals.htmlfile = os.path.relpath(file, outpath) 6436 outpath = os.path.abspath('.') if local else inpath 6446 data = data_from_html(os.path.join(dirname, filename), outpath, issues) 6462 createHTMLSummarySimple(testruns, os.path.join(outpath, 'summary.html'), title) 6464 createHTMLDeviceSummary(testruns, os.path.join(outpath, 'summary-devices.html'), title) 6466 createHTMLIssuesSummary(testruns, issues, os.path.join(outpath, 'summary-issues.html'), title)
|