Home
last modified time | relevance | path

Searched refs:bad (Results 1 – 25 of 29) sorted by relevance

12

/tools/testing/ktest/
A Dconfig-bisect.pl700 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 Dktest.pl3104 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 Dsev_smoke_test.c64 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 Dbisect.conf87 CONFIG_BISECT = ${THIS_DIR}/config-bad
/tools/perf/scripts/perl/Perf-Trace-Util/
A DBuild3 CFLAGS_Context.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-bad-funct…
/tools/perf/
A Dbuiltin-annotate.c338 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 Dbuiltin-lock.c1281 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 Dtcp_ts_recent_invalid_ack.pkt20 // bad packet with high tsval (its ACK sequence is above our sndnxt)
/tools/perf/util/scripting-engines/
A DBuild6 …ameter -Wno-shadow -Wno-nested-externs -Wno-undef -Wno-switch-default -Wno-bad-function-cast -Wno-…
/tools/memory-model/Documentation/
A Dreferences.txt78 2019. "Calibrating your fear of big bad optimizing compilers"
84 2019. "Who's afraid of a big bad optimizing compiler?"
A Dsimple.txt255 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 Dlitmus-tests.txt62 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 Dordering.txt167 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 Daccess-marking.txt617 [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 Dtest-stat-default91 # PERF_TYPE_RAW / topdown-bad-spec (0x8100)
A Dtest-stat-detailed-193 # PERF_TYPE_RAW / topdown-bad-spec (0x8100)
A Dtest-stat-detailed-293 # PERF_TYPE_RAW / topdown-bad-spec (0x8100)
A Dtest-stat-detailed-393 # PERF_TYPE_RAW / topdown-bad-spec (0x8100)
/tools/testing/selftests/powerpc/math/
A Dfpu_asm.S11 li r3,1 # assume a bad result
A Dvmx_asm.S13 li r3,1 # assume a bad result
/tools/memory-model/
A Dlinux-kernel.bell85 flag ~empty different-values(srcu-rscs) as srcu-bad-value-match
/tools/perf/util/
A Dannotate.h558 int bad; member
/tools/testing/selftests/bpf/
A Dvmtest.sh222 This likely indicates a bad rootfs image, Please download
/tools/perf/Documentation/
A Dtopdown.txt5 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 Dperf-amd-ibs.txt139 which was counter intuitive. IBS profile of good and bad run captured

Completed in 27 milliseconds

12