Searched refs:py (Results  1 – 25 of 86) sorted by relevance
1234
| /Linux-v5.15/drivers/comedi/drivers/ni_routing/tools/ | 
| D | Makefile | 35 comedi_h.py : ../../../comedi.h41 ni_values.py: convert_c_to_py
 44 csv-files : ni_values.py comedi_h.py
 45 	./convert_py_to_csv.py
 48 	./make_blank_csv.py
 51 c-files : comedi_h.py
 52 	./convert_csv_to_c.py --route_values --device_routes
 62 	$(RM) -rf comedi_h.py ni_values.py convert_c_to_py all_cfiles.c *.pyc \
 
 | 
| D | .gitignore | 2 comedi_h.py4 ni_values.py
 
 | 
| /Linux-v5.15/tools/testing/selftests/tc-testing/plugin-lib/ | 
| 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-v5.15/Documentation/bpf/ | 
| D | drgn.rst | 17 bpf_inspect.py23 `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-v5.15/scripts/gdb/linux/ | 
| D | Makefile | 5 symlinks := $(patsubst $(srctree)/$(src)/%,%,$(wildcard $(srctree)/$(src)/*.py))21 always-y += constants.py
 22 $(obj)/constants.py: $(src)/constants.py.in FORCE
 
 | 
| /Linux-v5.15/Documentation/dev-tools/kunit/ | 
| D | running_tips.rst | 7 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. Currently
 36 	$ ./tools/testing/kunit/kunit.py run 'sysctl*'
 48 ``kunit.py run`` (along with ``build``, and ``config``) supports a
 57 	$ ./tools/testing/kunit/kunit.py run --kunitconfig=lib/kunit/.kunitconfig
 64 	$ ./tools/testing/kunit/kunit.py run --kunitconfig=lib/kunit
 90 	$ ./tools/testing/kunit/kunit.py run --kernel_args=param=42 --kernel_args=param2=false
 119 	$ ./tools/testing/kunit/kunit.py run
 [all …]
 
 | 
| D | kunit-tool.rst | 10 kunit_tool is a script (``tools/testing/kunit/kunit.py``) that aids in building43 	./tools/testing/kunit/kunit.py run
 49 	./tools/testing/kunit/kunit.py run --timeout=30 --jobs=`nproc --all`
 63 	./tools/testing/kunit/kunit.py run --kunitconfig=fs/ext4/.kunitconfig
 69 	./tools/testing/kunit/kunit.py run --help
 82 	./tools/testing/kunit/kunit.py config
 89 	./tools/testing/kunit/kunit.py build
 96 	./tools/testing/kunit/kunit.py exec
 115 	./tools/testing/kunit/kunit.py run --raw_output
 122 	./tools/testing/kunit/kunit.py run --raw_output=kunit
 [all …]
 
 | 
| D | faq.rst | 34 like the KUnit Wrapper (``tools/testing/kunit/kunit.py``) that does not support71 1. Try running ``./tools/testing/kunit/kunit.py run`` with the ``--raw_output``
 74 2. Instead of running ``kunit.py run``, try running ``kunit.py config``,
 75    ``kunit.py build``, and ``kunit.py exec`` independently. This can help track
 77    can run it manually against stdin or a file with ``kunit.py parse``.)
 80    building the UML kernel (e.g., by using ``kunit.py build``). Note that UML
 87    around, so you can see what config was used after running ``kunit.py run``.
 91 5. Try to run ``make ARCH=um defconfig`` before running ``kunit.py run``. This
 99    can be parsed with ``kunit.py parse``. For more details, see "KUnit on
 
 | 
| /Linux-v5.15/scripts/ | 
| D | spdxcheck-test.sh | 5 	python3 scripts/spdxcheck.py $FILE6 	python3 scripts/spdxcheck.py - < $FILE
 10 python3 scripts/spdxcheck.py > /dev/null
 
 | 
| /Linux-v5.15/tools/testing/selftests/tc-testing/ | 
| D | README | 26    ./tdc.py -c40 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 …]
 
 | 
| D | tdc.sh | 4 ./tdc.py -c actions --nobuildebpf5 ./tdc.py -c qdisc
 
 | 
| D | Makefile | 32 TEST_FILES := tdc*.py Tdc*.py plugins plugin-lib tc-tests
 | 
| /Linux-v5.15/tools/perf/Documentation/ | 
| D | build-xed.txt | 7   $ ./mfile.py --share8   $ ./mfile.py examples
 9   $ sudo ./mfile.py --prefix=/usr/local install
 
 | 
| D | db-export.txt | 10 	tools/perf/scripts/python/export-to-sqlite.py11 	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-v5.15/tools/testing/selftests/tpm2/ | 
| D | Makefile | 5 TEST_PROGS_EXTENDED := tpm2.py tpm2_tests.py
 | 
| /Linux-v5.15/tools/power/pm-graph/ | 
| D | Makefile | 10 	install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph11 	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
 
 | 
| D | README | 64        - python-requests (for stresstester.py)128 	%> sudo ./sleepgraph.py -modes
 133 	%> sudo ./sleepgraph.py -m mem -rtcwake 15
 137 	%> sudo ./sleepgraph.py -config config/suspend.cfg
 169  %> sudo ./sleepgraph.py -m mem -rtcwake 15 -mindev 1 -dev
 173  %> sudo ./sleepgraph.py -config config/suspend-dev.cfg
 193  %> sudo ./sleepgraph.py -m mem -rtcwake 15 -x2 -x2delay 1000 -predelay 1000 -postdelay 1000 -proc
 197  %> sudo ./sleepgraph.py -config config/suspend-proc.cfg
 277   %> sudo ./sleepgraph.py -m mem -rtcwake 10 -dev -gzip -multi 2000 0
 281   %> sudo ./sleepgraph.py -m mem -rtcwake 10 -dev -gzip -multi 2000 0 -skiphtml
 [all …]
 
 | 
| /Linux-v5.15/scripts/kconfig/tests/ | 
| D | pytest.ini | 6 # the directory name that contains it.  Use __init__.py for all test files.7 python_files = __init__.py
 
 | 
| /Linux-v5.15/Documentation/trace/ | 
| D | events-msr.rst | 35 The trace data can be post processed with the postprocess/decode_msr.py script::37   cat /sys/kernel/debug/tracing/trace | decode_msr.py /usr/src/linux/include/asm/msr-index.h
 
 | 
| /Linux-v5.15/tools/perf/scripts/python/bin/ | 
| D | stackcollapse-report | 3 perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@"
 | 
| D | flamegraph-report | 3 perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py -- "$@"
 | 
| D | net_dropmonitor-report | 4 perf script -s "$PERF_EXEC_PATH"/scripts/python/net_dropmonitor.py $@
 | 
| D | netdev-times-report | 5 perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
 | 
| D | compaction-times-report | 4 perf script -s "$PERF_EXEC_PATH"/scripts/python/compaction-times.py $@
 | 
| D | event_analyzing_sample-report | 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
 | 
        1234