Searched refs:outpath (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/perf/tests/shell/lib/ |
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.12.1/tools/power/pm-graph/ |
D | sleepgraph.py | 6293 def data_from_html(file, outpath, issues, fulldetail=False): argument 6298 sysvals.htmlfile = os.path.relpath(file, outpath) 6464 outpath = os.path.abspath('.') if local else inpath 6474 data = data_from_html(os.path.join(dirname, filename), outpath, issues) 6490 createHTMLSummarySimple(testruns, os.path.join(outpath, 'summary.html'), title) 6492 createHTMLDeviceSummary(testruns, os.path.join(outpath, 'summary-devices.html'), title) 6494 createHTMLIssuesSummary(testruns, issues, os.path.join(outpath, 'summary-issues.html'), title)
|