| /linux-6.15/tools/testing/selftests/drivers/net/hw/ |
| H A D | Makefile | 6 csum.py \ 7 devlink_port_split.py \ 8 devmem.py \ 15 iou-zcrx.py \ 16 irq.py \ 18 nic_link_layer.py \ 20 pp_alloc_fail.py \ 21 rss_ctx.py \ 22 rss_input_xfrm.py \ 23 tso.py \ [all …]
|
| H A D | irq.py | 4 from lib.py import ksft_run, ksft_exit 5 from lib.py import ksft_ge, ksft_eq 6 from lib.py import KsftSkipEx 7 from lib.py import ksft_disruptive 8 from lib.py import EthtoolFamily, NetdevFamily 9 from lib.py import NetDrvEnv 10 from lib.py import cmd, ip, defer
|
| H A D | devmem.py | 4 from lib.py import ksft_run, ksft_exit 5 from lib.py import ksft_eq, KsftSkipEx 6 from lib.py import NetDrvEpEnv 7 from lib.py import bkg, cmd, rand_port, wait_port_listen 8 from lib.py import ksft_disruptive
|
| H A D | rss_input_xfrm.py | 6 from lib.py import ksft_run, ksft_exit, ksft_eq, ksft_ge, cmd, fd_read_timeout 7 from lib.py import NetDrvEpEnv 8 from lib.py import EthtoolFamily, NetdevFamily 9 from lib.py import KsftSkipEx, KsftFailEx 10 from lib.py import rand_port
|
| H A D | pp_alloc_fail.py | 7 from lib.py import ksft_run, ksft_exit, ksft_pr 8 from lib.py import KsftSkipEx, KsftFailEx 9 from lib.py import NetdevFamily, NlError 10 from lib.py import NetDrvEpEnv 11 from lib.py import cmd, tool, GenerateTraffic
|
| H A D | nic_performance.py | 36 from lib.py import ksft_run, ksft_exit, ksft_pr, ksft_true 37 from lib.py import KsftFailEx, KsftSkipEx, GenerateTraffic 38 from lib.py import NetDrvEpEnv, bkg, wait_port_listen 39 from lib.py import cmd 40 from lib.py import LinkConfig
|
| /linux-6.15/drivers/comedi/drivers/ni_routing/tools/ |
| H A D | Makefile | 36 comedi_h.py: $(INC_UAPI)/linux/comedi.h 49 ni_values.py: convert_c_to_py 52 csv-files : ni_values.py comedi_h.py 53 ./convert_py_to_csv.py 55 csv-blank : comedi_h.py 56 ./make_blank_csv.py 59 c-files : comedi_h.py 60 ./convert_csv_to_c.py --route_values --device_routes 70 $(RM) -rf comedi_h.py ni_values.py convert_c_to_py all_cfiles.c *.pyc \
|
| /linux-6.15/tools/testing/selftests/damon/ |
| H A D | Makefile | 6 TEST_FILES = _chk_dependency.sh _damon_sysfs.py 10 TEST_PROGS += sysfs_update_schemes_tried_regions_wss_estimation.py 11 TEST_PROGS += damos_quota.py damos_quota_goal.py damos_apply_interval.py 12 TEST_PROGS += damos_tried_regions.py damon_nr_regions.py 17 TEST_PROGS += sysfs_update_schemes_tried_regions_hang.py
|
| /linux-6.15/tools/testing/selftests/tc-testing/plugin-lib/ |
| H A D | README-PLUGINS | 1 tdc.py will look for plugins in a directory plugins off the cwd. 5 tdc.py 8 __init__.py 9 10-rootPlugin.py -> ../plugin-lib/rootPlugin.py 10 20-valgrindPlugin.py -> ../plugin-lib/valgrindPlugin.py 11 30-nsPlugin.py -> ../plugin-lib/nsPlugin.py 14 tdc.py will find them and use them.
|
| /linux-6.15/tools/testing/selftests/drivers/net/ |
| H A D | Makefile | 4 TEST_INCLUDES := $(wildcard lib/py/*.py) \ 16 ping.py \ 17 queues.py \ 18 stats.py \ 19 shaper.py \ 20 hds.py \
|
| H A D | queues.py | 4 from lib.py import ksft_disruptive, ksft_exit, ksft_run 5 from lib.py import ksft_eq, ksft_not_in, ksft_raises, KsftSkipEx, KsftFailEx 6 from lib.py import EthtoolFamily, NetdevFamily, NlError 7 from lib.py import NetDrvEnv 8 from lib.py import bkg, cmd, defer, ip
|
| /linux-6.15/tools/testing/selftests/x86/bugs/ |
| H A D | Makefile | 1 TEST_PROGS := its_sysfs.py its_permutations.py its_indirect_alignment.py its_ret_alignment.py 2 TEST_FILES := common.py
|
| /linux-6.15/tools/verification/dot2/ |
| H A D | Makefile | 19 $(INSTALL) automata.py -D -m 644 $(DESTDIR)$(PYLIB)/dot2/automata.py 20 $(INSTALL) dot2c.py -D -m 644 $(DESTDIR)$(PYLIB)/dot2/dot2c.py 22 $(INSTALL) dot2k.py -D -m 644 $(DESTDIR)$(PYLIB)/dot2/dot2k.py
|
| /linux-6.15/tools/testing/selftests/net/forwarding/ |
| H A D | tc_taprio.sh | 189 printf "pdelay = {}\n" > isochron_data.py 193 >> isochron_data.py 194 cat <<-'EOF' > isochron_postprocess.py 203 path_delay=$(python3 ./isochron_postprocess.py) 212 rm -f ./isochron_data.py 2> /dev/null 213 rm -f ./isochron_postprocess.py 2> /dev/null 274 printf "pdelay = {}\n" > isochron_data.py 278 >> isochron_data.py 279 cat <<-'EOF' > isochron_postprocess.py 302 rm -f ./isochron_data.py 2> /dev/null [all …]
|
| /linux-6.15/Documentation/bpf/ |
| H A D | drgn.rst | 17 bpf_inspect.py 37 % sudo bpf_inspect.py prog argument 44 % sudo bpf_inspect.py map 51 % sudo bpf_inspect.py p | grep test_pkt_access 77 % sudo bpf_inspect.py 78 usage: bpf_inspect.py [-h] {prog,p,map,m} ... 104 diff --git a/tools/bpf_inspect.py b/tools/bpf_inspect.py argument 106 --- a/tools/bpf_inspect.py 107 +++ b/tools/bpf_inspect.py 122 % sudo bpf_inspect.py p [all …]
|
| /linux-6.15/scripts/gdb/linux/ |
| H A D | Makefile | 5 symlinks := $(patsubst $(src)/%,%,$(wildcard $(src)/*.py)) 21 always-y += constants.py 22 $(obj)/constants.py: $(src)/constants.py.in FORCE
|
| /linux-6.15/tools/testing/selftests/tc-testing/ |
| H A D | README | 25 ./tdc.py -c 44 ./tdc.py -p /path/to/tc 64 ./tdc.py -h 131 was in the tdc.py script has been moved into the plugins. 142 lrwxrwxrwx 1 bjb bjb 27 Oct 4 16:12 10-rootPlugin.py -> ../plugin-lib/rootPlugin.py 143 lrwxrwxrwx 1 bjb bjb 25 Oct 12 17:55 20-nsPlugin.py -> ../plugin-lib/nsPlugin.py 144 -rwxr-xr-x 1 bjb bjb 0 Sep 29 15:56 __init__.py 179 TdcPlugin.py. To use the plugin, you have to put the 185 - rootPlugin.py: 187 - nsPlugin.py: [all …]
|
| /linux-6.15/tools/power/cpupower/bindings/python/ |
| H A D | Makefile | 35 install -D raw_pylibcpupower.py $(INSTALL_DIR)/raw_pylibcpupower.py 39 rm -f $(INSTALL_DIR)/raw_pylibcpupower.py 43 rm -f raw_pylibcpupower.py raw_pylibcpupower_wrap.c raw_pylibcpupower_wrap.o _raw_pylibcpupower.so
|
| /linux-6.15/scripts/ |
| H A D | spdxcheck-test.sh | 5 python3 scripts/spdxcheck.py $FILE 6 python3 scripts/spdxcheck.py - < $FILE 10 python3 scripts/spdxcheck.py > /dev/null
|
| /linux-6.15/Documentation/dev-tools/kunit/ |
| H A D | running_tips.rst | 7 Using ``kunit.py run`` ("kunit tool") 36 $ ./tools/testing/kunit/kunit.py run 'sysctl*' 43 $ ./tools/testing/kunit/kunit.py run 'sysctl*.*write*' 55 ``kunit.py run`` (along with ``build``, and ``config``) supports a 71 $ ./tools/testing/kunit/kunit.py run --kunitconfig=lib/kunit 214 failed (as of 5.13). But ``kunit.py parse`` would, see below. 228 results in the same familiar format that ``kunit.py run`` does. 232 $ ./tools/testing/kunit/kunit.py parse /var/log/dmesg 360 kunit.py run "example" --list_tests_attr 374 kunit.py run --filter speed=slow [all …]
|
| H A D | faq.rst | 34 (``tools/testing/kunit/kunit.py``) that might not support some architectures 73 1. Run ``./tools/testing/kunit/kunit.py run`` with the ``--raw_output`` 76 2. Instead of running ``kunit.py run``, try running ``kunit.py config``, 77 ``kunit.py build``, and ``kunit.py exec`` independently. This can help track 79 can run it manually against ``stdin`` or a file with ``kunit.py parse``.) 82 after building the UML kernel (for example, by using ``kunit.py build``). 89 around, so you can see what config was used after running ``kunit.py run``. 93 5. Try to run ``make ARCH=um defconfig`` before running ``kunit.py run``. This 101 can be parsed with ``kunit.py parse``. For more details, see :ref:`kunit-on-qemu`.
|
| /linux-6.15/tools/perf/pmu-events/ |
| H A D | Build | 8 JEVENTS_PY = pmu-events/jevents.py 9 METRIC_PY = pmu-events/metric.py 10 METRIC_TEST_PY = pmu-events/metric_test.py 45 PMU_EVENTS_PY_TESTS := $(wildcard *.py) 56 PMU_EVENTS_PY_TESTS := $(wildcard *.py)
|
| /linux-6.15/ |
| H A D | .editorconfig | 12 [*.{json,py,rs}] 19 # this must be below the general *.py to overwrite it 20 [tools/{perf,power,rcu,testing/kunit}/**.py,]
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | build-xed.txt | 7 $ ./mfile.py --share 8 $ ./mfile.py examples 9 $ sudo ./mfile.py --prefix=/usr/local install
|
| /linux-6.15/Documentation/translations/zh_CN/doc-guide/ |
| H A D | checktransupdate.rst | 31 ./scripts/checktransupdate.py --help 37 - ``./scripts/checktransupdate.py -l zh_CN`` 39 - ``./scripts/checktransupdate.py Documentation/translations/zh_CN/dev-tools/testing-overview.rst``
|