Searched refs:good (Results 1 – 17 of 17) sorted by relevance
/tools/testing/selftests/exec/ |
D | binfmt_script | 43 def test(name, size, good=True, leading="", root="./", target="/perl", argument 80 if good: 87 if good: 111 test(name="too-big", size=SIZE+80, good=False) 113 test(name="exact", size=SIZE, good=False) 115 test(name="exact-space", size=SIZE, good=False, leading=" ") 117 test(name="whitespace-too-big", size=SIZE+71, good=False, root="", 120 test(name="truncated", size=SIZE+17, good=False, leading=" " * 19) 122 test(name="empty", size=2, good=False, root="", 125 test(name="spaces", size=SIZE-1, good=False, root="", fill=" ", [all …]
|
/tools/testing/ktest/ |
D | config-bisect.pl | 699 my $good = "$good_start.tmp"; 717 if ( -f $good || -f $bad ) { 720 if ( -f $good ) { 721 $p = "$good exists\n"; 734 run_command "cp $good_start $good" or die "failed to copy to $good\n"; 737 if ( ! -f $good ) { 738 die "Can not find file $good\n"; 744 run_command "cp $output_config $good" or die "failed to copy $config to $good\n"; 752 my $ret = config_bisect $good, $bad; 760 run_command "rm $good"; [all …]
|
D | ktest.pl | 3050 my $good = $bisect_good; 3064 $good = get_sha1($good); 3120 doprint "TESTING BISECT GOOD [$good]\n"; 3121 run_command "git checkout $good" or 3122 dodie "Failed to checkout $good"; 3127 fail "Tested BISECT_GOOD [$good] and it failed" and return 0; 3143 run_command "git bisect good $good" or 3144 dodie "could not set bisect good to $good"; 3255 my ($good, $bad) = @_; 3263 run_command "$diffexec $good $bad", 1; [all …]
|
/tools/bootconfig/samples/ |
D | good-simple.bconf | 1 # A good simple bootconfig
|
/tools/testing/selftests/seccomp/ |
D | seccomp_benchmark.c | 103 bool good; in compare() local 116 good = eval(one, two); in compare() 117 printf("%s\n", good ? "✔️" : "❌"); in compare() 119 return good ? 0 : 1; in compare()
|
/tools/testing/ktest/examples/include/ |
D | bisect.conf | 90 CONFIG_BISECT_GOOD = ${THIS_DIR}/config-good
|
/tools/testing/selftests/zram/ |
D | README | 8 good amounts of memory savings. Some of the usecases include /tmp storage,
|
/tools/testing/selftests/rcutorture/bin/ |
D | kvm-remote.sh | 31 echo $scriptname: Empty list of systems will go nowhere good, giving up.
|
/tools/perf/Documentation/ |
D | topdown.txt | 153 It's not a good idea to do this with too short code regions, 287 seconds) the precision is good.
|
D | perf-probe.txt | 223 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
|
D | perf-stat.txt | 407 For best results it is usually a good idea to use it with interval
|
D | perf-script-python.txt | 233 been counted. A hash table indexed by syscall id is a good way to
|
D | perf-intel-pt.txt | 70 code. A fairly good kernel image is available in /proc/kcore but to get an
|
/tools/memory-model/Documentation/ |
D | simple.txt | 251 READ_ONCE(), WRITE_ONCE(), and so on, you will need to have a very good
|
D | explanation.txt | 1389 A good example illustrating how pb works is the SB pattern with strong 2111 There are good reasons for this restriction. The compiler is not 2297 included merely for the sake of good form; typically P0 would call 2439 minimal, conservative approach is good enough.
|
D | litmus-tests.txt | 43 good understanding of the litmus-test format.
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 2480 good = False 2489 good = True 2493 if not good or len(minicg.list) < 1:
|