Home
last modified time | relevance | path

Searched refs:py (Results 1 – 25 of 125) sorted by relevance

12345

/Linux-v6.6/drivers/comedi/drivers/ni_routing/tools/
DMakefile36 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 \
D.gitignore2 comedi_h.py
4 ni_values.py
/Linux-v6.6/tools/testing/selftests/tc-testing/plugin-lib/
DREADME-PLUGINS1 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-v6.6/tools/verification/dot2/
DMakefile19 $(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-v6.6/Documentation/bpf/
Ddrgn.rst17 bpf_inspect.py
23 `bpf_inspect.py`_ is a tool intended to inspect BPF programs and maps. It can
27 The main use-case `bpf_inspect.py`_ covers is to show BPF programs of types
37 % sudo bpf_inspect.py prog
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
106 --- a/tools/bpf_inspect.py
[all …]
/Linux-v6.6/scripts/gdb/linux/
DMakefile5 symlinks := $(patsubst $(srctree)/$(src)/%,%,$(wildcard $(srctree)/$(src)/*.py))
21 always-y += constants.py
22 $(obj)/constants.py: $(src)/constants.py.in FORCE
/Linux-v6.6/tools/testing/selftests/tc-testing/
DREADME26 ./tdc.py -c
40 in the tdc_config.py file. Find the 'TC' entry in the NAMES dictionary and
45 ./tdc.py -p /path/to/tc
56 Tests that use a network device should have nsPlugin.py listed as a
65 ./tdc.py -h
103 The tdc_config.py file contains multiple values that can be altered to suit
117 Run tdc.py -h to see the full list of available arguments.
119 usage: tdc.py [-h] [-p PATH] [-D DIR [DIR ...]] [-f FILE [FILE ...]]
176 was in the tdc.py script has been moved into the plugins.
187 lrwxrwxrwx 1 bjb bjb 27 Oct 4 16:12 10-rootPlugin.py -> ../plugin-lib/rootPlugin.py
[all …]
Dtdc.sh6 ./tdc.py -c actions --nobuildebpf
7 ./tdc.py -c qdisc
DMakefile31 TEST_FILES := tdc*.py Tdc*.py plugins plugin-lib tc-tests
/Linux-v6.6/scripts/
Dspdxcheck-test.sh5 python3 scripts/spdxcheck.py $FILE
6 python3 scripts/spdxcheck.py - < $FILE
10 python3 scripts/spdxcheck.py > /dev/null
/Linux-v6.6/Documentation/dev-tools/kunit/
Drunning_tips.rst7 Using ``kunit.py run`` ("kunit tool")
18 ( cd "$(git rev-parse --show-toplevel)" && ./tools/testing/kunit/kunit.py run "$@" )
22 Early versions of ``kunit.py`` (before 5.6) didn't work unless run from
28 ``kunit.py run`` accepts an optional glob argument to filter tests. The format
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
64 $ ./tools/testing/kunit/kunit.py run --kunitconfig=lib/kunit/.kunitconfig
71 $ ./tools/testing/kunit/kunit.py run --kunitconfig=lib/kunit
97 $ ./tools/testing/kunit/kunit.py run --kernel_args=param=42 --kernel_args=param2=false
[all …]
Dfaq.rst34 (``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`.
Dstart.rst24 ./tools/testing/kunit/kunit.py run
30 This happens because internally kunit.py specifies ``.kunit``
72 If you didn't run ``kunit.py run`` yet, you can generate it by running:
77 tools/testing/kunit/kunit.py config
81 ``.kunitconfig`` lives in the ``--build_dir`` used by kunit.py, which is
99 ./tools/testing/kunit/kunit.py run \
105 ./tools/testing/kunit/kunit.py run \
109 d. If you change the ``.kunitconfig``, kunit.py will trigger a rebuild of the
112 ``.kunitconfig``, kunit.py won't overwrite your changes.
135 ./tools/testing/kunit/kunit.py run "kunit_executor_test"
[all …]
Drun_wrapper.rst19 ./tools/testing/kunit/kunit.py run
33 ./tools/testing/kunit/kunit.py run --timeout=30 --jobs=`nproc --all`
53 ./tools/testing/kunit/kunit.py run --kunitconfig=fs/ext4/.kunitconfig
59 ./tools/testing/kunit/kunit.py run --help
111 ./tools/testing/kunit/kunit.py config
118 ./tools/testing/kunit/kunit.py build
126 ./tools/testing/kunit/kunit.py exec
141 ./tools/testing/kunit/kunit.py run --raw_output
151 ./tools/testing/kunit/kunit.py parse /var/log/dmesg
153 dmesg | ./tools/testing/kunit/kunit.py parse
[all …]
/Linux-v6.6/tools/perf/Documentation/
Dbuild-xed.txt7 $ ./mfile.py --share
8 $ ./mfile.py examples
9 $ sudo ./mfile.py --prefix=/usr/local install
Ddb-export.txt10 tools/perf/scripts/python/export-to-sqlite.py
11 tools/perf/scripts/python/export-to-postgresql.py
29 3. Scripts that use a database (e.g. exported-sql-viewer.py) can maintain
31 before using them. e.g. function IsSelectable() in exported-sql-viewer.py
/Linux-v6.6/tools/testing/selftests/net/openvswitch/
Dopenvswitch.sh77 ovs_sbx "$sbxname" python3 $ovs_base/ovs-dpctl.py add-dp $*
84 ovs_sbx "$1" python3 $ovs_base/ovs-dpctl.py add-if "$2" "$3" \
87 python3 $ovs_base/ovs-dpctl.py add-if \
96 ovs_sbx "$1" python3 $ovs_base/ovs-dpctl.py del-if "$2" "$3" || return 1
139 ovs_sbx "$1" python3 $ovs_base/ovs-dpctl.py add-flow "$2" "$3" "$4"
149 ovs_sbx "$1" python3 $ovs_base/ovs-dpctl.py del-flows "$2"
497 [ $(python3 $ovs_base/ovs-dpctl.py show nv0 | grep port | \
501 [ $(python3 $ovs_base/ovs-dpctl.py show nv0 | grep port | \
546 if python3 ovs-dpctl.py -h 2>&1 | \
/Linux-v6.6/tools/perf/pmu-events/
Dmetric.py547 py = orig.strip()
550 py = re.sub(r'([a-zA-Z][^-+/\* \\\(\),]*(?:\\.[^-+/\* \\\(\),]*)*)',
551 r'Event(r"\1")', py)
553 py = re.sub(r'#Event\(r"([^"]*)"\)', r'Literal("#\1")', py)
557 py = re.sub(r'0Event\(r"[xX]([0-9a-fA-F]*)"\)', r'Event("0x\1")', py)
559 py = re.sub(r'([0-9]+)Event\(r"(e[0-9]+)"\)', r'\1\2', py)
564 py = re.sub(rf'Event\(r"{kw}"\)', kw, py)
566 parsed = ast.parse(py, mode='eval')
DBuild8 JEVENTS_PY = pmu-events/jevents.py
9 METRIC_PY = pmu-events/metric.py
10 METRIC_TEST_PY = pmu-events/metric_test.py
/Linux-v6.6/tools/perf/scripts/python/bin/
Dgecko-report4 perf script -s "$PERF_EXEC_PATH"/scripts/python/gecko.py
6 perf script -s "$PERF_EXEC_PATH"/scripts/python/gecko.py -- "$@"
/Linux-v6.6/tools/testing/selftests/tpm2/
DMakefile5 TEST_PROGS_EXTENDED := tpm2.py tpm2_tests.py
/Linux-v6.6/tools/power/pm-graph/
DMakefile10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
26 ln -s ../lib/pm-graph/bootgraph.py $(DESTDIR)$(PREFIX)/bin/bootgraph
27 ln -s ../lib/pm-graph/sleepgraph.py $(DESTDIR)$(PREFIX)/bin/sleepgraph
/Linux-v6.6/scripts/kconfig/tests/
Dpytest.ini6 # the directory name that contains it. Use __init__.py for all test files.
7 python_files = __init__.py
/Linux-v6.6/tools/testing/selftests/amd-pstate/
DMakefile11 TEST_FILES += ../../../power/x86/amd_pstate_tracer/amd_pstate_trace.py
12 TEST_FILES += ../../../power/x86/intel_pstate_tracer/intel_pstate_tracer.py
/Linux-v6.6/Documentation/trace/
Devents-msr.rst35 The trace data can be post processed with the postprocess/decode_msr.py script::
37 cat /sys/kernel/tracing/trace | decode_msr.py /usr/src/linux/include/asm/msr-index.h

12345