Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 22 of 22) sorted by relevance

/tools/testing/selftests/net/lib/py/
A Dconsts.py4 from pathlib import Path
6 KSFT_DIR = (Path(__file__).parent / "../../..").resolve()
7 KSRC = (Path(__file__).parent / "../../../../../..").resolve()
9 KSFT_MAIN_NAME = Path(sys.argv[0]).with_suffix("").name
A Dynl.py4 from pathlib import Path
36 super().__init__((SPEC_PATH / Path('ethtool.yaml')).as_posix(),
42 super().__init__((SPEC_PATH / Path('rt-link.yaml')).as_posix(),
47 super().__init__((SPEC_PATH / Path('rt-addr.yaml')).as_posix(),
52 super().__init__((SPEC_PATH / Path('netdev.yaml')).as_posix(),
57 super().__init__((SPEC_PATH / Path('net_shaper.yaml')).as_posix(),
62 super().__init__((SPEC_PATH / Path('devlink.yaml')).as_posix(),
/tools/testing/selftests/drivers/net/lib/py/
A D__init__.py4 from pathlib import Path
6 KSFT_DIR = (Path(__file__).parent / "../../../..").resolve()
A Denv.py5 from pathlib import Path
22 self.src_path = Path(src_path)
24 self.net_lib_dir = (Path(__file__).parent / "../../../../net/lib").resolve()
31 src_dir = Path(self.src_path).parent.resolve()
/tools/testing/selftests/drivers/net/hw/lib/py/
A D__init__.py4 from pathlib import Path
6 KSFT_DIR = (Path(__file__).parent / "../../../../..").resolve()
/tools/testing/selftests/hid/tests/
A Dconftest.py14 from pathlib import Path
54 Path("/lib/modules/")
A Dbase.py19 from pathlib import Path
232 sysfs_path = Path("/sys/bus/hid/drivers")
238 sysfs_path = Path("/sys/module") / kernel_module.replace("-", "_")
254 script_dir = Path(os.path.dirname(os.path.realpath(__file__)))
A Dbase_device.py39 from pathlib import Path
221 def __init__(self: "EvdevDevice", sysfs: Path) -> None: argument
244 def evdev(self: "EvdevDevice") -> Path:
245 return Path("/dev/input") / self.sysfs.name
/tools/testing/selftests/rcutorture/bin/
A Dmktestid.sh15 echo Path '"'${resdir}'"' not writeable directory, no ${resdir}/testid.txt.
/tools/perf/tests/shell/lib/
A Dperf_metric_validation.py6 from pathlib import Path
80 with open(Path(filename).resolve(), "r") as f:
89 parent = Path(output_file).parent
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')
/tools/verification/rvgen/rvgen/
A Dltl2k.py4 from pathlib import Path
68 self.name = Path(file_path).stem
/tools/testing/selftests/x86/bugs/
A Dits_ret_alignment.py23 from pathlib import Path
A Dits_indirect_alignment.py23 from pathlib import Path
/tools/perf/Documentation/
A Dperf-annotate.txt120 Path to addr2line binary.
123 Path to objdump binary.
A Dperf-top.txt75 Path to vmlinux. Required for annotation functionality.
169 Path to addr2line binary.
172 Path to objdump binary.
A Dperf-report.txt422 Path to addr2line binary.
425 Path to objdump binary.
A Dperf-script.txt382 Path to addr2line binary.
/tools/net/ynl/pyynl/
A Dcli.py11 sys.path.append(pathlib.Path(__file__).resolve().parent.as_posix())
A Dethtool.py12 sys.path.append(pathlib.Path(__file__).resolve().parent.as_posix())
A Dynl_gen_c.py15 sys.path.append(pathlib.Path(__file__).resolve().parent.as_posix())
/tools/perf/scripts/python/
A Dparallel-perf.py62 pathlib.Path(self.output_dir).mkdir(parents=True, exist_ok=True)
/tools/testing/ktest/
A Dktest.pl10 use File::Path qw(mkpath);

Completed in 34 milliseconds