Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/tools/testing/selftests/arm64/
DMakefile34 all: target
41 install: all
47 run_tests: all
54 emit_tests: all
66 .PHONY: all clean install run_tests emit_tests
/tools/testing/selftests/net/
Dudpgro.sh42 local -r all="$@"
43 local -r tx_args=${all%rx*}
44 local -r rx_args=${all#*rx}
70 local -r all="$@"
71 local -r tx_args=${all%rx*}
72 local -r rx_args=${all#*rx}
108 local -r all="$@"
109 local -r tx_args=${all%rx*}
110 local -r rx_args=${all#*rx}
Dudpgro_bench.sh19 local -r all="$@"
20 local -r tx_args=${all%rx*}
21 local rx_args=${all#*rx}
/tools/testing/selftests/uevent/
DMakefile2 all: target
6 .PHONY: all clean
17 all: $(BINARIES) target
/tools/perf/Documentation/
Dperf-help.txt10 '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
Dperf-mem.txt57 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.
/tools/testing/selftests/net/forwarding/
Dtc_vlan_modify.sh113 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/firmware/
DMakefile6 all: ihex2fw target
13 .PHONY: all clean
/tools/testing/selftests/
Dlib.mk34 .DEFAULT_GOAL := all
62 all: khdr $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES)
64 all: $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES)
76 run_tests: all
106 install: all
159 .PHONY: run_tests all clean install emit_tests
/tools/testing/selftests/drivers/net/mlxsw/
Dqos_pfc.sh177 dcb buffer set dev $swp1 prio-buffer all:0 1:1
215 dcb buffer set dev $swp3 prio-buffer all:0 1:1
216 dcb pfc set dev $swp3 prio-pfc all:off 1:on
232 dcb buffer set dev $swp4 prio-buffer all:0 1:1
233 dcb pfc set dev $swp4 prio-pfc all:off 1:on
249 dcb buffer set dev $swp4 buffer-size all:0 1:$pg1_size
292 dcb buffer set dev $swp4 buffer-size all:0
293 dcb pfc set dev $swp4 prio-pfc all:off
294 dcb buffer set dev $swp4 prio-buffer all:0
307 dcb pfc set dev $swp3 prio-pfc all:off
[all …]
/tools/power/cpupower/debug/x86_64/
DMakefile13 default: all
21 all: $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode target
31 .PHONY: all default clean install
/tools/perf/trace/beauty/
Dprctl.c64 const u8 all = SPO_ARG2 | all_but2; in syscall_arg__scnprintf_prctl_option() local
66 [PR_GET_DUMPABLE] = all, in syscall_arg__scnprintf_prctl_option()
71 [PR_GET_SECUREBITS] = all, in syscall_arg__scnprintf_prctl_option()
74 [PR_GET_PDEATHSIG] = all, in syscall_arg__scnprintf_prctl_option()
/tools/leds/
DMakefile6 all: uledmon led_hw_brightness_mon target
13 .PHONY: all clean
/tools/lib/perf/tests/
DMakefile15 all: target
27 all: $(TESTS_A) $(TESTS_SO) target
38 .PHONY: all clean FORCE
/tools/testing/selftests/x86/
DMakefile2 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/
DMakefile7 .PHONY: all clean run_tests install
16 .PHONY: all clean
20 all: target
/tools/io_uring/
DMakefile6 all: io_uring-cp io_uring-bench target
18 .PHONY: all clean
/tools/power/cpupower/debug/i386/
DMakefile13 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/build/
DMakefile.feature59 stackprotector-all \
105 ifeq ($(FEATURE_TESTS),all)
137 FEATURE_CHECK_CFLAGS-all += $(FEATURE_CHECK_CFLAGS-$(1))
138 FEATURE_CHECK_LDFLAGS-all += $(FEATURE_CHECK_LDFLAGS-$(1))
146 $(call feature_check,all,$(MSG))
152 ifeq ($(feature-all), 1)
/tools/memory-model/scripts/
DREADME10 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/testing/selftests/powerpc/pmu/
DMakefile11 all: $(TEST_GEN_PROGS) ebb target
48 …TARGET=$$OUTPUT/$$TARGET; mkdir -p $$BUILD_TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -k -C $$TARGET all
50 .PHONY: all run_tests clean ebb
/tools/virtio/ringtest/
DMakefile2 all: target
4 all: ring virtio_ring_0_9 virtio_ring_poll virtio_ring_inorder ptr_ring noring target
31 .PHONY: all clean
/tools/testing/vsock/
DMakefile2 all: test target
8 .PHONY: all test clean
/tools/vm/
DMakefile14 all: $(TARGETS) target
30 install: all
/tools/power/acpi/
DMakefile12 all: acpidbg acpidump ec target
18 $(call descend,tools/$@,all)

12345678910>>...12