Home
last modified time | relevance | path

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

1234

/linux/drivers/comedi/drivers/ni_routing/tools/
A DMakefile35 comedi_h.py : ../../../comedi.h
41 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 \
A D.gitignore2 comedi_h.py
4 ni_values.py
/linux/tools/testing/selftests/tc-testing/plugin-lib/
A 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/Documentation/bpf/
A Ddrgn.rst17 bpf_inspect.py
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
107 +++ b/tools/bpf_inspect.py
122 % sudo bpf_inspect.py p
[all …]
/linux/Documentation/dev-tools/kunit/
A Drunning_tips.rst7 Using ``kunit.py run`` ("kunit tool")
22 Early versions of ``kunit.py`` (before 5.6) didn't work unless run from
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
126 $ ./tools/testing/kunit/kunit.py run
139 $ ./tools/testing/kunit/kunit.py run --make_options=CC=/usr/bin/gcc-6
203 failed (as of 5.13). But ``kunit.py parse`` would, see below.
217 results in the same familiar format that ``kunit.py run`` does.
[all …]
A Dkunit-tool.rst43 ./tools/testing/kunit/kunit.py run
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
131 ./tools/testing/kunit/kunit.py parse /var/log/dmesg
133 dmesg | ./tools/testing/kunit/kunit.py parse
147 ./tools/testing/kunit/kunit.py run 'kunit-resource*'
185 ``tools/testing/kunit/qemu_configs/x86_64.py``.
[all …]
A Dfaq.rst34 like the KUnit Wrapper (``tools/testing/kunit/kunit.py``) that does not support
71 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/tools/testing/selftests/tc-testing/
A DREADME26 ./tdc.py -c
45 ./tdc.py -p /path/to/tc
65 ./tdc.py -h
187 lrwxrwxrwx 1 bjb bjb 27 Oct 4 16:12 10-rootPlugin.py -> ../plugin-lib/rootPlugin.py
188 lrwxrwxrwx 1 bjb bjb 25 Oct 12 17:55 20-nsPlugin.py -> ../plugin-lib/nsPlugin.py
189 -rwxr-xr-x 1 bjb bjb 0 Sep 29 15:56 __init__.py
224 TdcPlugin.py. To use the plugin, you have to put the
230 - rootPlugin.py:
232 - nsPlugin.py:
235 - valgrindPlugin.py
[all …]
A Dtdc.sh5 ./tdc.py -c actions --nobuildebpf
6 ./tdc.py -c qdisc
A DMakefile32 TEST_FILES := tdc*.py Tdc*.py plugins plugin-lib tc-tests
/linux/scripts/gdb/linux/
A DMakefile5 symlinks := $(patsubst $(srctree)/$(src)/%,%,$(wildcard $(srctree)/$(src)/*.py))
21 always-y += constants.py
22 $(obj)/constants.py: $(src)/constants.py.in FORCE
/linux/scripts/
A Dspdxcheck-test.sh5 python3 scripts/spdxcheck.py $FILE
6 python3 scripts/spdxcheck.py - < $FILE
10 python3 scripts/spdxcheck.py > /dev/null
/linux/tools/perf/Documentation/
A Dbuild-xed.txt7 $ ./mfile.py --share
8 $ ./mfile.py examples
9 $ sudo ./mfile.py --prefix=/usr/local install
A 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
A Dperf-script-python.txt11 'perf script' [-s [Python]:script[.py] ]
114 generated Python script: perf-script.py
117 perf-script.py. Here's the file in its entirety:
190 # mv perf-script.py syscall-counts.py
191 # perf script -s syscall-counts.py
316 # perf script -s syscall-counts.py
372 perf script -s ~/libexec/perf-core/scripts/python/syscall-counts.py
388 -rw-r--r-- 1 trz trz 2548 2010-01-26 22:29 check-perf-script.py
390 -rw-r--r-- 1 trz trz 1462 2010-01-26 22:30 syscall-counts.py
585 Core.py Module
[all …]
/linux/tools/power/pm-graph/
A 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
A DREADME64 - 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
173 %> sudo ./sleepgraph.py -config config/suspend-dev.cfg
291 %> sleepgraph.py -summary .
296 %> sleepgraph.py -summary . -genhtml
335 %> sudo ./sleepgraph.py -config config/suspend.cfg
595 sleepgraph.py on it.
656 [create an output html file using sleepgraph.py]
[all …]
/linux/tools/testing/selftests/tpm2/
A DMakefile5 TEST_PROGS_EXTENDED := tpm2.py tpm2_tests.py
/linux/scripts/kconfig/tests/
A Dpytest.ini6 # the directory name that contains it. Use __init__.py for all test files.
7 python_files = __init__.py
/linux/Documentation/trace/
A Devents-msr.rst35 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/Documentation/target/
A Dtcm_mod_builder.rst7 This document is intended to be a mini-HOWTO for using the tcm_mod_builder.py
29 tcm_mod_builder.py depends upon the mandatory '-p $PROTO_IDENT' and '-m
32 …target:/mnt/sdb/lio-core-2.6.git/Documentation/target# python tcm_mod_builder.py -p iSCSI -m tcm_n…
57 At the end of tcm_mod_builder.py. the script will ask to add the following
/linux/tools/perf/scripts/python/bin/
A Dcompaction-times-report4 perf script -s "$PERF_EXEC_PATH"/scripts/python/compaction-times.py $@
A Devent_analyzing_sample-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
A Dflamegraph-report3 perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py -- "$@"
A Dnet_dropmonitor-report4 perf script -s "$PERF_EXEC_PATH"/scripts/python/net_dropmonitor.py $@

Completed in 34 milliseconds

1234