Home
last modified time | relevance | path

Searched refs:sh (Results 1 – 25 of 55) sorted by relevance

123

/tools/testing/selftests/rcutorture/bin/
Dconfiginit.sh35 T=/tmp/configinit.sh.$$
60 sed -e 's/^\(CONFIG[0-9A-Z_]*=\).*$/grep -v \1 |/' < $c >> $T/u.sh
61 grep '^grep' < $T/u.sh > $T/upd.sh
62 echo "cat - $c" >> $T/upd.sh
67 sh $T/upd.sh < $builddir/.config.sav > $builddir/.config
72 configcheck.sh $builddir/.config $c
Dkvm-recheck.sh28 . tools/testing/selftests/rcutorture/bin/functions.sh
42 kvm-recheck-${TORTURE_SUITE}.sh $i
45 configcheck.sh $i/.config $i/ConfigFragment
50 parse-build.sh $i/Make.out $configfile
53 parse-torture.sh $i/console.log $configfile
55 parse-console.sh $i/console.log $configfile
68 configcheck.sh $i/.config $i/ConfigFragment
69 parse-build.sh $i/Make.out $configfile
Dconfigcheck.sh22 T=/tmp/abat-chk-config.sh.$$
54 }' | sh
Dkvm-build.sh44 T=/tmp/test-linux.sh.$$
56 configinit.sh $T/config O=$builddir
62 ncpus=`cpus2use.sh`
Dkvm-recheck-rcuperf.sh34 . tools/testing/selftests/rcutorture/bin/functions.sh
36 if kvm-recheck-rcuperf-ftrace.sh $i
Dkvm-test-1-run.sh41 T=/tmp/kvm-test-1-run.sh.$$
45 . $KVM/bin/functions.sh
46 . $CONFIGFRAG/ver_functions.sh
103 elif kvm-build.sh $config_template $builddir $T
119 parse-build.sh $resdir/Make.out $title
152 cpu_count=`configNR_CPUS.sh $config_template`
Dparse-build.sh31 T=/tmp/parse-build.sh.$$
35 . functions.sh
Dkvm.sh33 T=/tmp/kvm.sh.$$
53 . functions.sh
206 cpu_count=`configNR_CPUS.sh $CONFIGFRAG/$CF1`
428 kvm-recheck.sh $resdir/$ds
444 sh $T/script
Dparse-torture.sh30 T=/tmp/parse-torture.sh.$$
36 . functions.sh
/tools/testing/selftests/zram/
DMakefile3 TEST_PROGS := zram.sh
4 TEST_FILES := zram01.sh zram02.sh zram_lib.sh
Dzram.sh4 . ./zram_lib.sh
10 ./zram01.sh
12 ./zram02.sh
DREADME22 zram_lib.sh: create library with initialization/cleanup functions
23 zram.sh: For sanity check of CONFIG_ZRAM and to run zram01 and zram02
26 zram01.sh: creates general purpose ram disks with ext4 filesystems
27 zram02.sh: creates block device for swap
/tools/testing/selftests/memory-hotplug/
DMakefile5 TEST_PROGS := mem-on-off-test.sh
6 override RUN_TESTS := ./mem-on-off-test.sh -r 2 || echo "selftests: memory-hotplug [FAIL]"
10 @/bin/bash ./mem-on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
/tools/testing/selftests/lib/
DMakefile6 TEST_PROGS := printf.sh bitmap.sh
/tools/testing/selftests/firmware/
DMakefile6 TEST_PROGS := fw_filesystem.sh fw_userhelper.sh
/tools/testing/selftests/cpu-hotplug/
DMakefile3 TEST_PROGS := cpu-on-off-test.sh
8 @/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
/tools/virtio/ringtest/
DREADME6 # sh run-on-all.sh perf stat -r 10 --log-fd 1 -- ./ring
/tools/scripts/
DMakefile.arch6 -e s/sh[234].*/sh/ -e s/aarch64.*/arm64/ \
33 SRCARCH := sh
Dutilities.mak141 # (It's necessary to use `sh -c' because GNU make messes up by
144 lookup = $(call unescape-nl,$(shell sh -c $(_l-sh)))
145 _l-sh = $(call shell-sq,command -v $(shell-sq) | $(call shell-escape-nl,))
151 # (It's necessary to use `sh -c' because GNU make messes up by
155 _is-executable-helper = $(shell sh -c $(_is-executable-sh))
156 _is-executable-sh = $(call shell-sq,test -f $(1) -a -x $(1) && echo y)
/tools/testing/selftests/futex/
DMakefile3 TEST_PROGS := run.sh
12 ./run.sh
/tools/usb/usbip/
D.gitignore13 install-sh
17 ltmain.sh
/tools/objtool/
Delf.c175 if (!gelf_getshdr(s, &sec->sh)) { in read_sections()
180 sec->name = elf_strptr(elf->elf, shstrndx, sec->sh.sh_name); in read_sections()
193 sec->elf_data->d_size != sec->sh.sh_size) { in read_sections()
224 symbols_nr = symtab->sh.sh_size / symtab->sh.sh_entsize; in read_symbols()
241 sym->name = elf_strptr(elf->elf, symtab->sh.sh_link, in read_symbols()
306 if (sec->sh.sh_type != SHT_RELA) in read_relas()
318 for (i = 0; i < sec->sh.sh_size / sec->sh.sh_entsize; i++) { in read_relas()
/tools/perf/Documentation/
Dandroid.txt29 source build/envsetup.sh
36 ./build/tools/build-ndk-sysroot.sh --abi=arm
39 ./build/tools/build-ndk-sysroot.sh --abi=x86
63 For installing perf-archive, you first need to replace #!/bin/bash with #!/system/bin/sh:
64 sed 's/#!\/bin\/bash/#!\/system\/bin\/sh/g' perf-archive >> /tmp/perf-archive
/tools/testing/selftests/user/
DMakefile6 TEST_PROGS := test_user_copy.sh
/tools/testing/selftests/static_keys/
DMakefile6 TEST_PROGS := test_static_keys.sh

123