Home
last modified time | relevance | path

Searched full:scripts (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/linux/tools/testing/selftests/net/rds/
H A Dconfig.sh30 scripts/config --file "$CONF_FILE" --disable CONFIG_MODULES
33 scripts/config --file "$CONF_FILE" --enable CONFIG_RDS
34 scripts/config --file "$CONF_FILE" --enable CONFIG_RDS_TCP
38 scripts/config --file "$CONF_FILE" --enable CONFIG_GCOV_KERNEL
39 scripts/config --file "$CONF_FILE" --disable GCOV_PROFILE_ALL
40 scripts/config --file "$CONF_FILE" --enable GCOV_PROFILE_RDS
42 scripts/config --file "$CONF_FILE" --disable CONFIG_GCOV_KERNEL
43 scripts/config --file "$CONF_FILE" --disable GCOV_PROFILE_ALL
44 scripts/config --file "$CONF_FILE" --disable GCOV_PROFILE_RDS
48 scripts/config --file "$CONF_FILE" --enable CONFIG_NET_NS
[all …]
/linux/Documentation/translations/zh_CN/kbuild/
H A Dgcc-plugins.rst62 **$(src)/scripts/gcc-plugins**
66 **$(src)/scripts/gcc-plugins/gcc-common.h**
71 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h,
72 $(src)/scripts/gcc-plugins/gcc-generate-ipa-pass.h,
73 $(src)/scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h,
74 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h**
116 make scripts
124 GCC 插件位于 scripts/gcc-plugins/。你需要将插件源文件放在 scripts/gcc-plugins/ 目录下。
125 子目录创建并不支持,你必须添加在 scripts/gcc-plugins/Makefile、scripts/Makefile.gcc-plugins
/linux/Documentation/dev-tools/
H A Dcontainer.rst25 scripts/container -i IMAGE [OPTION]... CMD...
122 scripts/container -i docker.io/tuxmake/korg-clang LLVM=1 make # won't work
126 scripts/container -i docker.io/tuxmake/korg-clang make LLVM=1
170 scripts/container -i docker.io/tuxmake/korg-clang -- make LLVM=1 defconfig
171 scripts/container -i docker.io/tuxmake/korg-clang -- make LLVM=1 -j$(nproc)
180 scripts/container -i docker.io/tuxmake/korg-clang make mrproper
184 scripts/container -i perl:slim-trixie scripts/checkpatch.pl patches/*
196 scripts/container -i kernel.org/clang -- make bzImage -j$(nproc)
200 scripts/container -i kernel.org/gcc:15 -- make bzImage -j$(nproc)
208 scripts/container -i kernel.org/gcc -- make mrproper
[all …]
/linux/tools/memory-model/scripts/
H A DREADME2 LKMM SCRIPTS
6 These scripts are run from the tools/memory-model directory.
44 provided instead for use by other scripts.
57 instead for use by other scripts.
68 provided instead for use by other scripts.
74 provided instead for use by other scripts.
84 scripts/initlitmushist.sh --timeout 10m --procs 10
91 scripts/checkalllitmus.sh
95 scripts/checklitmushist.sh --timeout 10m --procs 10
98 scripts/checkghlitmus.sh --timeout 10m --procs 10
H A Dchecklitmushist.sh11 # See scripts/parseargs.sh for list of arguments.
17 . scripts/parseargs.sh
27 echo Run scripts/initlitmushist.sh first, need litmus repo.
47 scripts/runlitmushist.sh < $T/list-C-short > $T/runlitmushist.sh.out 2>&1
59 sh scripts/cmplitmushist.sh
H A Dcheckghlitmus.sh10 # parseargs.sh scripts for arguments.
12 . scripts/parseargs.sh
13 . scripts/hwfnseg.sh
52 if scripts/runlitmushist.sh < $T/list-C-needed > $T/run.stdout 2> $T/run.stderr
59 sed < $T/list-C-result-short -e 's,^,scripts/judgelitmus.sh ,' |
/linux/Documentation/admin-guide/media/
H A Dbt8xx.rst28 ./scripts/config -e PCI
29 ./scripts/config -e INPUT
30 ./scripts/config -m I2C
31 ./scripts/config -m MEDIA_SUPPORT
32 ./scripts/config -e MEDIA_PCI_SUPPORT
33 ./scripts/config -e MEDIA_ANALOG_TV_SUPPORT
34 ./scripts/config -e MEDIA_DIGITAL_TV_SUPPORT
35 ./scripts/config -e MEDIA_RADIO_SUPPORT
36 ./scripts/config -e RC_CORE
37 ./scripts/config -m VIDEO_BT848
[all …]
/linux/Documentation/kbuild/
H A Dgcc-plugins.rst64 **$(src)/scripts/gcc-plugins**
68 **$(src)/scripts/gcc-plugins/gcc-common.h**
73 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h,
74 $(src)/scripts/gcc-plugins/gcc-generate-ipa-pass.h,
75 $(src)/scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h,
76 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h**
121 make scripts
130 The GCC plugins are in scripts/gcc-plugins/. You need to put plugin source files
131 right under scripts/gcc-plugins/. Creating subdirectories is not supported.
132 It must be added to scripts/gcc-plugins/Makefile, scripts/Makefile.gcc-plugins
/linux/tools/perf/
H A DMANIFEST10 tools/scripts
29 scripts/bpf_doc.py
30 scripts/Kbuild.include
31 scripts/Makefile.asm-headers
32 scripts/syscall.tbl
33 scripts/syscallhdr.sh
/linux/
H A DMakefile69 # cmd_depmod = $(srctree)/scripts/depmod.sh $(DEPMOD) $(KERNELRELEASE)
74 # $(Q)$(MAKE) $(build)=scripts/basic
284 # catch them early, and hand them over to scripts/kconfig/Makefile
377 include $(srctree)/scripts/Kbuild.include
384 include $(srctree)/scripts/subarch.include
464 # the KERNELDOC macro needs to be exported, as scripts/Makefile.build
504 $(HOSTCFLAGS) -I $(srctree)/scripts/include
506 -I $(srctree)/scripts/include
656 # Basic helpers built in scripts/basic/
659 $(Q)$(MAKE) $(build)=scripts/basic
[all …]
/linux/tools/perf/Documentation/
H A Ddb-export.txt8 supports scripts:
10 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
33 4. The export scripts themselves maintain forward compatibility (i.e. an existing
36 arguments which old scripts will ignore.
H A Dperf-script-perl.txt21 STARTER SCRIPTS
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.
/linux/scripts/package/
H A Dinstall-extmod-build13 find scripts \
47 find scripts/gcc-plugins -name '*.so'
56 cat "${destdir}/scripts/Makefile" - <<-'EOF' > "${destdir}/scripts/Kbuild"
63 # - scripts/kconfig/qconf, which is unneeded for external module builds
70 …E) HOSTCC="'"${CC}"'" VPATH= srcroot=. $(build)='"$(realpath --relative-to=. "${destdir}")"/scripts
72 rm -f "${destdir}/scripts/Kbuild"
H A Dbuilddeb8 # is left to other scripts and packages. Scripts can be placed into the
11 # via KDEB_HOOKDIR. Scripts in directories earlier in the list will
12 # override scripts of the same name in later directories. The script will
74 # Install the maintainer scripts
75 # Note: hook scripts under /etc/kernel are also executed by official Debian
87 # Pass maintainer script parameters to hook scripts
142 …CC="${DEB_HOST_GNU_TYPE}-gcc" "${srctree}/scripts/package/install-extmod-build" "${pdir}/usr/src/l…
/linux/Documentation/userspace-api/
H A Dcheck_exec.rst15 security risk of running malicious scripts with respect to the execution
17 not. For instance, Python scripts running on a server can use arbitrary
90 interactive user commands (e.g. scripts). However, if such commands are passed
107 Always interpret scripts, and allow arbitrary user commands (default).
121 The threat is (potential) malicious scripts run by trusted (and not fooled)
127 Always interpret scripts, but deny arbitrary user commands.
130 user session) where scripts' integrity is verified (e.g. with IMA/EVM or
139 The threat is malicious scripts run by untrusted users (but trusted code).
140 This makes sense for system services that may only execute trusted scripts.
/linux/scripts/dummy-tools/
H A Dgcc24 # $ make CROSS_COMPILE=scripts/dummy-tools/ oldconfig
30 # This scripts caters to more checks; handle --version and pre-process __GNUC__
31 # etc. to pretend to be GCC, and also do right things to satisfy some scripts.
55 echo "gcc (scripts/dummy-tools/gcc)"
60 # For scripts/cc-version.sh; This emulates GCC 20.0.0
72 echo "GNU assembler (scripts/dummy-tools) 2.50"
77 # For scripts/gcc-x86-*-has-stack-protector.sh
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h358 * Scripts bus addresses of LUN table accessed from scripts.
367 * 'sval', 'wval' and 'uval' are read from SCRIPTS and
387 * LUN table used by the SCRIPTS processor.
447 * SCRIPTS address jumped by SCRIPTS on reselection.
449 * SCRIPTS that deal with bad LU handling (must be at
455 * Task (bus address of a CCB) read from SCRIPTS that points
461 * Task table bus address (read from SCRIPTS).
477 * Task table read from SCRIPTS that contains pointers to
478 * ITLQ nexuses. The bus address read from SCRIPTS is
540 * Action from SCRIPTS on a task.
[all …]
H A Dsym_fw.c116 * patch the SCRIPTS accordingly with a SCRIPT NO_OP. in sym_fw1_patch()
122 * Patch some data in SCRIPTS. in sym_fw1_patch()
158 * Remove useless 64 bit DMA specific SCRIPTS, in sym_fw2_patch()
173 * patch the SCRIPTS accordingly with a SCRIPT NO_OP. in sym_fw2_patch()
179 * Patch some variable in SCRIPTS. in sym_fw2_patch()
212 * Patch some other variables in SCRIPTS. in sym_fw2_patch()
213 * These ones are loaded by the SCRIPTS processor. in sym_fw2_patch()
224 * Fill the data area in scripts.
289 * Fill variable parts in scripts. in sym_fw1_setup()
311 * Fill variable parts in scripts. in sym_fw2_setup()
[all …]
/linux/tools/testing/selftests/exec/
H A Dcheck-exec-tests.sh127 ktap_print_msg "By default, executable scripts are allowed to be interpreted and executed."
134 ktap_print_msg "By default, non-executable scripts are allowed to be interpreted, but not directly …
147 ktap_print_msg "With -f, executable scripts are allowed to be interpreted and executed."
154 ktap_print_msg "With -f, non-executable scripts are not allowed to be executed nor interpreted."
167 ktap_print_msg "With -i, executable scripts are allowed to be interpreted and executed."
174 ktap_print_msg "With -i, non-executable scripts are allowed to be interpreted, but not directly exe…
185 # With both file restriction and denied interactive commands: only allow executable scripts.
187 ktap_print_msg "With -fi, executable scripts are allowed to be interpreted and executed."
194 ktap_print_msg "With -fi, non-executable scripts are not allowed to be interpreted nor executed."
/linux/scripts/
H A Dgit.orderFile7 # git diff -O scripts/git.orderFile ...
10 # git config diff.orderFile scripts/git.orderFile
21 scripts/git.orderFile
32 scripts/*
H A DMakefile.modfinal10 include $(srctree)/scripts/Kbuild.include
11 include $(srctree)/scripts/Makefile.lib
28 .module-common.o: $(srctree)/scripts/module-common.c FORCE
32 cmd_check_tracepoint = $(objtree)/scripts/tracepoint-update --module $<;
39 -T $(objtree)/scripts/module.lds -o $@ $(filter %.o, $^)
46 $(CONFIG_SHELL) $(srctree)/scripts/gen-btf.sh --btf_base $(objtree)/vmlinux $@; \
58 %.ko: %.o %.mod.o .module-common.o $(objtree)/scripts/module.lds $(and $(CONFIG_DEBUG_INFO_BTF_MODULES),$(KBUILD_BUILTIN),$(objtree)/vmlinux) FORCE
H A Dlink-vmlinux.sh123 scripts/kallsyms ${kallsymopt} "${1}" > "${2}.S"
146 ${NM} -n "${1}" | sed -f "${srctree}/scripts/mksysmap" > "${2}"
152 ${objtree}/scripts/sorttable -s .tmp_vmlinux.nm-sort ${1}
176 ${MAKE} -f "${srctree}/scripts/Makefile.build" obj=init init/version-timestamp.o
192 ${objtree}/scripts/tracepoint-update vmlinux.o
213 if ! ${CONFIG_SHELL} ${srctree}/scripts/gen-btf.sh .tmp_vmlinux1; then
252 size1=$(${CONFIG_SHELL} "${srctree}/scripts/file-size.sh" ${kallsymso})
256 size2=$(${CONFIG_SHELL} "${srctree}/scripts/file-size.sh" ${kallsymso})
/linux/Documentation/scsi/
H A DChangeLog.ncr53c8xx27 - Remove the PROFILE C and SCRIPTS code.
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
353 - Several aggressive SCRIPTS optimizations and changes:
354 Reselect SCRIPTS code rewritten.
389 Use SCRIPTS to load the on-chip RAM.
390 Use SCRIPTS to repair the start queue on selection timeout.
397 - Some simplifications and cleanups in the SCRIPTS and C code.
398 - Buglet fixed in parity error recovery SCRIPTS (never tested).
420 - Split DATA_IN and DATA_OUT scripts into 2 sub-scripts.
[all …]
/linux/tools/testing/selftests/vfio/
H A DMakefile16 TEST_FILES += scripts/cleanup.sh
17 TEST_FILES += scripts/lib.sh
18 TEST_FILES += scripts/run.sh
19 TEST_FILES += scripts/setup.sh
/linux/scripts/dtc/
H A Dupdate-dtc-source.sh7 # source files and generated source file(s) into the scripts/dtc directory
12 # $ ./scripts/dtc/update-dtc-source.sh
32 DTC_LINUX_PATH=`pwd`/scripts/dtc
43 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/'
72 scripts/dtc: Update to upstream version ${dtc_version}

12345678910>>...24