Searched refs:outpath (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/perf/tests/shell/lib/ |
| H A D | perf_metric_validation.py | 582 outpath = Path(args.output_dir) 583 reportf = Path.joinpath(outpath, 'perf_report.json') 584 fullrule = Path.joinpath(outpath, 'full_rule.json') 585 datafile = Path.joinpath(outpath, 'perf_data.json')
|
| /linux-6.15/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 6321 def data_from_html(file, outpath, issues, fulldetail=False): argument 6326 sysvals.htmlfile = os.path.relpath(file, outpath) 6492 outpath = os.path.abspath('.') if local else inpath 6502 data = data_from_html(os.path.join(dirname, filename), outpath, issues) 6518 createHTMLSummarySimple(testruns, os.path.join(outpath, 'summary.html'), title) 6520 createHTMLDeviceSummary(testruns, os.path.join(outpath, 'summary-devices.html'), title) 6522 createHTMLIssuesSummary(testruns, issues, os.path.join(outpath, 'summary-issues.html'), title)
|