| /tools/testing/selftests/exec/ |
| A D | binfmt_script.py | 45 def test(name, size, good=True, leading="", root="./", target="/perl", argument 82 if good: 91 if good: 117 test(name="too-big", size=SIZE+80, good=False) 119 test(name="exact", size=SIZE, good=False) 121 test(name="exact-space", size=SIZE, good=False, leading=" ") 123 test(name="whitespace-too-big", size=SIZE+71, good=False, root="", 126 test(name="truncated", size=SIZE+17, good=False, leading=" " * 19) 128 test(name="empty", size=2, good=False, root="", 131 test(name="spaces", size=SIZE-1, good=False, root="", fill=" ", [all …]
|
| /tools/testing/ktest/ |
| A 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 …]
|
| A D | ktest.pl | 3103 my $good = $bisect_good; 3117 $good = get_sha1($good); 3173 doprint "TESTING BISECT GOOD [$good]\n"; 3174 run_command "git checkout $good" or 3175 dodie "Failed to checkout $good"; 3180 fail "Tested BISECT_GOOD [$good] and it failed" and return 0; 3196 run_command "git bisect good $good" or 3197 dodie "could not set bisect good to $good"; 3308 my ($good, $bad) = @_; 3316 run_command "$diffexec $good $bad", 1; [all …]
|
| /tools/testing/selftests/seccomp/ |
| A D | seccomp_benchmark.c | 110 bool good; in compare() local 122 good = false; in compare() 127 good = false; in compare() 131 good = eval(one, two); in compare() 132 printf("%s\n", good ? "✔️" : "❌"); in compare() 135 ksft_test_result(good, "%s %s %s\n", name_one, name_eval, name_two); in compare() 137 return good ? 0 : 1; in compare()
|
| /tools/bootconfig/samples/ |
| A D | good-simple.bconf | 1 # A good simple bootconfig
|
| /tools/testing/ktest/examples/include/ |
| A D | bisect.conf | 90 CONFIG_BISECT_GOOD = ${THIS_DIR}/config-good
|
| /tools/testing/selftests/zram/ |
| A D | README | 8 good amounts of memory savings. Some of the usecases include /tmp storage,
|
| /tools/perf/ |
| A D | builtin-annotate.c | 384 total_good += istat->good; in print_annotate_item_stat() 386 sum1 = istat->good + istat->bad; in print_annotate_item_stat() 389 sum2 = iter->good + iter->bad; in print_annotate_item_stat() 404 printf(" %-20s: %5d %5d\n", istat->name, istat->good, istat->bad); in print_annotate_item_stat()
|
| /tools/testing/selftests/rcutorture/bin/ |
| A D | kvm-remote.sh | 31 echo $scriptname: Empty list of systems will go nowhere good, giving up.
|
| /tools/memory-model/scripts/ |
| A D | README | 90 # Runs in seconds, good smoke test:
|
| /tools/perf/util/ |
| A D | annotate.h | 557 int good; member
|
| A D | annotate.c | 2727 istat->good++; in __hist_entry__get_data_type() 2762 istat->good++; in __hist_entry__get_data_type() 2768 istat->good++; in __hist_entry__get_data_type()
|
| /tools/perf/Documentation/ |
| A D | topdown.txt | 142 It's not a good idea to do this with too short code regions, 276 seconds) the precision is good.
|
| A D | perf-amd-ibs.txt | 139 which was counter intuitive. IBS profile of good and bad run captured
|
| A D | perf-probe.txt | 223 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
|
| A D | perf-script-python.txt | 233 been counted. A hash table indexed by syscall id is a good way to
|
| A D | perf-stat.txt | 478 For best results it is usually a good idea to use it with interval
|
| A 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/ |
| A D | simple.txt | 251 READ_ONCE(), WRITE_ONCE(), and so on, you will need to have a very good
|
| A D | explanation.txt | 1472 A good example illustrating how pb works is the SB pattern with strong 2355 There are good reasons for this restriction. The compiler is not 2541 included merely for the sake of good form; typically P0 would call 2683 minimal, conservative approach is good enough.
|
| A D | litmus-tests.txt | 43 good understanding of the litmus-test format.
|
| /tools/net/ynl/pyynl/ |
| A D | ynl_gen_c.py | 2162 good = arg.attr_get(ri, 'dst', first=first) 2164 first &= not good
|
| /tools/power/pm-graph/ |
| A D | sleepgraph.py | 2609 good = False 2618 good = True 2622 if not good or len(minicg.list) < 1:
|