Searched refs:needed (Results 1 – 25 of 40) sorted by relevance
12
/tools/testing/selftests/kselftest/ |
D | prefix.pl | 13 my $needed = 1; 18 if ($needed) { 20 $needed = 0; 23 $needed = 1 if ($char eq "\n");
|
/tools/testing/selftests/powerpc/ptrace/ |
D | perf-hwbreak.c | 80 unsigned long long breaks, needed; in runtestsingle() local 133 needed = 0; in runtestsingle() 135 needed += loop_num; in runtestsingle() 137 needed += loop_num; in runtestsingle() 138 needed = needed * (1 - exclude_user); in runtestsingle() 141 if (breaks != needed) { in runtestsingle() 143 (unsigned long int)ptr, breaks, needed, loop_num, readwriteflag, exclude_user); in runtestsingle()
|
/tools/memory-model/scripts/ |
D | newlitmushist.sh | 57 sort -u $T/list-C-new $T/list-C-newer > $T/list-C-needed 59 scripts/runlitmushist.sh < $T/list-C-needed
|
D | checkghlitmus.sh | 48 sort $T/list-C-already $T/list-C-result-short | uniq -u > $T/list-C-needed 51 if scripts/runlitmushist.sh < $T/list-C-needed > $T/run.stdout 2> $T/run.stderr
|
/tools/testing/selftests/rtc/ |
D | Makefile | 2 CFLAGS += -O3 -Wl,-no-as-needed -Wall
|
/tools/testing/selftests/uevent/ |
D | Makefile | 9 CFLAGS += -Wl,-no-as-needed -Wall
|
/tools/testing/selftests/seccomp/ |
D | Makefile | 9 CFLAGS += -Wl,-no-as-needed -Wall
|
/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 1 The rcutorture scripting tools automatically create the needed initrd 17 # Manually verify that initrd contains needed binaries and libraries.
|
/tools/testing/selftests/timers/ |
D | Makefile | 2 CFLAGS += -O3 -Wl,-no-as-needed -Wall
|
/tools/power/cpupower/ |
D | README | 6 On x86 pciutils is needed at runtime (-lpci). 8 providing cpuid.h is needed.
|
/tools/perf/Documentation/ |
D | build-xed.txt | 2 For --xed the xed tool is needed. Here is how to install it:
|
D | intel-bts.txt | 13 code is still needed to pair up calls and returns correctly, consequently much 33 is also needed.
|
D | perf-inject.txt | 17 this case build-ids (-b option) are read and injected as needed into the event
|
D | perf-buildid-cache.txt | 60 older entires since those may be still needed for annotating old
|
D | perf-stat.txt | 284 and -a (global monitoring) is needed, requiring root rights or 295 To interpret the results it is usually needed to know on which 296 CPUs the workload runs on. If needed the CPUs can be forced using
|
/tools/build/ |
D | Build.include | 46 # (needed for make) 48 # (needed for make) 50 # (needed for the shell)
|
/tools/memory-model/litmus-tests/ |
D | IRIW+poonceonces+OnceOnce.litmus | 8 * needed to cause two different reading processes to agree on the order
|
D | ISA2+pooncerelease+poacquirerelease+poacquireonce.litmus | 11 * (AKA non-rf) link, so release-acquire is all that is needed.
|
/tools/perf/util/ |
D | python-ext-sources | 2 # List of files needed by perf python extension
|
/tools/testing/selftests/net/ |
D | Makefile | 4 CFLAGS = -Wall -Wl,--no-as-needed -O2 -g
|
/tools/power/cpupower/bench/ |
D | README-BENCH | 59 and the governor to test. The time the calculation really needed 60 with the dynamic freq scaling governor is compared with the time needed
|
/tools/testing/selftests/ftrace/ |
D | README | 36 * You can add a directory for your testcases under test.d/ if needed.
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 108 Livepatch has an optional "consistency model", which is needed for 127 This rule is needed so that objtool can properly identify each 134 This rule is needed so that objtool can ignore non-callable code. 154 This rule is needed so that objtool can reliably analyze all of a
|
/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 101 the args, if needed. If there is a problem, and Exception should
|
/tools/build/Documentation/ |
D | Build.txt | 129 It's possible to include special rule if needed (like we do for flex or bison
|
12