Searched refs:outpath (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/scripts/oss-fuzz/ |
H A D | minimize_qtest_trace.py | 128 def remove_lines(newtrace, outpath): argument 140 if check_if_trace_crashes(newtrace, outpath): 171 if(check_if_trace_crashes(newtrace, outpath)): 203 if check_if_trace_crashes(newtrace, outpath): 223 if check_if_trace_crashes(newtrace, outpath): 232 if check_if_trace_crashes(newtrace, outpath): 240 def clear_bits(newtrace, outpath): argument 270 if not check_if_trace_crashes(newtrace, outpath): 276 def minimize_trace(inpath, outpath): argument 281 if not check_if_trace_crashes(trace, outpath): [all …]
|
/openbmc/linux/tools/perf/tests/shell/lib/ |
H A 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')
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xenstore_impl.c | 798 static int validate_path(char *outpath, const char *userpath, in validate_path() argument 815 memcpy(outpath, userpath, pathlen + 1); in validate_path() 820 snprintf(outpath, XENSTORE_ABS_PATH_MAX, "/local/domain/%u/%s", dom_id, in validate_path()
|
/openbmc/linux/tools/power/pm-graph/ |
H A 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)
|