Searched refs:outpath (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/tests/shell/lib/ |
| H A D | perf_metric_validation.py | 588 outpath = Path(args.output_dir) 589 reportf = Path.joinpath(outpath, 'perf_report.json') 590 fullrule = Path.joinpath(outpath, 'full_rule.json') 591 datafile = Path.joinpath(outpath, 'perf_data.json')
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 6322 def data_from_html(file, outpath, issues, fulldetail=False): argument 6327 sysvals.htmlfile = os.path.relpath(file, outpath) 6493 outpath = os.path.abspath('.') if local else inpath 6503 data = data_from_html(os.path.join(dirname, filename), outpath, issues) 6519 createHTMLSummarySimple(testruns, os.path.join(outpath, 'summary.html'), title) 6521 createHTMLDeviceSummary(testruns, os.path.join(outpath, 'summary-devices.html'), title) 6523 createHTMLIssuesSummary(testruns, issues, os.path.join(outpath, 'summary-issues.html'), title)
|