Home
last modified time | relevance | path

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

12345678910>>...13

/linux/tools/testing/selftests/net/rds/
H A Dconfig.sh41 scripts/config "${FLAGS[@]}" --enable CONFIG_RDS
42 scripts/config "${FLAGS[@]}" --enable CONFIG_RDS_TCP
46 scripts/config "${FLAGS[@]}" --enable CONFIG_GCOV_KERNEL
47 scripts/config "${FLAGS[@]}" --disable GCOV_PROFILE_ALL
48 scripts/config "${FLAGS[@]}" --enable GCOV_PROFILE_RDS
50 scripts/config "${FLAGS[@]}" --disable CONFIG_GCOV_KERNEL
51 scripts/config "${FLAGS[@]}" --disable GCOV_PROFILE_ALL
52 scripts/config "${FLAGS[@]}" --disable GCOV_PROFILE_RDS
56 scripts/config "${FLAGS[@]}" --enable CONFIG_NET_NS
57 scripts/confi
[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 DMakefile379 include $(srctree)/scripts/Kbuild.include
386 include $(srctree)/scripts/subarch.include
515 $(HOSTCFLAGS) -I $(srctree)/scripts/include
517 -I $(srctree)/scripts/include
676 $(Q)$(MAKE) $(build)=scripts/basic
739 PAHOLE_VERSION = $(shell $(srctree)/scripts/pahole-version.sh $(PAHOLE))
742 include $(srctree)/scripts/Makefile.clang
748 include $(srctree)/scripts/Makefile.compiler
763 $(Q)$(MAKE) $(build)=scripts/kconfig $@
766 $(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 $@; \
50 %.ko: %.o %.mod.o .module-common.o $(objtree)/scripts/module.lds $(and $(CONFIG_DEBUG_INFO_BTF_MODULES),$(KBUILD_BUILTIN),$(objtree)/vmlinux) FORCE
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.build36 include $(srctree)/scripts/Kbuild.include
37 include $(srctree)/scripts/Makefile.compiler
39 include $(srctree)/scripts/Makefile.lib
195 gendwarfksyms = $(objtree)/scripts/gendwarfksyms/gendwarfksyms \
199 genksyms = $(objtree)/scripts/genksyms/genksyms \
256 if [ $(@) != "scripts/mod/empty.o" ]; then \
257 $(objtree)/scripts/recordmcount $(RECORDMCOUNT_FLAGS) "$(@)"; \
259 recordmcount_source := $(srctree)/scripts/recordmcount.c \
260 $(srctree)/scripts/recordmcount.h
262 sub_cmd_record_mcount = perl $(srctree)/scripts/recordmcoun
[all...]
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 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/memory-model/scripts/
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 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 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
H A Dcheckghlitmus.sh12 . scripts/parseargs.sh
13 . scripts/hwfnseg.sh
52 if scripts/runlitmushist.sh < $T/list-C-needed > $T/run.stdout 2> $T/run.stderr
/linux/tools/testing/selftests/vfio/
H A DMakefile17 TEST_FILES += scripts/cleanup.sh
18 TEST_FILES += scripts/lib.sh
19 TEST_FILES += scripts/run.sh
20 TEST_FILES += scripts/setup.sh
/linux/tools/perf/tests/shell/coresight/
H A DMakefile.miniconfig
/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/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>>...13