Searched refs:output_dir (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/docs/ |
| H A D | sphinx-build-wrapper | 334 def handle_html(self, css, output_dir): argument 347 static_dir = os.path.join(output_dir, "_static") 575 for output_dir in output_dirs: 577 subprocess.run(["make", "info"], cwd=output_dir, check=True) 581 def handle_man(self, kerneldoc, docs_dir, src_dir, output_dir): argument 737 output_dir = os.path.join(self.builddir, sphinxdir, out_dir) 744 output_dir = os.path.normpath(output_dir) 747 os.makedirs(output_dir, exist_ok=True) 749 output_dirs.append(output_dir) 758 output_dir, [all …]
|
| /linux/tools/perf/scripts/python/ |
| H A D | parallel-perf.py | 41 def __init__(self, cmd, pipe_to, output_dir="."): argument 46 self.output_dir = output_dir 62 pathlib.Path(self.output_dir).mkdir(parents=True, exist_ok=True) 149 def CreateWorkList(cmd, pipe_to, output_dir, cpus, time_ranges_by_cpu): argument 156 cpu_dir = os.path.join(output_dir, cpu_dir_fmt % cpu) 159 cpu_dir = output_dir 722 if os.path.exists(self.output_dir): 795 …self.worklist = CreateWorkList(self.cmd, self.pipe_to, self.output_dir, self.cpus, self.split_time…
|
| /linux/tools/perf/tests/shell/ |
| H A D | stat_metrics_values.sh | 22 $PYTHON $pythonvalidator -rule $rulefile -output_dir $tmpdir -wl "${workload}" \
|
| /linux/tools/testing/selftests/hid/ |
| H A D | vmtest.sh | |
| /linux/tools/testing/selftests/bpf/ |
| H A D | vmtest.sh | 77 Usage: $0 [-i] [-s] [-d <output_dir>] -- [<command>]
|
| /linux/tools/perf/tests/shell/lib/ |
| H A D | perf_metric_validation.py | 588 outpath = Path(args.output_dir)
|