/tools/testing/selftests/net/ |
D | udpgro.sh | 34 local -r all="$@" 35 local -r tx_args=${all%rx*} 36 local -r rx_args=${all#*rx} 60 local -r all="$@" 61 local -r tx_args=${all%rx*} 62 local -r rx_args=${all#*rx} 96 local -r all="$@" 97 local -r tx_args=${all%rx*} 98 local -r rx_args=${all#*rx}
|
D | udpgro_bench.sh | 19 local -r all="$@" 20 local -r tx_args=${all%rx*} 21 local rx_args=${all#*rx}
|
/tools/testing/selftests/uevent/ |
D | Makefile | 2 all: target 6 .PHONY: all clean 17 all: $(BINARIES) target
|
/tools/testing/selftests/seccomp/ |
D | Makefile | 2 all: target 6 .PHONY: all clean 17 all: $(BINARIES) target
|
/tools/perf/Documentation/ |
D | perf-help.txt | 10 'perf help' [-a|--all] [COMMAND] 19 If the option '--all' or '-a' is given, then all available commands are 32 --all:: 33 Prints all the available commands on the standard output. This
|
D | perf-mem.txt | 57 is to monitor all CPUS. 73 --all-kernel:: 74 Configure all used events to run in kernel space. 77 --all-user:: 78 Configure all used events to run in user space. 87 In addition, for report all perf report options are valid, and for record 88 all perf record options.
|
D | perf-c2c.txt | 55 --all-kernel:: 56 Configure all used events to run in kernel space. 59 --all-user:: 60 Configure all used events to run in user space. 103 --show-all:: 104 Show all captured HITM lines, with no regard to HITM % 0.0005 limit. 148 - sort all the data based on the cacheline address 150 - sort all cachelines based on user settings 167 - sum of all cachelines accesses 170 - cacheline percentage of all Remote/Local HITM accesses [all …]
|
/tools/testing/selftests/net/forwarding/ |
D | tc_vlan_modify.sh | 113 tc filter add dev $swp1 ingress protocol all pref 1 handle 1 \ 115 tc filter add dev $swp2 ingress protocol all pref 1 handle 1 \ 126 tc filter del dev $swp2 ingress protocol all pref 1 handle 1 flower 127 tc filter del dev $swp1 ingress protocol all pref 1 handle 1 flower 140 tc filter add dev $swp1 egress protocol all pref 1 handle 1 \ 142 tc filter add dev $swp2 egress protocol all pref 1 handle 1 \ 153 tc filter del dev $swp2 egress protocol all pref 1 handle 1 flower 154 tc filter del dev $swp1 egress protocol all pref 1 handle 1 flower
|
/tools/testing/selftests/ |
D | lib.mk | 30 .DEFAULT_GOAL := all 57 all: khdr $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) 59 all: $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) 72 run_tests: all 99 install: all 147 .PHONY: run_tests all clean install emit_tests
|
/tools/firmware/ |
D | Makefile | 6 all: ihex2fw target 13 .PHONY: all clean
|
/tools/power/cpupower/debug/x86_64/ |
D | Makefile | 13 default: all 21 all: $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode target 31 .PHONY: all default clean install
|
/tools/perf/lib/tests/ |
D | Makefile | 15 all: target 27 all: $(TESTS_A) $(TESTS_SO) target 38 .PHONY: all clean FORCE
|
/tools/perf/trace/beauty/ |
D | prctl.c | 63 const u8 all = SPO_ARG2 | all_but2; in syscall_arg__scnprintf_prctl_option() local 65 [PR_GET_DUMPABLE] = all, in syscall_arg__scnprintf_prctl_option() 70 [PR_GET_SECUREBITS] = all, in syscall_arg__scnprintf_prctl_option() 73 [PR_GET_PDEATHSIG] = all, in syscall_arg__scnprintf_prctl_option()
|
/tools/leds/ |
D | Makefile | 6 all: uledmon led_hw_brightness_mon target 13 .PHONY: all clean
|
/tools/testing/selftests/x86/ |
D | Makefile | 2 all: target 6 .PHONY: all all_32 all_64 warn_32bit_failure clean 54 all: all_32 target 61 all: all_64 target 81 all: warn_32bit_failure target
|
/tools/testing/selftests/sparc64/ |
D | Makefile | 7 .PHONY: all clean run_tests install 16 .PHONY: all clean 20 all: target
|
/tools/testing/vsock/ |
D | Makefile | 2 all: test target 7 .PHONY: all test clean
|
/tools/io_uring/ |
D | Makefile | 6 all: io_uring-cp io_uring-bench target 18 .PHONY: all clean
|
/tools/power/cpupower/debug/i386/ |
D | Makefile | 13 default: all 27 all: $(OUTPUT)centrino-decode $(OUTPUT)dump_psb $(OUTPUT)intel_gsic $(OUTPUT)powernow-k8-decode target 42 .PHONY: all default clean install
|
/tools/testing/selftests/powerpc/pmu/ |
D | Makefile | 11 all: $(TEST_GEN_PROGS) ebb target 44 …TARGET=$$OUTPUT/$$TARGET; mkdir -p $$BUILD_TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -k -C $$TARGET all 46 .PHONY: all run_tests clean ebb
|
/tools/build/ |
D | Makefile.feature | 63 stackprotector-all \ 103 ifeq ($(FEATURE_TESTS),all) 136 FEATURE_CHECK_CFLAGS-all += $(FEATURE_CHECK_CFLAGS-$(1)) 137 FEATURE_CHECK_LDFLAGS-all += $(FEATURE_CHECK_LDFLAGS-$(1)) 145 $(call feature_check,all,$(MSG)) 151 ifeq ($(feature-all), 1)
|
/tools/vm/ |
D | Makefile | 12 all: $(TARGETS) target 28 install: all
|
/tools/memory-model/scripts/ |
D | README | 10 Run all litmus tests in the litmus-tests directory, checking 16 Run all litmus tests in the https://github.com/paulmckrcu/litmus 23 Run all litmus tests having .litmus.out files from previous 40 Run all litmus tests having no more than the specified number 53 For all new or updated litmus tests having no more than the
|
/tools/virtio/ringtest/ |
D | Makefile | 2 all: target 4 all: ring virtio_ring_0_9 virtio_ring_poll virtio_ring_inorder ptr_ring noring target 31 .PHONY: all clean
|
/tools/power/acpi/ |
D | Makefile | 10 all: acpidbg acpidump ec target 16 $(call descend,tools/$@,all)
|