Home
last modified time | relevance | path

Searched refs:scripts (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/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/
H A DMakefile377 include $(srctree)/scripts/Kbuild.include
384 include $(srctree)/scripts/subarch.include
504 $(HOSTCFLAGS) -I $(srctree)/scripts/include
506 -I $(srctree)/scripts/include
659 $(Q)$(MAKE) $(build)=scripts/basic
720 PAHOLE_VERSION = $(shell $(srctree)/scripts/pahole-version.sh $(PAHOLE))
723 include $(srctree)/scripts/Makefile.clang
729 include $(srctree)/scripts/Makefile.compiler
744 $(Q)$(MAKE) $(build)=scripts/kconfig $@
747 $(Q)$(MAKE) $(build)=scripts/kconfig $@
[all …]
/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/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 DMakefile.build35 include $(srctree)/scripts/Kbuild.include
36 include $(srctree)/scripts/Makefile.compiler
38 include $(srctree)/scripts/Makefile.lib
194 gendwarfksyms = $(objtree)/scripts/gendwarfksyms/gendwarfksyms \
198 genksyms = $(objtree)/scripts/genksyms/genksyms \
256 $(objtree)/scripts/recordmcount $(RECORDMCOUNT_FLAGS) "$(@)"; \
258 recordmcount_source := $(srctree)/scripts/recordmcount.c \
259 $(srctree)/scripts/recordmcount.h
261 sub_cmd_record_mcount = perl $(srctree)/scripts/recordmcount.pl "$(ARCH)" \
267 recordmcount_source := $(srctree)/scripts/recordmcount.pl
[all …]
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 Dspdxcheck-test.sh5 python3 scripts/spdxcheck.py $FILE
6 python3 scripts/spdxcheck.py - < $FILE
10 python3 scripts/spdxcheck.py > /dev/null
H A DMakefile.vmlinux7 include $(srctree)/scripts/Kbuild.include
8 include $(srctree)/scripts/Makefile.lib
71 vmlinux.unstripped: scripts/link-vmlinux.sh vmlinux.o .vmlinux.export.o $(KBUILD_LDS) FORCE
74 vmlinux.unstripped: $(RESOLVE_BTFIDS) $(srctree)/scripts/gen-btf.sh
78 vmlinux.unstripped: scripts/sorttable
151 modules.builtin.ranges: $(srctree)/scripts/generate_builtin_ranges.awk \
H A DMakefile.package4 include $(srctree)/scripts/Kbuild.include
5 include $(srctree)/scripts/Makefile.lib
17 @if ! $(srctree)/scripts/check-git; then \
51 cmd_mkspec = $(srctree)/scripts/package/mkspec $@
61 $(Q)$(srctree)/scripts/package/gen-diff-patch rpmbuild/SOURCES/diff.patch
100 cmd_debianize = $(srctree)/scripts/package/mkdebian $(mkdebian-opts)
144 $(srctree)/scripts/package/snapcraft.template > \
154 @ln -srf $(srctree)/scripts/package/PKGBUILD $(objtree)/PKGBUILD
166 +$(Q)$(srctree)/scripts/package/buildtar $@
H A DKconfig.include44 cc-info := $(shell,$(srctree)/scripts/cc-version.sh $(CC))
50 as-info := $(shell,$(srctree)/scripts/as-version.sh $(CC) $(CLANG_FLAGS))
56 ld-info := $(shell,$(srctree)/scripts/ld-version.sh $(LD))
69 cc_can_link_user = $(success,$(srctree)/scripts/cc-can-link.sh $(CC) $(CLANG_FLAGS) $(USERCFLAGS) $…
71 rustc-version := $(shell,$(srctree)/scripts/rustc-version.sh $(RUSTC))
72 rustc-llvm-version := $(shell,$(srctree)/scripts/rustc-llvm-version.sh $(RUSTC))
H A DMakefile.headersinst15 include $(srctree)/scripts/Kbuild.include
60 cmd_install = $(CONFIG_SHELL) $(srctree)/scripts/headers_install.sh $< $@
62 $(src-headers): $(dst)/%.h: $(src)/%.h $(srctree)/scripts/headers_install.sh FORCE
65 $(gen-headers): $(dst)/%.h: $(gen)/%.h $(srctree)/scripts/headers_install.sh FORCE
H A DMakefile.asm-headers20 syscalltbl := $(srctree)/scripts/syscall.tbl
25 include $(srctree)/scripts/Kbuild.include
28 syshdr := $(srctree)/scripts/syscallhdr.sh
29 systbl := $(srctree)/scripts/syscalltbl.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 …]
H A Dttusb-dec.rst33 scripts/get_dvb_firmware dec2000t
34 scripts/get_dvb_firmware dec2540t
35 scripts/get_dvb_firmware dec3000s
/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/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/tools/memory-model/scripts/
H A DREADME6 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.sh17 . 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 Dcheckalllitmus.sh27 . scripts/parseargs.sh
50 if test -n "$LKMM_HW_MAP_FILE" && ! scripts/simpletest.sh $i
54 if ! scripts/checklitmus.sh $i
H A Dnewlitmushist.sh17 . scripts/parseargs.sh
27 echo Run scripts/initlitmushist.sh first, need litmus repo.
59 scripts/runlitmushist.sh < $T/list-C-needed
/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/perf/tests/shell/coresight/
H A DMakefile.miniconfig12 include ../../../../../scripts/Makefile.include
13 include ../../../../../scripts/Makefile.arch
14 include ../../../../../scripts/utilities.mak
/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
33 4. The export scripts themselves maintain forward compatibility (i.e. an existing
36 arguments which old scripts will ignore.
/linux/scripts/dtc/
H A Dupdate-dtc-source.sh32 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>>...14