Searched full:echo (Results 1 – 25 of 1900) sorted by relevance
12345678910>>...76
/linux-6.14.4/tools/testing/selftests/sysctl/ |
D | sysctl.sh | 61 echo -n "Checking production write strict setting ... " 63 echo "FAIL, but skip in case of old kernel" >&2 67 echo "OK" 69 echo "FAIL, strict value is 0 but force to 1 to continue" >&2 70 echo "1" > ${WRITES_STRICT} 92 echo $msg must be run as root >&2 97 echo "$0: You need perl installed" 101 echo "$0: You need getconf installed" 105 echo "$0: You need diff installed" 114 echo "$0: module $TEST_DRIVER not found [SKIP]" [all …]
|
/linux-6.14.4/scripts/ |
D | rust_is_available.sh | 19 echo $((100000 * $1 + 100 * $2 + $3)) 25 echo >&2 "***" 26 echo >&2 "*** Please see Documentation/rust/quick-start.rst for details" 27 echo >&2 "*** on how to set up the Rust support." 28 echo >&2 "***" 34 echo >&2 "***" 35 echo >&2 "*** This script is intended to be called from Kbuild." 36 echo >&2 "*** Please use the 'rustavailable' target to call it instead." 37 echo >&2 "*** Otherwise, the results may not be meaningful." 48 echo >&2 "***" [all …]
|
/linux-6.14.4/tools/testing/selftests/mm/ |
D | test_vmalloc.sh | 34 echo "$0: Must be run as root" 39 echo "$0: You need modprobe installed" 44 echo "$0: You must have the following enabled in your kernel:" 45 echo "CONFIG_TEST_VMALLOC=m" 52 echo "Run performance tests to evaluate how fast vmalloc allocation is." 53 echo "It runs all test cases on one single CPU with sequential order." 56 echo "Done." 57 echo "Ccheck the kernel message buffer to see the summary." 62 echo "Run stability tests. In order to stress vmalloc subsystem all" 63 echo "available test cases are run by NUM_CPUS workers simultaneously." [all …]
|
D | hugetlb_reparenting_test.sh | 10 echo "This test must be run as root. Skipping..." 30 echo "+hugetlb +memory" >$CGROUP_ROOT/cgroup.subtree_control 45 echo $mb 51 echo cleanup 59 echo 0 >/proc/sys/vm/nr_hugepages 79 echo actual a = $((${actual_a%% *} / 1024 / 1024)) MB 80 echo expected a = $((${expected_a%% *} / 1024 / 1024)) MB 81 echo fail 91 echo actual a hugetlb = $((${actual_a_hugetlb%% *} / 1024 / 1024)) MB 92 echo expected a hugetlb = $((${expected_a_hugetlb%% *} / 1024 / 1024)) MB [all …]
|
D | charge_reserved_hugetlb.sh | 10 echo "This test must be run as root. Skipping..." 36 echo "+hugetlb" >$cgroup_path/cgroup.subtree_control 49 echo $$ >$cgroup_path/cgroup.procs 51 echo $$ >$cgroup_path/tasks 56 umount /mnt/huge || echo error 68 echo 0 >/proc/sys/vm/nr_hugepages 69 echo CLEANUP DONE 78 echo "expected ($expected) != actual ($actual): $3" 88 echo $mb 100 echo writing cgroup limit: "$cgroup_limit" [all …]
|
D | test_page_frag.sh | 16 TEST_CPU_0=$(echo $CPU_LIST | awk '{print $1}') 18 if [ $(echo $CPU_LIST | wc -w) -gt 1 ]; then 19 TEST_CPU_1=$(echo $CPU_LIST | awk '{print $2}') 34 echo "page_frag_test failed, please check dmesg" 51 echo "$0: Must be run as root" 56 echo "$0: You need insmod installed" 61 echo "$0: You need to compile page_frag_test module" 68 echo "Run performance tests to evaluate how fast nonaligned alloc API is." 75 echo "Run performance tests to evaluate how fast aligned alloc API is." 82 echo "Run smoke test." [all …]
|
/linux-6.14.4/tools/testing/selftests/media_tests/ |
D | media_dev_allocator.sh | 6 echo "Media Device Allocator testing: unbind and bind" 7 echo "media driver $1 audio driver $2" 17 echo "==================================" 18 echo "Test unbind both devices - start" 19 echo "Running unbind of $MDEV from $MDRIVER" 20 echo $MDEV > $MDRIVER/unbind; 22 echo "Media device should still be present!" 25 echo "sound driver is at: $ADRIVER" 26 echo "Device is: $ADEV" 28 echo "Running unbind of $ADEV from $ADRIVER" [all …]
|
/linux-6.14.4/tools/ |
D | Makefile | 10 @echo 'Possible targets:' 11 @echo '' 12 @echo ' acpi - ACPI tools' 13 @echo ' bpf - misc BPF tools' 14 @echo ' counter - counter tools' 15 @echo ' cpupower - a tool for all things x86 CPU power' 16 @echo ' debugging - tools for debugging' 17 @echo ' firewire - the userspace part of nosy, an IEEE-1394 traffic sniffer' 18 @echo ' firmware - Firmware tools' 19 @echo ' freefall - laptop accelerometer program for disk protection' [all …]
|
/linux-6.14.4/tools/testing/selftests/firmware/ |
D | fw_filesystem.sh | 26 echo 1 >/sys/class/firmware/timeout 30 echo "$0: empty filename should not succeed" >&2 35 echo "$0: empty filename: async trigger not present, ignoring test" >&2 39 echo "$0: empty filename should not succeed (async)" >&2 45 if echo -n "nope-$NAME" >"$DIR"/trigger_request 2> /dev/null; then 46 echo "$0: firmware shouldn't have loaded" >&2 50 echo "$0: firmware was not expected to match" >&2 54 echo "$0: timeout works" 60 if ! echo -n "$NAME" >"$DIR"/trigger_request ; then 61 echo "$0: could not trigger request" >&2 [all …]
|
D | fw_fallback.sh | 27 echo -n "$name" >"$DIR"/trigger_request & 35 echo "$0: firmware interface never appeared" >&2 40 echo 1 >"$DIR"/"$name"/loading 42 echo 0 >"$DIR"/"$name"/loading 54 echo -n "$name" >"$DIR"/trigger_request 2>/dev/null & 62 echo "$0: firmware interface never appeared" >&2 67 echo -1 >"$DIR"/"$name"/loading 76 echo "$0: custom fallback trigger not present, ignoring test" >&2 83 echo -n "$name" >"$DIR"/trigger_custom_fallback 2>/dev/null & 91 echo "$0: firmware interface never appeared" >&2 [all …]
|
/linux-6.14.4/tools/testing/selftests/kmod/ |
D | kmod.sh | 64 echo "$0: $DIR not present" >&2 65 echo "You must have the following enabled in your kernel:" >&2 103 echo "$0: You need modprobe installed" >&2 108 echo "$0: You need kmod installed" >&2 120 echo "$0: You need at least kmod 20" >&2 121 echo "kmod <= 19 is buggy, for details see:" >&2 122 …echo "https://git.kernel.org/cgit/utils/kernel/kmod/kmod.git/commit/libkmod/libkmod-module.c?id=fd… 128 echo $msg must be run as root >&2 145 echo "$MODPROBE" > /proc/sys/kernel/modprobe 146 echo "Test completed" [all …]
|
/linux-6.14.4/tools/testing/selftests/drivers/usb/usbip/ |
D | usbip_test.sh | 7 usage() { echo "usbip_test.sh -b <busid> -p <usbip tools path>"; exit 1; } 31 echo "Running USB over IP Testing on $busid"; 36 echo "Please run usbip_test as root [SKIP]" 37 echo $test_end_msg 41 echo "Load usbip_host module" 43 echo "usbip_test: module usbip_host is not found [SKIP]" 44 echo $test_end_msg 49 echo "usbip_test: module usbip_host is loaded [OK]" 51 echo "usbip_test: module usbip_host failed to load [FAIL]" 52 echo $test_end_msg [all …]
|
/linux-6.14.4/tools/bootconfig/ |
D | test-bootconfig.sh | 4 echo "Boot config test script" 29 echo "test case $NO ($*)... " 30 if ! ($@ && echo "\t\t[OK]"); then 31 echo "\t\t[NG]"; NG=$((NG + 1)) 37 echo "test case $NO ($*)... " 38 if ! (! $@ && echo "\t\t[OK]"); then 39 echo "\t\t[NG]"; NG=$((NG + 1)) 44 echo "Basic command test" 47 echo "Delete command should success without bootconfig" 51 echo "key = value;" > $TEMPCONF [all …]
|
/linux-6.14.4/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
D | trigger-synthetic-event-syntax.tc | 8 echo > set_event 14 echo $1 21 echo "Test synthetic_events syntax parser" 23 echo > synthetic_events 26 ! echo "myevent" >> synthetic_events 27 echo "myevent u64 var1" >> synthetic_events 33 ! echo "myevent u64 var2" >> synthetic_events 36 echo "!myevent" >> synthetic_events 37 echo "myevent u64 var1" >> synthetic_events 40 echo "myevent u64 var2" > synthetic_events [all …]
|
/linux-6.14.4/tools/testing/selftests/ntb/ |
D | ntb_test.sh | 20 echo "Usage: $0 [OPTIONS] LOCAL_DEV REMOTE_DEV" 21 echo "Run tests on a pair of NTB endpoints." 22 echo 23 echo "If the NTB device loops back to the same host then," 24 echo "just specifying the two PCI ids on the command line is" 25 echo "sufficient. Otherwise, if the NTB link spans two hosts" 26 echo "use the -r option to specify the hostname for the remote" 27 echo "device. SSH will then be used to test the remote side." 28 echo "An SSH key between the root users of the host would then" 29 echo "be highly recommended." [all …]
|
/linux-6.14.4/samples/bpf/ |
D | do_hbm_test.sh | 11 echo "Script for testing HBM (Host Bandwidth Manager) framework." 12 echo "It creates a cgroup to use for testing and load a BPF program to limit" 13 echo "egress or ingress bandwidth. It then uses iperf3 or netperf to create" 14 echo "loads. The output is the goodput in Mbps (unless -D was used)." 15 echo "" 16 echo "USAGE: $name [out] [-b=<prog>|--bpf=<prog>] [-c=<cc>|--cc=<cc>]" 17 echo " [-D] [-d=<delay>|--delay=<delay>] [--debug] [-E] [--edt]" 18 echo " [-f=<#flows>|--flows=<#flows>] [-h] [-i=<id>|--id=<id >]" 19 echo " [-l] [-N] [--no_cn] [-p=<port>|--port=<port>] [-P]" 20 echo " [-q=<qdisc>] [-R] [-s=<server>|--server=<server]" [all …]
|
/linux-6.14.4/tools/testing/selftests/rcutorture/bin/ |
D | functions.sh | 15 echo "$1" | grep -q "torture\.onoff_" 25 echo $1 needs argument $2 matching \"$5\" 28 if echo "$4" | grep -q -e "$5" 32 echo $1 $2 \"$4\" must match \"$5\" 35 if echo "$4" | grep -q -e "$6" 37 echo $1 $2 \"$4\" must not match \"$6\" 48 echo `grep -v '^#' "$2.boot" | tr '\012' ' '` $1 50 echo $1 60 if echo "${bootargs}" | grep -q 'nr_cpus=[0-9]' 62 nr_cpus="`echo "${bootargs}" | sed -e 's/^.*nr_cpus=\([0-9]*\).*$/\1/'`" [all …]
|
/linux-6.14.4/tools/perf/tests/shell/lib/ |
D | stat_output.sh | 13 echo -n "Checking $1 output: no args " 16 echo "[Success]" 21 echo -n "Checking $1 output: system wide " 24 echo "[Skip] paranoid and not root" 29 echo "[Success]" 34 echo -n "Checking $1 output: system wide no aggregation " 37 echo "[Skip] paranoid and not root" 42 echo "[Success]" 47 echo -n "Checking $1 output: interval " 50 echo "[Success]" [all …]
|
/linux-6.14.4/tools/testing/selftests/ftrace/test.d/event/ |
D | event-mod.tc | 9 echo "No trace-events sample module - please make CONFIG_SAMPLE_TRACE_EVENTS=m" 15 echo ":mod:trace-events-sample" > set_event 32 echo > set_event 45 echo clear all events 46 echo 0 > events/enable 48 echo Confirm the events are disabled 54 echo And the set_event file is empty 61 echo now enable all events 62 echo 1 > events/enable 64 echo Confirm the events are enabled again [all …]
|
/linux-6.14.4/tools/bootconfig/scripts/ |
D | ftrace.sh | 4 echo > trace 8 echo 0 > tracing_on 12 echo 1 > tracing_on 16 echo nop > current_tracer 23 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 24 file=`echo $line | cut -f1 -d:` 25 echo "!$cmd" >> $file 29 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 30 file=`echo $line | cut -f1 -d:` 31 echo "!$cmd" > $file [all …]
|
/linux-6.14.4/tools/testing/selftests/zram/ |
D | zram_lib.sh | 28 echo $msg must be run as root >&2 49 echo "zram cleanup" 60 echo 1 > /sys/block/zram${i}/reset 66 echo $i > /sys/class/zram-control/hot_remove 77 echo "create '$dev_num' zram device(s)" 81 echo "zram modules already loaded, kernel supports" \ 91 echo "all zram devices (/dev/zram$dev_start~$dev_end" \ 102 echo "zram module is being used on old kernel" \ 107 echo "test needs CONFIG_ZRAM=m on old kernel without" \ 116 echo "all zram devices (/dev/zram0~$dev_end) successfully created" [all …]
|
/linux-6.14.4/tools/testing/selftests/ |
D | kselftest_deps.sh | 13 echo -e "Usage: $0 -[p] <compiler> [test_name]\n" 14 echo -e "\tkselftest_deps.sh [-p] gcc" 15 echo -e "\tkselftest_deps.sh [-p] gcc mm" 16 echo -e "\tkselftest_deps.sh [-p] aarch64-linux-gnu-gcc" 17 echo -e "\tkselftest_deps.sh [-p] aarch64-linux-gnu-gcc mm\n" 18 echo "- Should be run in selftests directory in the kernel repo." 19 echo "- Checks if Kselftests can be built/cross-built on a system." 20 echo "- Parses all test/sub-test Makefile to find library dependencies." 21 echo "- Runs compile test on a trivial C file with LDLIBS specified" 22 echo " in the test Makefiles to identify missing library dependencies." [all …]
|
/linux-6.14.4/tools/testing/selftests/ftrace/test.d/ |
D | functions | 2 echo > trace 6 echo 0 > tracing_on 10 echo 1 > tracing_on 14 echo nop > current_tracer 21 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 22 file=`echo $line | cut -f1 -d:` 23 echo "!$cmd" >> $file 27 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 28 file=`echo $line | cut -f1 -d:` 29 echo "!$cmd" > $file [all …]
|
/linux-6.14.4/tools/usb/ |
D | hcd-tests.sh | 42 echo "testing ALL recognized usbtest devices" 43 echo "" 53 echo "FAIL" 74 echo "assuming $CONFIG configuration" 81 echo "** device must be in $1 config, but it's $CONFIG instead" 86 echo "TESTING: $ARGS" 90 echo $(date) 106 echo '** Control test cases:' 108 echo "test 9: ch9 postconfig" 110 echo "test 10: control queueing" [all …]
|
/linux-6.14.4/tools/perf/tests/shell/ |
D | record.sh | 50 echo "Basic --per-thread mode test" 53 echo "Per-thread record [Skipped event not supported]" 58 echo "Per-thread record [Failed record]" 64 echo "Per-thread record [Failed missing output]" 81 echo "Per-thread record [Failed record -p]" 87 echo "Per-thread record [Failed -p missing output]" 92 echo "Basic --per-thread mode test [Success]" 96 echo "Register capture test" 99 echo "Register capture test [Skipped missing event]" 104 echo "Register capture test [Skipped missing registers]" [all …]
|
12345678910>>...76