Home
last modified time | relevance | path

Searched refs:scripts (Results 1 – 200 of 254) sorted by relevance

12

/linux-4.4.14/scripts/genksyms/
Dkeywords.hash.c_shipped2 … Command-line: gperf -t --output-file scripts/genksyms/keywords.hash.c_shipped -a -C -E -g -k '1,3…
31 #line 4 "scripts/genksyms/keywords.gperf"
35 #line 8 "scripts/genksyms/keywords.gperf"
102 #line 35 "scripts/genksyms/keywords.gperf"
105 #line 15 "scripts/genksyms/keywords.gperf"
108 #line 16 "scripts/genksyms/keywords.gperf"
111 #line 27 "scripts/genksyms/keywords.gperf"
114 #line 19 "scripts/genksyms/keywords.gperf"
116 #line 18 "scripts/genksyms/keywords.gperf"
118 #line 20 "scripts/genksyms/keywords.gperf"
[all …]
/linux-4.4.14/scripts/kconfig/
DPOTFILES.in1 scripts/kconfig/lxdialog/checklist.c
2 scripts/kconfig/lxdialog/inputbox.c
3 scripts/kconfig/lxdialog/menubox.c
4 scripts/kconfig/lxdialog/textbox.c
5 scripts/kconfig/lxdialog/util.c
6 scripts/kconfig/lxdialog/yesno.c
7 scripts/kconfig/mconf.c
8 scripts/kconfig/conf.c
9 scripts/kconfig/confdata.c
10 scripts/kconfig/gconf.c
[all …]
Dzconf.hash.c_shipped2 /* Command-line: gperf -t --output-file scripts/kconfig/zconf.hash.c_shipped -a -C -E -g -k '1,3,$'…
31 #line 10 "scripts/kconfig/zconf.gperf"
187 #line 26 "scripts/kconfig/zconf.gperf"
189 #line 37 "scripts/kconfig/zconf.gperf"
192 #line 27 "scripts/kconfig/zconf.gperf"
195 #line 30 "scripts/kconfig/zconf.gperf"
197 #line 32 "scripts/kconfig/zconf.gperf"
199 #line 20 "scripts/kconfig/zconf.gperf"
201 #line 25 "scripts/kconfig/zconf.gperf"
204 #line 33 "scripts/kconfig/zconf.gperf"
[all …]
D.zconf.tab.o.cmd1scripts/kconfig/.zconf.tab.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-poi…
3 source_scripts/kconfig/zconf.tab.o := scripts/kconfig/zconf.tab.c
51 scripts/kconfig/lkc.h \
56 scripts/kconfig/expr.h \
59 scripts/kconfig/list.h \
63 scripts/kconfig/lkc_proto.h \
64 scripts/kconfig/zconf.hash.c \
65 scripts/kconfig/zconf.lex.c \
85 scripts/kconfig/util.c \
86 scripts/kconfig/confdata.c \
[all …]
D.conf.cmd1 cmd_scripts/kconfig/conf := gcc -o scripts/kconfig/conf scripts/kconfig/conf.o scripts/kconfig/zco…
D.conf.o.cmd1scripts/kconfig/.conf.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer …
3 source_scripts/kconfig/conf.o := scripts/kconfig/conf.c
71 scripts/kconfig/lkc.h \
75 scripts/kconfig/expr.h \
78 scripts/kconfig/list.h \
81 scripts/kconfig/lkc_proto.h \
83 scripts/kconfig/conf.o: $(deps_scripts/kconfig/conf.o)
DMakefile62 --files-from=$(srctree)/scripts/kconfig/POTFILES.in \
116 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m .config $(configfiles)
/linux-4.4.14/
DMakefile339 scripts/Kbuild.include: ;
340 include scripts/Kbuild.include
353 GENKSYMS = scripts/genksyms/genksyms
401 KBUILD_LDFLAGS_MODULE := -T $(srctree)/scripts/module-common.lds
439 $(Q)$(MAKE) $(build)=scripts/basic
443 scripts/basic/%: scripts_basic ;
452 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkmakefile \
459 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
461 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.asm-generic \
528 $(Q)$(MAKE) $(build)=scripts/kconfig $@
[all …]
DREPORTING-BUGS54 perl scripts/get_maintainer.pl -f <filename>
100 First run the ver_linux script included as scripts/ver_linux, which
102 the command "sh scripts/ver_linux".
DKbuild96 missing-syscalls: scripts/checksyscalls.sh $(offsets-file) FORCE
/linux-4.4.14/scripts/
D.check-lc_ctype.cmd1scripts/.check-lc_ctype.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer …
3 source_scripts/check-lc_ctype := scripts/check-lc_ctype.c
17 scripts/check-lc_ctype: $(deps_scripts/check-lc_ctype)
DMakefile.build36 include scripts/Kbuild.include
53 include scripts/Makefile.lib
64 include scripts/Makefile.host
112 cmd_secanalysis = ; scripts/mod/modpost $@
224 $(objtree)/scripts/recordmcount $(RECORDMCOUNT_FLAGS) "$(@)"; \
226 recordmcount_source := $(srctree)/scripts/recordmcount.c \
227 $(srctree)/scripts/recordmcount.h
229 sub_cmd_record_mcount = set -e ; perl $(srctree)/scripts/recordmcount.pl "$(ARCH)" \
235 recordmcount_source := $(srctree)/scripts/recordmcount.pl
250 scripts/basic/fixdep $(depfile) $@ '$(call make-cmd,cc_o_c)' > \
[all …]
DKbuild.include136 cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh $(CC))
140 $(srctree)/scripts/gcc-version.sh -p $(CC))
163 ld-version = $(shell $(LD) --version | $(srctree)/scripts/ld-version.sh)
172 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj=
175 build := -f $(srctree)/scripts/Makefile.build obj
178 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.modbuiltin obj=
181 modbuiltin := -f $(srctree)/scripts/Makefile.modbuiltin obj
184 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj=
187 dtbinst := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.dtbinst obj
190 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj=
[all …]
DMakefile.modpost43 include scripts/Kbuild.include
57 include scripts/Makefile.lib
72 modpost = scripts/mod/modpost \
D.docproc.cmd1 …D,scripts/.docproc.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=…
3 source_scripts/docproc := scripts/docproc.c
80 scripts/docproc: $(deps_scripts/docproc)
Ddecode_stacktrace.sh77 local scripts=`dirname "${BASH_SOURCE[0]}"`
79 echo "$1" | $scripts/decodecode
DMakefile.fwinst15 include scripts/Kbuild.include
18 include scripts/Makefile.host
DMakefile.modbuiltin15 include scripts/Kbuild.include
27 include scripts/Makefile.lib
DMakefile.headersinst24 include scripts/Kbuild.include
109 $(install-file): scripts/headers_install.sh $(input-files1) $(input-files2) $(input-files3) FORCE
119 $(check-file): scripts/headers_check.pl $(output-files) FORCE
Dlink-vmlinux.sh97 scripts/kallsyms ${kallsymopt} | \
110 ${objtree}/scripts/sortextable ${1}
Dheaders_install.sh41 scripts/unifdef -U__KERNEL__ -D__EXPORTED_HEADERS__ "$OUTDIR/$FILE.sed" \
DMakefile.asm-generic11 include scripts/Kbuild.include
DMakefile.modsign8 include scripts/Kbuild.include
Dmodule-common.lds3 * Archs are free to supply their own linker scripts. ld will
DMakefile.modinst8 include scripts/Kbuild.include
DMakefile.dtbinst20 include scripts/Kbuild.include
DMakefile.clean10 include scripts/Kbuild.include
Dcoccicheck174 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
DMakefile.lib287 $(objtree)/scripts/dtc/dtc -O dtb -o $@ -b 0 \
383 sh $(srctree)/scripts/xz_wrap.sh && \
/linux-4.4.14/scripts/package/
DMakefile31 MKSPEC := $(srctree)/scripts/package/mkspec
41 $(srctree)/scripts/setlocalversion --save-scmversion; \
53 $(CONFIG_SHELL) $(srctree)/scripts/mkversion > $(objtree)/.tmp_version
63 $(CONFIG_SHELL) $(srctree)/scripts/mkversion > $(objtree)/.tmp_version
88 $(srctree)/scripts/package/builddeb $@
107 $(CONFIG_SHELL) $(srctree)/scripts/package/buildtar $@
/linux-4.4.14/samples/pktgen/
DREADME.rst1 Sample and benchmark scripts for pktgen (packet generator)
3 This directory contains some pktgen sample and benchmark scripts, that
16 across the sample scripts. Usage example is printed on errors::
43 See sample scripts for usage examples.
/linux-4.4.14/certs/
DMakefile18 cmd_extract_certs = scripts/extract-cert $(2) $@ || ( rm $@; exit 1)
21 $(obj)/x509_certificate_list: scripts/extract-cert $(SYSTEM_TRUSTED_KEYS_SRCPREFIX)$(SYSTEM_TRUSTED…
92 $(obj)/signing_key.x509: scripts/extract-cert $(X509_DEP) FORCE
/linux-4.4.14/scripts/gdb/linux/
DMakefile1 always := gdb-scripts
5 $(obj)/gdb-scripts:
/linux-4.4.14/tools/perf/Documentation/
Dperf-script-python.txt33 scripts via 'perf script -l'. As such, this script also shows how to
35 scripts listed by that command.
83 general-purpose scripts to drill down and get more detail about
132 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
219 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
282 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
332 writing a couple of very simple shell scripts and putting them in the
334 scripts listed by the 'perf script -l' command e.g.:
338 List of available trace scripts:
349 scripts, one for recording and one for 'reporting'.
[all …]
Dperf-script-perl.txt30 You can also look at the existing scripts in
31 ~/libexec/perf-core/scripts/perl for typical examples showing how to
119 use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-Trace-Util/lib";
133 gives scripts a chance to do setup tasks:
142 processed and gives scripts a chance to do end-of-script tasks, such
177 These functions provide some essential functions to user scripts.
191 common, but need to be made accessible to user scripts nonetheless.
Dperf-script.txt26 You can also run a set of pre-canned scripts that aggregate and
27 summarize the raw trace data in various ways (the list of scripts is
29 record and run those scripts:
71 information on how to write and run your own trace scripts.
88 Display a list of available trace scripts.
103 normally use -a by default, while scripts run with a <command>
Dperf-test.txt16 also will look for a directory with more tests in the form of scripts.
Dperf-bench.txt40 processing by scripts.
DMakefile1 include ../../scripts/Makefile.include
/linux-4.4.14/Documentation/filesystems/
Ddevpts.txt20 'newinstance' option (as in current start-up scripts) the new mount binds
61 and no change is needed to system-startup scripts.
64 administrators or startup scripts should "redirect" open of /dev/ptmx to
81 But this method requires that system-startup scripts set the mode of
82 /dev/pts/ptmx correctly (default mode is 0000). The scripts can set the
89 startup scripts have not yet been updated, container-startup scripts
93 Or, in general, container-startup scripts should use:
/linux-4.4.14/Documentation/dvb/
Dudev.txt21 dir where udev can execute it, most likely /etc/udev/scripts/
23 So, create a new file /etc/udev/scripts/dvb.sh and add the following:
38 KERNEL="dvb*", PROGRAM="/etc/udev/scripts/dvb.sh %k", NAME="%c"
45 the helper script /etc/udev/scripts/dvb.sh is invoked, which will then
/linux-4.4.14/Documentation/DocBook/
DMakefile69 KERNELDOCXMLREF = $(srctree)/scripts/kernel-doc-xml-ref
70 KERNELDOC = $(srctree)/scripts/kernel-doc
71 DOCPROC = $(objtree)/scripts/docproc
72 CHECK_LC_CTYPE = $(objtree)/scripts/check-lc_ctype
D.writing_usb_driver.xml.cmd1 cmd_Documentation/DocBook/writing_usb_driver.xml := SRCTREE=./ ./scripts/docproc doc Documentation/…
D.lsm.xml.cmd1 cmd_Documentation/DocBook/lsm.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/lsm.tmp…
D.media_api.xml.cmd1 cmd_Documentation/DocBook/media_api.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/m…
D.writing_musb_glue_layer.xml.cmd1 cmd_Documentation/DocBook/writing_musb_glue_layer.xml := SRCTREE=./ ./scripts/docproc doc Documenta…
D.kgdb.xml.cmd1 cmd_Documentation/DocBook/kgdb.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/kgdb.t…
D.kernel-hacking.xml.cmd1 cmd_Documentation/DocBook/kernel-hacking.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocB…
D.uio-howto.xml.cmd1 cmd_Documentation/DocBook/uio-howto.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/u…
D.debugobjects.xml.cmd1 cmd_Documentation/DocBook/debugobjects.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBoo…
D.librs.xml.cmd1 cmd_Documentation/DocBook/librs.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/librs…
D.deviceiobook.xml.cmd1 cmd_Documentation/DocBook/deviceiobook.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBoo…
D.z8530book.xml.cmd1 cmd_Documentation/DocBook/z8530book.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/z…
D.writing-an-alsa-driver.xml.cmd1 cmd_Documentation/DocBook/writing-an-alsa-driver.xml := SRCTREE=./ ./scripts/docproc doc Documentat…
D.kernel-locking.xml.cmd1 cmd_Documentation/DocBook/kernel-locking.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocB…
D.regulator.xml.cmd1 cmd_Documentation/DocBook/regulator.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/r…
D.tracepoint.xml.cmd1 cmd_Documentation/DocBook/tracepoint.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/…
D.libata.xml.cmd1 cmd_Documentation/DocBook/libata.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/liba…
D.mtdnand.xml.cmd1 cmd_Documentation/DocBook/mtdnand.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/mtd…
D.genericirq.xml.cmd1 cmd_Documentation/DocBook/genericirq.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/…
D.w1.xml.cmd1 cmd_Documentation/DocBook/w1.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/w1.tmpl …
D.sh.xml.cmd1 cmd_Documentation/DocBook/sh.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/sh.tmpl …
D.rapidio.xml.cmd1 cmd_Documentation/DocBook/rapidio.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/rap…
D.usb.xml.cmd1 cmd_Documentation/DocBook/usb.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/usb.tmp…
D.s390-drivers.xml.cmd1 cmd_Documentation/DocBook/s390-drivers.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBoo…
D.gadget.xml.cmd1 cmd_Documentation/DocBook/gadget.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/gadg…
D.iio.xml.cmd1 cmd_Documentation/DocBook/iio.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/iio.tmp…
D.scsi.xml.cmd1 cmd_Documentation/DocBook/scsi.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/scsi.t…
D.filesystems.xml.cmd1 cmd_Documentation/DocBook/filesystems.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook…
D.networking.xml.cmd1 cmd_Documentation/DocBook/networking.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/…
D.alsa-driver-api.xml.cmd1 cmd_Documentation/DocBook/alsa-driver-api.xml := SRCTREE=./ ./scripts/docproc doc Documentation/Doc…
D.kernel-api.xml.cmd1 cmd_Documentation/DocBook/kernel-api.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/…
D.crypto-API.xml.cmd1 cmd_Documentation/DocBook/crypto-API.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/…
D.device-drivers.xml.cmd1 cmd_Documentation/DocBook/device-drivers.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocB…
D.gpu.xml.cmd1 cmd_Documentation/DocBook/gpu.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/gpu.tmp…
D.80211.xml.cmd1 cmd_Documentation/DocBook/80211.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/80211…
/linux-4.4.14/Documentation/
Dcoccinelle.txt46 front-end in the 'scripts' directory.
83 sub-directories of 'scripts/coccinelle' to the entire Linux kernel.
129 make C=1 CHECK="scripts/coccicheck"
133 make C=2 CHECK="scripts/coccicheck"
138 This runs every semantic patch in scripts/coccinelle by default. The
167 sub-directories of 'scripts/coccinelle/'.
180 make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci
218 make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci
262 make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci
297 make coccicheck MODE=org COCCI=scripts/coccinelle/api/err_cast.cocci
Dkernel-doc-nano-HOWTO.txt17 a few simple conventions. The scripts/kernel-doc perl script, some
42 Only comments so marked will be considered by the kernel-doc scripts,
119 - scripts/kernel-doc
131 - scripts/docproc.c
169 $ scripts/kernel-doc -man $(find -name '*.c') | split-man.pl /tmp/man
170 $ scripts/kernel-doc -man $(find -name '*.h') | split-man.pl /tmp/man
202 $ scripts/kernel-doc -man -function fn file | nroff -man | less
206 $ scripts/kernel-doc -text -function fn file
Dgdb-kernel-debugging.txt7 kernel provides a collection of helper scripts that can simplify typical
49 Note: Some distros may restrict auto-loading of gdb scripts to known safe
Dmodule-signing.txt73 scripts/sign-file
209 To manually sign a module, use the scripts/sign-file tool available in
219 scripts/sign-file sha512 kernel-signkey.priv \
Dinit.txt34 dependencies). And before tackling scripts, better first test a simple
Dunicode.txt163 fictional and artificial scripts has been established by John Cowan
171 wish to encode fictional scripts use these codes, in the interest of
DSAK.txt77 lines in its rc.sysinit and rc scripts:
DSubmitChecklist31 patch style checker prior to submission (scripts/checkpatch.pl).
Dxz.txt42 scripts/xz_wrap.sh is a wrapper for the xz command line tool found
Dbinfmt_misc.txt82 You may want to add the binary formats in one of your /etc/rc scripts during
Dmemory-hotplug.txt85 (However, if you writes udev's hotplug scripts for memory hotplug, these
210 But scripts for memory hotplug are not contained in generic udev package(now).
/linux-4.4.14/tools/perf/
DMakefile.perf1 include ../scripts/Makefile.include
540 $(call QUIET_INSTALL, perl-scripts) \
542 …$(INSTALL) scripts/perl/Perf-Trace-Util/lib/Perf/Trace/* -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/s…
543 $(INSTALL) scripts/perl/*.pl -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/scripts/perl'; \
545 $(INSTALL) scripts/perl/bin/* -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/scripts/perl/bin'
548 $(call QUIET_INSTALL, python-scripts) \
551 …$(INSTALL) scripts/python/Perf-Trace-Util/lib/Perf/Trace/* -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)…
552 $(INSTALL) scripts/python/*.py -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/scripts/python'; \
553 $(INSTALL) scripts/python/bin/* -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/scripts/python/bin'
DBuild43 libperf-y += scripts/
DMANIFEST15 tools/scripts
/linux-4.4.14/arch/ia64/
DMakefile33 GAS_STATUS = $(shell $(srctree)/arch/ia64/scripts/check-gas "$(CC)" "$(OBJDUMP)")
34 KBUILD_CPPFLAGS += $(shell $(srctree)/arch/ia64/scripts/toolchain-flags "$(CC)" "$(OBJDUMP)" "$(REA…
78 -$(Q)READELF=$(READELF) $(PYTHON) $(srctree)/arch/ia64/scripts/unwcheck.py $<
/linux-4.4.14/arch/metag/
DMakefile71 %.dtb %.dtb.S %.dtb.o: scripts
74 dtbs: scripts
/linux-4.4.14/scripts/basic/
D.fixdep.cmd1 …,-MD,scripts/basic/.fixdep.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-point…
3 source_scripts/basic/fixdep := scripts/basic/fixdep.c
95 scripts/basic/fixdep: $(deps_scripts/basic/fixdep)
/linux-4.4.14/Documentation/security/
DSELinux.txt8 scripts/selinux. Note that this requires the selinux
20 cd scripts/selinux
/linux-4.4.14/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME9 that scripts may want to use. Context.pm contains the Perl->C
10 interface that allows scripts to access data in the embedding perf
11 executable; scripts wishing to do that should 'use Context.pm'.
/linux-4.4.14/drivers/mfd/
Dtwl4030-power.c574 err = load_twl4030_script(pdata, pdata->scripts[i], address); in twl4030_power_configure_scripts()
577 address += pdata->scripts[i]->size; in twl4030_power_configure_scripts()
729 .scripts = omap3_reset_scripts,
818 .scripts = omap3_idle_scripts,
830 .scripts = omap3_idle_scripts,
837 .scripts = omap3_idle_scripts,
844 .scripts = omap3_idle_scripts,
/linux-4.4.14/tools/perf/scripts/python/bin/
Dnet_dropmonitor-report4 perf script -s "$PERF_EXEC_PATH"/scripts/python/net_dropmonitor.py $@
Devent_analyzing_sample-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
Dcompaction-times-report4 perf script -s "$PERF_EXEC_PATH"/scripts/python/compaction-times.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
Dsyscall-counts-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
Dsyscall-counts-by-pid-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts-by-pid.py $comm
Dfailed-syscalls-by-pid-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
Dsctop-report24 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sctop.py $comm $interval
Dexport-to-postgresql-report29 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/export-to-postgresql.py $dbname $columns $calls
/linux-4.4.14/tools/perf/scripts/perl/bin/
Dwakeup-latency-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
Drw-by-pid-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-pid.pl
Drw-by-file-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-file.pl $comm
Dfailed-syscalls-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
Drwtop-report20 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rwtop.pl $interval
/linux-4.4.14/arch/arm64/
DMakefile93 %.dtb: scripts
98 dtbs: prepare scripts
/linux-4.4.14/arch/um/os-Linux/skas/
DMakefile10 include arch/um/scripts/Makefile.rules
/linux-4.4.14/arch/arc/
DMakefile120 %.dtb %.dtb.S %.dtb.o: scripts
123 dtbs: scripts
/linux-4.4.14/tools/hv/
Dhv_set_ifconfig.sh58 cp $1 /etc/sysconfig/network-scripts/
/linux-4.4.14/fs/hostfs/
DMakefile11 include arch/um/scripts/Makefile.rules
/linux-4.4.14/arch/x86/um/os-Linux/
DMakefile13 include arch/um/scripts/Makefile.rules
/linux-4.4.14/arch/um/kernel/skas/
DMakefile15 include arch/um/scripts/Makefile.rules
/linux-4.4.14/arch/um/os-Linux/drivers/
DMakefile13 include arch/um/scripts/Makefile.rules
/linux-4.4.14/arch/mips/jz4740/
DMakefile12 CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt
/linux-4.4.14/tools/perf/ui/browsers/
DBuild4 libperf-y += scripts.o
/linux-4.4.14/Documentation/leds/
Dleds-blinkm.txt9 Also you can store blinking sequences as "scripts" in
48 b) Sysfs group to control rgb, fade, hsb, scripts ...
/linux-4.4.14/Documentation/networking/
Dpktgen.txt115 as defined in the sample scripts.
219 Sample scripts
222 A collection of tutorial scripts and helpers for pktgen is in the
224 and consistant parameter parsing across the sample scripts.
242 pktgen_sampleXX scripts and modify them to fit your own needs.
244 The old scripts:
270 To avoid breaking existing testbed scripts for using AH type and tunnel mode,
Ddl2k.txt52 located at /etc/sysconfig/network-scripts or create it manually.
167 3. Locate the network configuration scripts, normally the
168 /etc/sysconfig/network-scripts directory, and create a configuration
De100.txt48 http://downloadfinder.intel.com/scripts-df/support_intel.asp
98 startup scripts and/or configuration files. Many popular Linux
Digbvf.txt53 http://downloadcenter.intel.com/scripts-df-external/Support_Intel.aspx
Dbonding.txt971 initialization scripts, or manually using either iproute2 or the
973 network initialization scripts: initscripts, sysconfig or interfaces.
980 bonding without support from the network initialization scripts (i.e.,
997 package that provides your network initialization scripts.
1142 writing, this does not function for bonding devices; the scripts
1158 Because the sysconfig scripts supply the bonding module
1168 initialization scripts have knowledge of bonding, and can be configured to
1179 /etc/sysconfig/network-scripts
1183 for eth0 would be named /etc/sysconfig/network-scripts/ifcfg-eth0.
1202 script will be /etc/sysconfig/network-scripts/ifcfg-bondX where X is
[all …]
/linux-4.4.14/tools/power/acpi/
DMakefile11 include ../../scripts/Makefile.include
DMakefile.config11 include ../../../../scripts/Makefile.include
/linux-4.4.14/arch/mips/mti-malta/
DMakefile22 CFLAGS_malta-dtshim.o = -I$(src)/../../../scripts/dtc/libfdt
/linux-4.4.14/scripts/dtc/
Dupdate-dtc-source.sh31 DTC_LINUX_PATH=`pwd`/scripts/dtc
/linux-4.4.14/drivers/tty/vt/
DMakefile15 cmd_conmk = scripts/conmakehash $< > $@
/linux-4.4.14/init/
DMakefile35 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkcompile_h $@ \
/linux-4.4.14/tools/testing/selftests/ftrace/
DREADME5 shell scripts for testing. Feel free to add new test cases.
73 There are some sample test scripts for result code under samples/.
/linux-4.4.14/security/tomoyo/
DMakefile6 $(objtree)/scripts/basic/bin2c <$(firstword $(wildcard $(obj)/policy/$(1).conf $(srctree)/$(src)/po…
/linux-4.4.14/arch/x86/purgatory/
DMakefile21 CMD_BIN2C = $(objtree)/scripts/basic/bin2c
/linux-4.4.14/Documentation/device-mapper/
Ddelay.txt14 Example scripts
Dlinear.txt14 Example scripts
Dstriped.txt22 Example scripts
Ddm-crypt.txt79 Example scripts
/linux-4.4.14/arch/um/os-Linux/
DMakefile20 include arch/um/scripts/Makefile.rules
/linux-4.4.14/tools/build/
DMakefile6 include $(srctree)/tools//scripts/Makefile.include
/linux-4.4.14/tools/testing/ktest/examples/include/
Ddefaults.conf67 SCRIPTS_DIR := ${THIS_DIR}/scripts
/linux-4.4.14/drivers/tty/serial/8250/
DMakefile32 CFLAGS_8250_ingenic.o += -I$(srctree)/scripts/dtc/libfdt
/linux-4.4.14/security/selinux/
DMakefile21 cmd_flask = scripts/selinux/genheaders/genheaders $(obj)/flask.h $(obj)/av_permissions.h
/linux-4.4.14/arch/um/kernel/
DMakefile26 include arch/um/scripts/Makefile.rules
/linux-4.4.14/tools/lib/api/
DMakefile1 include ../../scripts/Makefile.include
/linux-4.4.14/usr/
DMakefile41 initramfs := $(CONFIG_SHELL) $(srctree)/scripts/gen_initramfs_list.sh
/linux-4.4.14/arch/x86/um/
DMakefile45 include arch/um/scripts/Makefile.rules
/linux-4.4.14/drivers/firmware/efi/libstub/
DMakefile17 cflags-$(CONFIG_EFI_ARMSTUB) += -I$(srctree)/scripts/dtc/libfdt
/linux-4.4.14/drivers/video/logo/
DMakefile40 pnmtologo := scripts/pnmtologo
/linux-4.4.14/Documentation/powerpc/
Dfirmware-assisted-dump.txt25 service start/stop init scripts.
101 collecting the dump from user land scripts (e.g. kdump scripts)
150 infrastructure (kdump scripts) to save the dump works fine with
183 This interface can be used by kdump init scripts to identify if
Deeh-pci-error-recovery.txt177 user-space scripts that might issue commands such as "ifdown eth0"
179 hoping to give the user-space scripts enough time to complete.
190 events get delivered to user-space scripts.
/linux-4.4.14/Documentation/w1/slaves/
Dw1_ds240620 driver ORs this state with 0x30, so shell scripts get an ASCII 0/1/2/3 to
/linux-4.4.14/arch/x86/entry/syscalls/
DMakefile53 $(out)/xen-hypercalls.h: $(srctree)/scripts/xen-hypercalls.sh
/linux-4.4.14/arch/xtensa/
DMakefile104 dtbs: scripts
/linux-4.4.14/Documentation/scsi/
DChangeLog.ncr53c8xx272 are claimed by the manuals to be able to execute SCSI scripts just
284 the original FreeBSD one as well. The SCSI scripts has been fixed
420 - Split DATA_IN and DATA_OUT scripts into 2 sub-scripts.
421 64 segments are moved from on-chip RAM scripts.
427 scripts in parallel with the SCSI core performing selection.
452 the scripts to jump directly to the CCB on reselection instead
472 - remove some useless scripts instructions.
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dtwl4030-power.txt4 to control the power resources, including power scripts. For now, the
/linux-4.4.14/fs/
DKconfig.binfmt69 tristate "Kernel support for scripts starting with #!"
72 Say Y here if you want to execute interpreted scripts starting with
76 gets loaded, you cannot run scripts. Thus, if you want to load this
/linux-4.4.14/Documentation/early-userspace/
DREADME69 scripts/gen_initramfs_list.sh. This means that CONFIG_INITRAMFS_SOURCE
74 specified as an argument to scripts/gen_initramfs_list.sh then the
79 See also 'scripts/gen_initramfs_list.sh -h'.
/linux-4.4.14/arch/um/drivers/
DMakefile67 include arch/um/scripts/Makefile.rules
/linux-4.4.14/arch/powerpc/boot/
Dwrapper49 MKIMAGE=$srctree/scripts/mkuboot.sh
54 dtc=scripts/dtc/dtc
DMakefile149 $(addprefix $(obj)/,$(libfdt) $(libfdtheader)): $(obj)/%: $(srctree)/scripts/dtc/libfdt/%
175 $(obj-libfdt): $(obj)/%.o: $(srctree)/scripts/dtc/libfdt/%.c FORCE
/linux-4.4.14/tools/
DMakefile6 include scripts/Makefile.include
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh107 echo Do the torture scripts know about your architecture?
/linux-4.4.14/drivers/staging/android/
DKconfig38 scripts (/init.rc), and it defines priority values with minimum free memory size
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dfsl-imx-sdma.txt20 scripts firmware
/linux-4.4.14/Documentation/ja_JP/
DSubmittingPatches157 ( scripts/checkpatch.pl )を利用してパッチをチェックすべきです。
625 投稿するより前にパッチのスタイルチェッカー( scripts/checkpatch.pl )で
/linux-4.4.14/arch/sh/configs/
Dedosk7760_defconfig24 CONFIG_CMDLINE="mem=64M console=ttySC2,115200 root=/dev/nfs rw nfsroot=192.168.0.3:/scripts/filesys…
/linux-4.4.14/Documentation/zh_CN/
DCodingStyle390 Documentation/kernel-doc-nano-HOWTO.txt和scripts/kernel-doc以获得详细信息。
444 (代表“K&R,8个字符缩进”),或者使用“scripts/Lindent”,这样就可以以最时髦的方式
Doops-tracing.txt91 另外,你可以用scripts/decodecode这个shell脚本。它的使用方法是:
/linux-4.4.14/arch/powerpc/
DMakefile271 %.dtb: scripts
279 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh \
/linux-4.4.14/Documentation/usb/
Dhotplug.txt27 shell scripts that dispatch to more familiar administration tools.
78 modules, and can invoke driver-specific setup scripts. The newest ones
Dusbmon.txt141 is present anyway to help scripts with parsing. When an error occurs, the
146 present because it is never a number. Thus if scripts find a set of numbers
/linux-4.4.14/arch/mips/
DMakefile366 %.dtb %.dtb.S %.dtb.o: | scripts
370 dtbs: scripts
/linux-4.4.14/arch/arm/
DMakefile332 %.dtb: | scripts
337 dtbs: prepare scripts
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt42 --- 6.9 Preprocessing linker scripts
63 scripts/Makefile.* common rules etc. for all kbuild Makefiles.
83 scripts/Makefile.* contains all the definitions/rules etc. that
636 #scripts/lxdialog/Makefile
653 #scripts/kconfig/Makefile
664 #scripts/kconfig/Makefile
678 #scripts/lxdialog/Makefile
691 #scripts/kconfig/Makefile
721 #scripts/lxdialog/Makefile
733 #scripts/Makefile
[all …]
Dkconfig.txt27 scripts/diffconfig .config.old .config | less
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt37 # Note that this only becomes /dev on the real filesystem if udev's scripts
/linux-4.4.14/kernel/
DMakefile115 … "static const char kernel_config_data[] __used = MAGIC_START"; cat $< | scripts/basic/bin2c; echo…
/linux-4.4.14/arch/arm/boot/compressed/
DMakefile82 $(addprefix $(obj)/,$(libfdt) $(libfdt_hdrs)): $(obj)/%: $(srctree)/scripts/dtc/libfdt/%
/linux-4.4.14/Documentation/devicetree/bindings/
Dsubmitting-patches.txt15 and Cc: the DT maintainers. Use scripts/get_maintainer.pl to identify
/linux-4.4.14/Documentation/fault-injection/
Dnotifier-error-inject.txt98 These scripts first do simple online and offline tests and then do fault
/linux-4.4.14/Documentation/dmaengine/
Ddmatest.txt49 before returning. For example, the following scripts wait for 42 tests
/linux-4.4.14/tools/usb/usbip/
DREADME28 0. Generate configuration scripts.
DINSTALL174 If you want to set default values for `configure' scripts to share, you
180 A warning: not all `configure' scripts look for a site script.
/linux-4.4.14/drivers/staging/unisys/Documentation/
Dproc-entries.txt17 /proc/visorchipset/chipsetready: This entry is written to by scripts
/linux-4.4.14/Documentation/isdn/
DREADME.gigaset204 configuration files and chat scripts in the gigaset-VERSION/ppp directory
385 If you solved a problem with our drivers, wrote startup scripts for your
387 mentioned in 3.3.). We'd like to add scripts, hints, documentation
DREADME.avmb1178 German documentation and several scripts can be found at
DREADME.diversion100 As the diversion services are currently not included in the scripts of most
/linux-4.4.14/arch/x86/
DMakefile131 cc_has_sp := $(srctree)/scripts/gcc-x86_$(BITS)-has-stack-protector.sh
/linux-4.4.14/lib/
DMakefile171 $(eval CFLAGS_$(file) = -I$(src)/../scripts/dtc/libfdt))
/linux-4.4.14/include/linux/i2c/
Dtwl.h672 struct twl4030_script **scripts; member
/linux-4.4.14/Documentation/sound/oss/
Dmwave127 The doc=yes parameter is an environment variable used by my init scripts, not
/linux-4.4.14/Documentation/aoe/
Daoe.txt20 The scripts in this Documentation/aoe directory are intended to
/linux-4.4.14/Documentation/trace/
Dftrace-design.txt239 See scripts/recordmcount.pl for more info. Just fill in the arch-specific
349 by the scripts/recordmcount.pl during build time.
/linux-4.4.14/drivers/net/
DKconfig342 to use this module, as it needs special ppp scripts for establishing
343 a connection. Further documentation and the necessary scripts can be
/linux-4.4.14/Documentation/scheduler/
Dsched-stats.txt31 to write their own scripts, the fields are described here.
/linux-4.4.14/Documentation/serial/
Drocket.txt37 There is a set of utilities and scripts provided with the external driver

12