Home
last modified time | relevance | path

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

/linux-3.4.99/tools/perf/scripts/python/bin/
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 $@
Dfutex-contention-report4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
Dsched-migration-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.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-3.4.99/arch/mips/pmc-sierra/yosemite/
DMakefile5 obj-y += irq.o prom.o py-console.o setup.o
/linux-3.4.99/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-3.4.99/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:
192 # mv perf-script.py syscall-counts.py
193 # perf script -s syscall-counts.py
250 (implemented in Core.py) that implements Perl's 'autovivifying' hashes
318 # perf script -s syscall-counts.py
375 perf script -s ~/libexec/perf-core/scripts/python/syscall-counts.py
393 -rw-r--r-- 1 trz trz 2548 2010-01-26 22:29 check-perf-script.py
395 -rw-r--r-- 1 trz trz 1462 2010-01-26 22:30 syscall-counts.py
[all …]
/linux-3.4.99/drivers/video/console/
Dsticon.c281 int *px, int *py) in sticon_getxy() argument
312 if (py) *py = y; in sticon_getxy()
Dfbcon.c2727 int *px, int *py) in fbcon_getxy() argument
2760 if (py) in fbcon_getxy()
2761 *py = y; in fbcon_getxy()
/linux-3.4.99/tools/perf/util/
Dpython-ext-sources5 # processed by Makefile and util/setup.py accordingly.
/linux-3.4.99/drivers/media/video/
Darv.c278 unsigned char *py, *pu, *pv; in ar_read() local
375 py = yuv; in ar_read()
376 pu = py + (ar->frame_bytes / 2); in ar_read()
381 *py++ = *p++; in ar_read()
383 *py++ = *p++; in ar_read()
/linux-3.4.99/scripts/rt-tester/
Dcheck-all.sh6 ./rt-tester.py $1 | grep Pass
/linux-3.4.99/Documentation/DocBook/media/
Dvbi_525.gif.b641 R0lGODlhKgPIAIAAAAAAAP///yH5BAEAAAEALAAAAAAqA8gAAAL+jI+py+0Po5y02ouz3rz7D4bi
Dvbi_625.gif.b641 R0lGODlhKgPIAIAAAAAAAP///yH5BAEAAAEALAAAAAAqA8gAAAL+jI+py+0Po5y02ouz3rz7D4bi
/linux-3.4.99/arch/ia64/
DMakefile81 -$(Q)READELF=$(READELF) python $(srctree)/arch/ia64/scripts/unwcheck.py $<
/linux-3.4.99/Documentation/networking/
Dcxacru.txt11 There is a script cxacru-cf.py to convert an existing file to the sysfs form.
D00-INDEX47 cxacru-cf.py
/linux-3.4.99/tools/perf/
DMakefile201 PYTHON_EXT_DEPS := util/python-ext-sources util/setup.py
204 $(QUIET_GEN)CFLAGS='$(BASIC_CFLAGS)' $(PYTHON_WORD) util/setup.py \
952 $(INSTALL) scripts/python/*.py -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/scripts/python'
956 $(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)'
/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c47 int32_t *px, int32_t *py, u_int16_t np);
3999 int32_t *px, int32_t *py, u_int16_t np) in ar9003_hw_power_interpolate() argument
4019 hy = py[ip]; in ar9003_hw_power_interpolate()
4028 ly = py[ip]; in ar9003_hw_power_interpolate()