| /linux/tools/testing/selftests/hid/ |
| H A D | vmtest.sh | |
| /linux/tools/testing/selftests/bpf/ |
| H A D | vmtest.sh | 64 OUTPUT_DIR="$HOME/.bpf_selftests" 77 Usage: $0 [-i] [-s] [-d <output_dir>] -- [<command>] 104 -d) Update the output directory (default: ${OUTPUT_DIR}) 182 local rootfs_img="${OUTPUT_DIR}/${ROOTFS_IMAGE}" 183 local mount_dir="${OUTPUT_DIR}/${MOUNT_DIR}" 190 local mount_dir="${OUTPUT_DIR}/${MOUNT_DIR}" 212 local init_script_dir="${OUTPUT_DIR}/${MOUNT_DIR}/etc/rcS.d" 255 local rootfs_img="${OUTPUT_DIR}/${ROOTFS_IMAGE}" 256 local mount_dir="${OUTPUT_DIR}/${MOUNT_DIR}" 273 local rootfs_img="${OUTPUT_DIR}/ [all...] |
| /linux/drivers/comedi/drivers/ni_routing/tools/ |
| H A D | convert_csv_to_c.py | 121 OUTPUT_DIR = 'c' variable in DeviceRoutes 258 with open(os.path.join(self.OUTPUT_DIR, sheet_filename), 'w') as f: 262 with open(os.path.join(self.OUTPUT_DIR, self.MKFILE_SEGMENTS), 'w') as f: 269 with open(os.path.join(self.OUTPUT_DIR, EXTERN_H), 'w') as f: 278 filename=os.path.join(self.OUTPUT_DIR, self.SET_C) 281 os.makedirs(os.path.join(self.OUTPUT_DIR, self.ITEMS_DIR)) 294 OUTPUT_DIR = 'c' variable in RouteValues 447 with open(os.path.join(self.OUTPUT_DIR, sheet_filename), 'w') as f: 451 with open(os.path.join(self.OUTPUT_DIR, self.MKFILE_SEGMENTS), 'w') as f: 458 with open(os.path.join(self.OUTPUT_DIR, EXTERN_H), 'w') as f: [all …]
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | Makefile | 26 OUTPUT_DIR := $(OUTPUT)/build macro 27 OBJ_DIR := $(OUTPUT_DIR)/obj 28 INCLUDE_DIR := $(OUTPUT_DIR)/include 34 DEFAULT_BPFTOOL := $(OUTPUT_DIR)/host/sbin/bpftool 37 HOST_LIBBPF_DESTDIR := $(OUTPUT_DIR)/host/ 38 HOST_DESTDIR := $(OUTPUT_DIR)/host/ 115 DESTDIR=$(OUTPUT_DIR) prefix= all install_headers 155 rm -rf $(OUTPUT_DIR)
|
| /linux/tools/sched_ext/ |
| H A D | Makefile | 53 OUTPUT_DIR := $(CURDIR)/build macro 55 OUTPUT_DIR := $(O)/build macro 57 OBJ_DIR := $(OUTPUT_DIR)/obj 58 INCLUDE_DIR := $(OUTPUT_DIR)/include 61 BINDIR := $(OUTPUT_DIR)/bin 69 HOST_OUTPUT_DIR := $(OUTPUT_DIR) 146 DESTDIR=$(OUTPUT_DIR) prefix= all install_headers 212 rm -rf $(OUTPUT_DIR) $(HOST_OUTPUT_DIR)
|
| /linux/tools/docs/ |
| H A D | sphinx-build-wrapper | 348 def handle_html(self, css, output_dir): 361 static_dir = os.path.join(output_dir, "_static") 572 for output_dir in output_dirs: 574 subprocess.run(["make", "info"], cwd=output_dir, check=True) 578 def handle_man(self, kerneldoc, docs_dir, src_dir, output_dir): 635 fname = f"{output_dir}/{fname}" 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_o 334 handle_html(self, css, output_dir) global() argument 581 handle_man(self, kerneldoc, docs_dir, src_dir, output_dir) global() argument [all...] |
| /linux/tools/testing/ktest/examples/ |
| H A D | snowball.conf | 13 LOG_FILE = ${OUTPUT_DIR}/snowball.log 22 TFTPTEST := ${OUTPUT_DIR}/${BUILD_TARGET} 50 OUTPUT_DIR = ${THIS_DIR}/snowball-build
|
| H A D | crosstests.conf | 33 OUTPUT_DIR = ${THIS_DIR}/cross-compile 45 # The log file is stored in the OUTPUT_DIR called cross.log 46 # If you enable this, you need to create the OUTPUT_DIR. It wont be created for you. 47 LOG_FILE = ${OUTPUT_DIR}/cross.log
|
| /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 47 self.cmdout_name = f"{output_dir}/cmd.txt" 48 self.stdout_name = f"{output_dir}/out.txt" 49 self.stderr_name = f"{output_dir}/err.txt" 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): [all …]
|
| /linux/tools/testing/ktest/examples/include/ |
| H A D | defaults.conf | 60 OUTPUT_DIR = ${THIS_DIR}/build/${MACHINE} 92 LOG_FILE = ${OUTPUT_DIR}/${MACHINE}.log
|
| H A D | patchcheck.conf | 68 WARNINGS_FILE = ${OUTPUT_DIR}/warnings_file
|
| /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/ktest/ |
| H A D | sample.conf | 245 # OUTPUT_DIR = ${TEST_DIR}/test 318 #OUTPUT_DIR = /home/test/build/target 321 # (relative to OUTPUT_DIR) 661 #SWITCH_TO_TEST = cp ${OUTPUT_DIR}/${BUILD_TARGET} ${TARGET_IMAGE} 918 #WARNINGS_FILE = ${OUTPUT_DIR}/warnings_file 1403 # WARNINGS_FILE = ${OUTPUT_DIR}
|
| H A D | ktest.pl | 285 "OUTPUT_DIR" => \$outputdir, 416 $config_help{"OUTPUT_DIR"} = << "EOF" 425 (relative to OUTPUT_DIR) 759 get_mandatory_config("OUTPUT_DIR"); 4557 $outputdir = set_test_option("OUTPUT_DIR", $i); 4666 doprint "OUTPUT_DIR=$outputdir\n\n";
|
| /linux/tools/perf/tests/shell/lib/ |
| H A D | perf_metric_validation.py | 579 "-output_dir", help="Path for validator output file, report file", required=True) 588 outpath = Path(args.output_dir)
|
| /linux/tools/testing/selftests/ |
| H A D | Makefile | 260 # 1. output_dir=kernel_src
|