| /tools/testing/ktest/ |
| A D | config-bisect.pl | 700 my $bad = "$bad_start.tmp"; 717 if ( -f $good || -f $bad ) { 724 if ( -f $bad ) { 725 $p = "$p$bad exists\n"; 735 run_command "cp $bad_start $bad" or die "failed to copy to $bad\n"; 740 if ( ! -f $bad ) { 741 die "Can not find file $bad\n"; 746 run_command "cp $output_config $bad" or die "failed to copy $config to $bad\n"; 752 my $ret = config_bisect $good, $bad; 761 run_command "rm $bad"; [all …]
|
| A D | ktest.pl | 3104 my $bad = $bisect_bad; 3118 $bad = get_sha1($bad); 3161 doprint "TESTING BISECT BAD [$bad]\n"; 3162 run_command "git checkout $bad" or 3163 dodie "Failed to checkout $bad"; 3168 fail "Tested BISECT_BAD [$bad] and it succeeded" and return 0; 3199 run_git_bisect "git bisect bad $bad" or 3200 dodie "could not set bisect bad to $bad"; 3308 my ($good, $bad) = @_; 3316 run_command "$diffexec $good $bad", 1; [all …]
|
| /tools/testing/selftests/kvm/x86/ |
| A D | sev_smoke_test.c | 64 bool bad = false; in compare_xsave() local 69 bad = true; in compare_xsave() 73 if (bad) in compare_xsave()
|
| /tools/testing/ktest/examples/include/ |
| A D | bisect.conf | 87 CONFIG_BISECT = ${THIS_DIR}/config-bad
|
| /tools/perf/scripts/perl/Perf-Trace-Util/ |
| A D | Build | 3 CFLAGS_Context.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-bad-funct…
|
| /tools/perf/ |
| A D | builtin-annotate.c | 338 int bad = s->no_sym + in print_annotate_data_stat() local 349 int ok = s->total - bad; in print_annotate_data_stat() 353 s->total, ok, 100.0 * ok / (s->total ?: 1), bad, 100.0 * bad / (s->total ?: 1)); in print_annotate_data_stat() 385 total_bad += istat->bad; 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()
|
| A D | builtin-lock.c | 1281 int bad, total, printed; in print_result() local 1290 bad = total = printed = 0; in print_result() 1294 bad++; in print_result() 1333 print_bad_events(bad, total); in print_result() 1745 print_bad_events(bad, total); in print_footer_stdio() 1772 total += bad; in print_footer_csv() 1801 int bad, total, printed; in print_contention_result() local 1806 bad = total = printed = 0; in print_contention_result() 1811 bad++; in print_contention_result() 1843 bad++; in print_contention_result() [all …]
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_ts_recent_invalid_ack.pkt | 20 // bad packet with high tsval (its ACK sequence is above our sndnxt)
|
| /tools/perf/util/scripting-engines/ |
| A D | Build | 6 …ameter -Wno-shadow -Wno-nested-externs -Wno-undef -Wno-switch-default -Wno-bad-function-cast -Wno-…
|
| /tools/memory-model/Documentation/ |
| A D | references.txt | 78 2019. "Calibrating your fear of big bad optimizing compilers" 84 2019. "Who's afraid of a big bad optimizing compiler?"
|
| A D | simple.txt | 255 Who's afraid of a big bad optimizing compiler? 257 Calibrating your fear of big bad optimizing compilers 259 Concurrency bugs should fear the big bad data-race detector (part 1) 261 Concurrency bugs should fear the big bad data-race detector (part 2)
|
| A D | litmus-tests.txt | 62 filled in and ready for use. It would be very bad if the consumer saw the 66 suffices to avoid this bad outcome: 202 indicates that the bad result flagged by the "exists" clause never 204 bad result happened in some but not all executions, or it might say 205 "Always" to indicate that the bad result happened in all executions. 207 "exists" clause indicates a bad result. To see this, invert the "exists"
|
| A D | ordering.txt | 167 It is bad practice to place code between the smp__*() primitive and the 548 Who's afraid of a big bad optimizing compiler? 550 Calibrating your fear of big bad optimizing compilers
|
| A D | access-marking.txt | 617 [1] "Concurrency bugs should fear the big bad data-race detector (part 2)" 623 [3] "Who's afraid of a big bad optimizing compiler?"
|
| /tools/perf/tests/shell/attr/ |
| A D | test-stat-default | 91 # PERF_TYPE_RAW / topdown-bad-spec (0x8100)
|
| A D | test-stat-detailed-1 | 93 # PERF_TYPE_RAW / topdown-bad-spec (0x8100)
|
| A D | test-stat-detailed-2 | 93 # PERF_TYPE_RAW / topdown-bad-spec (0x8100)
|
| A D | test-stat-detailed-3 | 93 # PERF_TYPE_RAW / topdown-bad-spec (0x8100)
|
| /tools/testing/selftests/powerpc/math/ |
| A D | fpu_asm.S | 11 li r3,1 # assume a bad result
|
| A D | vmx_asm.S | 13 li r3,1 # assume a bad result
|
| /tools/memory-model/ |
| A D | linux-kernel.bell | 85 flag ~empty different-values(srcu-rscs) as srcu-bad-value-match
|
| /tools/perf/util/ |
| A D | annotate.h | 558 int bad; member
|
| /tools/testing/selftests/bpf/ |
| A D | vmtest.sh | 222 This likely indicates a bad rootfs image, Please download
|
| /tools/perf/Documentation/ |
| A D | topdown.txt | 5 1 it is typical to get metrics on retiring, bad speculation, frontend 297 topdown-retiring, topdown-bad-spec, topdown-fe-bound and topdown-be-bound.
|
| A D | perf-amd-ibs.txt | 139 which was counter intuitive. IBS profile of good and bad run captured
|