/linux-4.4.14/scripts/genksyms/ |
D | keywords.hash.c_shipped | 2 … 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/ |
D | POTFILES.in | 1 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 …]
|
D | zconf.hash.c_shipped | 2 /* 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.cmd | 1 …scripts/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.cmd | 1 cmd_scripts/kconfig/conf := gcc -o scripts/kconfig/conf scripts/kconfig/conf.o scripts/kconfig/zco…
|
D | .conf.o.cmd | 1 …scripts/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)
|
D | Makefile | 62 --files-from=$(srctree)/scripts/kconfig/POTFILES.in \ 116 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m .config $(configfiles)
|
/linux-4.4.14/ |
D | Makefile | 339 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 …]
|
D | REPORTING-BUGS | 54 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".
|
D | Kbuild | 96 missing-syscalls: scripts/checksyscalls.sh $(offsets-file) FORCE
|
/linux-4.4.14/scripts/ |
D | .check-lc_ctype.cmd | 1 …scripts/.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)
|
D | Makefile.build | 36 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 …]
|
D | Kbuild.include | 136 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 …]
|
D | Makefile.modpost | 43 include scripts/Kbuild.include 57 include scripts/Makefile.lib 72 modpost = scripts/mod/modpost \
|
D | .docproc.cmd | 1 …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)
|
D | decode_stacktrace.sh | 77 local scripts=`dirname "${BASH_SOURCE[0]}"` 79 echo "$1" | $scripts/decodecode
|
D | Makefile.fwinst | 15 include scripts/Kbuild.include 18 include scripts/Makefile.host
|
D | Makefile.modbuiltin | 15 include scripts/Kbuild.include 27 include scripts/Makefile.lib
|
D | Makefile.headersinst | 24 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
|
D | link-vmlinux.sh | 97 scripts/kallsyms ${kallsymopt} | \ 110 ${objtree}/scripts/sortextable ${1}
|
D | headers_install.sh | 41 scripts/unifdef -U__KERNEL__ -D__EXPORTED_HEADERS__ "$OUTDIR/$FILE.sed" \
|
D | Makefile.asm-generic | 11 include scripts/Kbuild.include
|
D | Makefile.modsign | 8 include scripts/Kbuild.include
|
D | module-common.lds | 3 * Archs are free to supply their own linker scripts. ld will
|
D | Makefile.modinst | 8 include scripts/Kbuild.include
|
D | Makefile.dtbinst | 20 include scripts/Kbuild.include
|
D | Makefile.clean | 10 include scripts/Kbuild.include
|
D | coccicheck | 174 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
|
D | Makefile.lib | 287 $(objtree)/scripts/dtc/dtc -O dtb -o $@ -b 0 \ 383 sh $(srctree)/scripts/xz_wrap.sh && \
|
/linux-4.4.14/scripts/package/ |
D | Makefile | 31 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/ |
D | README.rst | 1 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/ |
D | Makefile | 18 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/ |
D | Makefile | 1 always := gdb-scripts 5 $(obj)/gdb-scripts:
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-script-python.txt | 33 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 …]
|
D | perf-script-perl.txt | 30 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.
|
D | perf-script.txt | 26 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>
|
D | perf-test.txt | 16 also will look for a directory with more tests in the form of scripts.
|
D | perf-bench.txt | 40 processing by scripts.
|
D | Makefile | 1 include ../../scripts/Makefile.include
|
/linux-4.4.14/Documentation/filesystems/ |
D | devpts.txt | 20 '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/ |
D | udev.txt | 21 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/ |
D | Makefile | 69 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.cmd | 1 cmd_Documentation/DocBook/writing_usb_driver.xml := SRCTREE=./ ./scripts/docproc doc Documentation/…
|
D | .lsm.xml.cmd | 1 cmd_Documentation/DocBook/lsm.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/lsm.tmp…
|
D | .media_api.xml.cmd | 1 cmd_Documentation/DocBook/media_api.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/m…
|
D | .writing_musb_glue_layer.xml.cmd | 1 cmd_Documentation/DocBook/writing_musb_glue_layer.xml := SRCTREE=./ ./scripts/docproc doc Documenta…
|
D | .kgdb.xml.cmd | 1 cmd_Documentation/DocBook/kgdb.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/kgdb.t…
|
D | .kernel-hacking.xml.cmd | 1 cmd_Documentation/DocBook/kernel-hacking.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocB…
|
D | .uio-howto.xml.cmd | 1 cmd_Documentation/DocBook/uio-howto.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/u…
|
D | .debugobjects.xml.cmd | 1 cmd_Documentation/DocBook/debugobjects.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBoo…
|
D | .librs.xml.cmd | 1 cmd_Documentation/DocBook/librs.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/librs…
|
D | .deviceiobook.xml.cmd | 1 cmd_Documentation/DocBook/deviceiobook.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBoo…
|
D | .z8530book.xml.cmd | 1 cmd_Documentation/DocBook/z8530book.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/z…
|
D | .writing-an-alsa-driver.xml.cmd | 1 cmd_Documentation/DocBook/writing-an-alsa-driver.xml := SRCTREE=./ ./scripts/docproc doc Documentat…
|
D | .kernel-locking.xml.cmd | 1 cmd_Documentation/DocBook/kernel-locking.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocB…
|
D | .regulator.xml.cmd | 1 cmd_Documentation/DocBook/regulator.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/r…
|
D | .tracepoint.xml.cmd | 1 cmd_Documentation/DocBook/tracepoint.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/…
|
D | .libata.xml.cmd | 1 cmd_Documentation/DocBook/libata.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/liba…
|
D | .mtdnand.xml.cmd | 1 cmd_Documentation/DocBook/mtdnand.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/mtd…
|
D | .genericirq.xml.cmd | 1 cmd_Documentation/DocBook/genericirq.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/…
|
D | .w1.xml.cmd | 1 cmd_Documentation/DocBook/w1.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/w1.tmpl …
|
D | .sh.xml.cmd | 1 cmd_Documentation/DocBook/sh.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/sh.tmpl …
|
D | .rapidio.xml.cmd | 1 cmd_Documentation/DocBook/rapidio.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/rap…
|
D | .usb.xml.cmd | 1 cmd_Documentation/DocBook/usb.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/usb.tmp…
|
D | .s390-drivers.xml.cmd | 1 cmd_Documentation/DocBook/s390-drivers.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBoo…
|
D | .gadget.xml.cmd | 1 cmd_Documentation/DocBook/gadget.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/gadg…
|
D | .iio.xml.cmd | 1 cmd_Documentation/DocBook/iio.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/iio.tmp…
|
D | .scsi.xml.cmd | 1 cmd_Documentation/DocBook/scsi.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/scsi.t…
|
D | .filesystems.xml.cmd | 1 cmd_Documentation/DocBook/filesystems.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook…
|
D | .networking.xml.cmd | 1 cmd_Documentation/DocBook/networking.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/…
|
D | .alsa-driver-api.xml.cmd | 1 cmd_Documentation/DocBook/alsa-driver-api.xml := SRCTREE=./ ./scripts/docproc doc Documentation/Doc…
|
D | .kernel-api.xml.cmd | 1 cmd_Documentation/DocBook/kernel-api.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/…
|
D | .crypto-API.xml.cmd | 1 cmd_Documentation/DocBook/crypto-API.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/…
|
D | .device-drivers.xml.cmd | 1 cmd_Documentation/DocBook/device-drivers.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocB…
|
D | .gpu.xml.cmd | 1 cmd_Documentation/DocBook/gpu.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/gpu.tmp…
|
D | .80211.xml.cmd | 1 cmd_Documentation/DocBook/80211.xml := SRCTREE=./ ./scripts/docproc doc Documentation/DocBook/80211…
|
/linux-4.4.14/Documentation/ |
D | coccinelle.txt | 46 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
|
D | kernel-doc-nano-HOWTO.txt | 17 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
|
D | gdb-kernel-debugging.txt | 7 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
|
D | module-signing.txt | 73 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 \
|
D | init.txt | 34 dependencies). And before tackling scripts, better first test a simple
|
D | unicode.txt | 163 fictional and artificial scripts has been established by John Cowan 171 wish to encode fictional scripts use these codes, in the interest of
|
D | SAK.txt | 77 lines in its rc.sysinit and rc scripts:
|
D | SubmitChecklist | 31 patch style checker prior to submission (scripts/checkpatch.pl).
|
D | xz.txt | 42 scripts/xz_wrap.sh is a wrapper for the xz command line tool found
|
D | binfmt_misc.txt | 82 You may want to add the binary formats in one of your /etc/rc scripts during
|
D | memory-hotplug.txt | 85 (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/ |
D | Makefile.perf | 1 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'
|
D | Build | 43 libperf-y += scripts/
|
D | MANIFEST | 15 tools/scripts
|
/linux-4.4.14/arch/ia64/ |
D | Makefile | 33 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/ |
D | Makefile | 71 %.dtb %.dtb.S %.dtb.o: scripts 74 dtbs: scripts
|
/linux-4.4.14/scripts/basic/ |
D | .fixdep.cmd | 1 …,-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/ |
D | SELinux.txt | 8 scripts/selinux. Note that this requires the selinux 20 cd scripts/selinux
|
/linux-4.4.14/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 9 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/ |
D | twl4030-power.c | 574 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/ |
D | net_dropmonitor-report | 4 perf script -s "$PERF_EXEC_PATH"/scripts/python/net_dropmonitor.py $@
|
D | event_analyzing_sample-report | 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
|
D | compaction-times-report | 4 perf script -s "$PERF_EXEC_PATH"/scripts/python/compaction-times.py $@
|
D | netdev-times-report | 5 perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
|
D | sched-migration-report | 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py
|
D | futex-contention-report | 4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
|
D | syscall-counts-report | 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
|
D | syscall-counts-by-pid-report | 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts-by-pid.py $comm
|
D | failed-syscalls-by-pid-report | 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
|
D | sctop-report | 24 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sctop.py $comm $interval
|
D | export-to-postgresql-report | 29 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/export-to-postgresql.py $dbname $columns $calls
|
/linux-4.4.14/tools/perf/scripts/perl/bin/ |
D | wakeup-latency-report | 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
|
D | rw-by-pid-report | 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-pid.pl
|
D | rw-by-file-report | 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-file.pl $comm
|
D | failed-syscalls-report | 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
|
D | rwtop-report | 20 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rwtop.pl $interval
|
/linux-4.4.14/arch/arm64/ |
D | Makefile | 93 %.dtb: scripts 98 dtbs: prepare scripts
|
/linux-4.4.14/arch/um/os-Linux/skas/ |
D | Makefile | 10 include arch/um/scripts/Makefile.rules
|
/linux-4.4.14/arch/arc/ |
D | Makefile | 120 %.dtb %.dtb.S %.dtb.o: scripts 123 dtbs: scripts
|
/linux-4.4.14/tools/hv/ |
D | hv_set_ifconfig.sh | 58 cp $1 /etc/sysconfig/network-scripts/
|
/linux-4.4.14/fs/hostfs/ |
D | Makefile | 11 include arch/um/scripts/Makefile.rules
|
/linux-4.4.14/arch/x86/um/os-Linux/ |
D | Makefile | 13 include arch/um/scripts/Makefile.rules
|
/linux-4.4.14/arch/um/kernel/skas/ |
D | Makefile | 15 include arch/um/scripts/Makefile.rules
|
/linux-4.4.14/arch/um/os-Linux/drivers/ |
D | Makefile | 13 include arch/um/scripts/Makefile.rules
|
/linux-4.4.14/arch/mips/jz4740/ |
D | Makefile | 12 CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | Build | 4 libperf-y += scripts.o
|
/linux-4.4.14/Documentation/leds/ |
D | leds-blinkm.txt | 9 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/ |
D | pktgen.txt | 115 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,
|
D | dl2k.txt | 52 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
|
D | e100.txt | 48 http://downloadfinder.intel.com/scripts-df/support_intel.asp 98 startup scripts and/or configuration files. Many popular Linux
|
D | igbvf.txt | 53 http://downloadcenter.intel.com/scripts-df-external/Support_Intel.aspx
|
D | bonding.txt | 971 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/ |
D | Makefile | 11 include ../../scripts/Makefile.include
|
D | Makefile.config | 11 include ../../../../scripts/Makefile.include
|
/linux-4.4.14/arch/mips/mti-malta/ |
D | Makefile | 22 CFLAGS_malta-dtshim.o = -I$(src)/../../../scripts/dtc/libfdt
|
/linux-4.4.14/scripts/dtc/ |
D | update-dtc-source.sh | 31 DTC_LINUX_PATH=`pwd`/scripts/dtc
|
/linux-4.4.14/drivers/tty/vt/ |
D | Makefile | 15 cmd_conmk = scripts/conmakehash $< > $@
|
/linux-4.4.14/init/ |
D | Makefile | 35 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkcompile_h $@ \
|
/linux-4.4.14/tools/testing/selftests/ftrace/ |
D | README | 5 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/ |
D | Makefile | 6 $(objtree)/scripts/basic/bin2c <$(firstword $(wildcard $(obj)/policy/$(1).conf $(srctree)/$(src)/po…
|
/linux-4.4.14/arch/x86/purgatory/ |
D | Makefile | 21 CMD_BIN2C = $(objtree)/scripts/basic/bin2c
|
/linux-4.4.14/Documentation/device-mapper/ |
D | delay.txt | 14 Example scripts
|
D | linear.txt | 14 Example scripts
|
D | striped.txt | 22 Example scripts
|
D | dm-crypt.txt | 79 Example scripts
|
/linux-4.4.14/arch/um/os-Linux/ |
D | Makefile | 20 include arch/um/scripts/Makefile.rules
|
/linux-4.4.14/tools/build/ |
D | Makefile | 6 include $(srctree)/tools//scripts/Makefile.include
|
/linux-4.4.14/tools/testing/ktest/examples/include/ |
D | defaults.conf | 67 SCRIPTS_DIR := ${THIS_DIR}/scripts
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | Makefile | 32 CFLAGS_8250_ingenic.o += -I$(srctree)/scripts/dtc/libfdt
|
/linux-4.4.14/security/selinux/ |
D | Makefile | 21 cmd_flask = scripts/selinux/genheaders/genheaders $(obj)/flask.h $(obj)/av_permissions.h
|
/linux-4.4.14/arch/um/kernel/ |
D | Makefile | 26 include arch/um/scripts/Makefile.rules
|
/linux-4.4.14/tools/lib/api/ |
D | Makefile | 1 include ../../scripts/Makefile.include
|
/linux-4.4.14/usr/ |
D | Makefile | 41 initramfs := $(CONFIG_SHELL) $(srctree)/scripts/gen_initramfs_list.sh
|
/linux-4.4.14/arch/x86/um/ |
D | Makefile | 45 include arch/um/scripts/Makefile.rules
|
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | Makefile | 17 cflags-$(CONFIG_EFI_ARMSTUB) += -I$(srctree)/scripts/dtc/libfdt
|
/linux-4.4.14/drivers/video/logo/ |
D | Makefile | 40 pnmtologo := scripts/pnmtologo
|
/linux-4.4.14/Documentation/powerpc/ |
D | firmware-assisted-dump.txt | 25 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
|
D | eeh-pci-error-recovery.txt | 177 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/ |
D | w1_ds2406 | 20 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/ |
D | Makefile | 53 $(out)/xen-hypercalls.h: $(srctree)/scripts/xen-hypercalls.sh
|
/linux-4.4.14/arch/xtensa/ |
D | Makefile | 104 dtbs: scripts
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 272 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/ |
D | twl4030-power.txt | 4 to control the power resources, including power scripts. For now, the
|
/linux-4.4.14/fs/ |
D | Kconfig.binfmt | 69 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/ |
D | README | 69 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/ |
D | Makefile | 67 include arch/um/scripts/Makefile.rules
|
/linux-4.4.14/arch/powerpc/boot/ |
D | wrapper | 49 MKIMAGE=$srctree/scripts/mkuboot.sh 54 dtc=scripts/dtc/dtc
|
D | Makefile | 149 $(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/ |
D | Makefile | 6 include scripts/Makefile.include
|
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/ |
D | kvm-test-1-run.sh | 107 echo Do the torture scripts know about your architecture?
|
/linux-4.4.14/drivers/staging/android/ |
D | Kconfig | 38 scripts (/init.rc), and it defines priority values with minimum free memory size
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | fsl-imx-sdma.txt | 20 scripts firmware
|
/linux-4.4.14/Documentation/ja_JP/ |
D | SubmittingPatches | 157 ( scripts/checkpatch.pl )を利用してパッチをチェックすべきです。 625 投稿するより前にパッチのスタイルチェッカー( scripts/checkpatch.pl )で
|
/linux-4.4.14/arch/sh/configs/ |
D | edosk7760_defconfig | 24 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/ |
D | CodingStyle | 390 Documentation/kernel-doc-nano-HOWTO.txt和scripts/kernel-doc以获得详细信息。 444 (代表“K&R,8个字符缩进”),或者使用“scripts/Lindent”,这样就可以以最时髦的方式
|
D | oops-tracing.txt | 91 另外,你可以用scripts/decodecode这个shell脚本。它的使用方法是:
|
/linux-4.4.14/arch/powerpc/ |
D | Makefile | 271 %.dtb: scripts 279 $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh \
|
/linux-4.4.14/Documentation/usb/ |
D | hotplug.txt | 27 shell scripts that dispatch to more familiar administration tools. 78 modules, and can invoke driver-specific setup scripts. The newest ones
|
D | usbmon.txt | 141 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/ |
D | Makefile | 366 %.dtb %.dtb.S %.dtb.o: | scripts 370 dtbs: scripts
|
/linux-4.4.14/arch/arm/ |
D | Makefile | 332 %.dtb: | scripts 337 dtbs: prepare scripts
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 42 --- 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 …]
|
D | kconfig.txt | 27 scripts/diffconfig .config.old .config | less
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 37 # Note that this only becomes /dev on the real filesystem if udev's scripts
|
/linux-4.4.14/kernel/ |
D | Makefile | 115 … "static const char kernel_config_data[] __used = MAGIC_START"; cat $< | scripts/basic/bin2c; echo…
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | Makefile | 82 $(addprefix $(obj)/,$(libfdt) $(libfdt_hdrs)): $(obj)/%: $(srctree)/scripts/dtc/libfdt/%
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | submitting-patches.txt | 15 and Cc: the DT maintainers. Use scripts/get_maintainer.pl to identify
|
/linux-4.4.14/Documentation/fault-injection/ |
D | notifier-error-inject.txt | 98 These scripts first do simple online and offline tests and then do fault
|
/linux-4.4.14/Documentation/dmaengine/ |
D | dmatest.txt | 49 before returning. For example, the following scripts wait for 42 tests
|
/linux-4.4.14/tools/usb/usbip/ |
D | README | 28 0. Generate configuration scripts.
|
D | INSTALL | 174 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/ |
D | proc-entries.txt | 17 /proc/visorchipset/chipsetready: This entry is written to by scripts
|
/linux-4.4.14/Documentation/isdn/ |
D | README.gigaset | 204 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
|
D | README.avmb1 | 178 German documentation and several scripts can be found at
|
D | README.diversion | 100 As the diversion services are currently not included in the scripts of most
|
/linux-4.4.14/arch/x86/ |
D | Makefile | 131 cc_has_sp := $(srctree)/scripts/gcc-x86_$(BITS)-has-stack-protector.sh
|
/linux-4.4.14/lib/ |
D | Makefile | 171 $(eval CFLAGS_$(file) = -I$(src)/../scripts/dtc/libfdt))
|
/linux-4.4.14/include/linux/i2c/ |
D | twl.h | 672 struct twl4030_script **scripts; member
|
/linux-4.4.14/Documentation/sound/oss/ |
D | mwave | 127 The doc=yes parameter is an environment variable used by my init scripts, not
|
/linux-4.4.14/Documentation/aoe/ |
D | aoe.txt | 20 The scripts in this Documentation/aoe directory are intended to
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace-design.txt | 239 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/ |
D | Kconfig | 342 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/ |
D | sched-stats.txt | 31 to write their own scripts, the fields are described here.
|
/linux-4.4.14/Documentation/serial/ |
D | rocket.txt | 37 There is a set of utilities and scripts provided with the external driver
|