Home
last modified time | relevance | path

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

123

/Linux-v4.19/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-v4.19/scripts/gdb/linux/
DMakefile8 $(Q)ln -fsn $(SRCTREE)/$(obj)/*.py $(objtree)/$(obj)
17 targets += constants.py
18 $(obj)/constants.py: $(SRCTREE)/$(obj)/constants.py.in FORCE
21 build_constants_py: $(obj)/constants.py
24 clean-files := *.pyc *.pyo $(if $(KBUILD_SRC),*.py) $(obj)/constants.py
D.gitignore3 constants.py
/Linux-v4.19/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
61 ./tdc.py -h
99 The tdc_config.py file contains multiple values that can be altered to suit
113 Run tdc.py -h to see the full list of available arguments.
115 usage: tdc.py [-h] [-p PATH] [-D DIR [DIR ...]] [-f FILE [FILE ...]]
158 Run commands in namespace as specified in tdc_config.py
170 was in the tdc.py script has been moved into the plugins.
180 lrwxrwxrwx 1 bjb bjb 27 Oct 4 16:12 10-rootPlugin.py -> ../plugin-lib/rootPlugin.py
[all …]
/Linux-v4.19/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 $(DESTDIR)$(PREFIX)/lib/pm-graph/bootgraph.py $(DESTDIR)$(PREFIX)/bin/bootgraph
27 ln -s $(DESTDIR)$(PREFIX)/lib/pm-graph/sleepgraph.py $(DESTDIR)$(PREFIX)/bin/sleepgraph
/Linux-v4.19/scripts/kconfig/tests/
Dpytest.ini6 # the directory name that contains it. Use __init__.py for all test files.
7 python_files = __init__.py
/Linux-v4.19/Documentation/
DMakefile11 …IRS = $(patsubst $(srctree)/Documentation/%/conf.py,%,$(wildcard $(srctree)/Documentation/*/conf…
12 SPHINX_CONF = conf.py
/Linux-v4.19/Documentation/trace/
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-v4.19/tools/perf/scripts/python/bin/
Dstackcollapse-report3 perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
Dcompaction-times-report4 perf script -s "$PERF_EXEC_PATH"/scripts/python/compaction-times.py $@
Devent_analyzing_sample-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
Dnet_dropmonitor-report4 perf script -s "$PERF_EXEC_PATH"/scripts/python/net_dropmonitor.py $@
Dnetdev-times-report5 perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
Dsched-migration-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py
Dfutex-contention-report4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
Dpowerpc-hcalls-report2 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/powerpc-hcalls.py
Dintel-pt-events-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/intel-pt-events.py
Dmem-phys-addr-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/mem-phys-addr.py
Dsyscall-counts-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
Dfailed-syscalls-by-pid-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
Dsyscall-counts-by-pid-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts-by-pid.py $comm
Dsctop-report24 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sctop.py $comm $interval
/Linux-v4.19/drivers/video/console/
Dsticon.c256 int *px, int *py) in sticon_getxy() argument
287 if (py) *py = y; in sticon_getxy()
/Linux-v4.19/Documentation/target/
Dtcm_mod_builder.txt5 This document is intended to be a mini-HOWTO for using the tcm_mod_builder.py
27 tcm_mod_builder.py depends upon the mandatory '-p $PROTO_IDENT' and '-m
30 target:/mnt/sdb/lio-core-2.6.git/Documentation/target# python tcm_mod_builder.py -p iSCSI -m tcm_na…
55 At the end of tcm_mod_builder.py. the script will ask to add the following
/Linux-v4.19/tools/perf/Documentation/
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
248 (implemented in Core.py) that implements Perl's 'autovivifying' hashes
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
[all …]

123