Searched refs:bad (Results 1 – 15 of 15) sorted by relevance
/tools/testing/ktest/ |
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 …]
|
D | ktest.pl | 3004 my $bad = $bisect_bad; 3018 $bad = get_sha1($bad); 3062 doprint "TESTING BISECT BAD [$bad]\n"; 3063 run_command "git checkout $bad" or 3064 dodie "Failed to checkout $bad"; 3069 fail "Tested BISECT_BAD [$bad] and it succeeded" and return 0; 3101 run_git_bisect "git bisect bad $bad" or 3102 dodie "could not set bisect bad to $bad"; 3233 my ($good, $bad) = @_; 3241 run_command "$diffexec $good $bad", 1; [all …]
|
/tools/testing/ktest/examples/include/ |
D | bisect.conf | 87 CONFIG_BISECT = ${THIS_DIR}/config-bad
|
/tools/perf/ |
D | builtin-lock.c | 688 static void print_bad_events(int bad, int total) in print_bad_events() argument 696 pr_info("bad: %d, total: %d\n", bad, total); in print_bad_events() 697 pr_info("bad rate: %.2f %%\n", (double)bad / (double)total * 100); in print_bad_events() 708 int bad, total; in print_result() local 721 bad = total = 0; in print_result() 725 bad++; in print_result() 754 print_bad_events(bad, total); in print_result()
|
/tools/lib/traceevent/plugins/ |
D | Makefile | 206 (echo Either missing one of [$1] or bad version of $(NM)) 1>&2;\
|
/tools/perf/Documentation/ |
D | topdown.txt | 6 frontend bound, backend bound, bad speculation, retiring. 28 # time retiring bad speculation frontend bound backend bound 238 topdown-retiring, topdown-bad-spec, topdown-fe-bound and topdown-be-bound.
|
D | perf-stat.txt | 359 bad speculation and retiring.
|
/tools/memory-model/Documentation/ |
D | references.txt | 79 2019. "Calibrating your fear of big bad optimizing compilers" 85 2019. "Who's afraid of a big bad optimizing compiler?"
|
D | simple.txt | 256 Who's afraid of a big bad optimizing compiler? 258 Calibrating your fear of big bad optimizing compilers 260 Concurrency bugs should fear the big bad data-race detector (part 1) 262 Concurrency bugs should fear the big bad data-race detector (part 2)
|
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"
|
/tools/testing/selftests/powerpc/math/ |
D | fpu_asm.S | 11 li r3,1 # assume a bad result
|
D | vmx_asm.S | 13 li r3,1 # assume a bad result
|
/tools/memory-model/ |
D | linux-kernel.bell | 79 flag ~empty different-values(srcu-rscs) as srcu-bad-nesting
|
/tools/perf/util/ |
D | stat.c | 99 ID(TOPDOWN_BAD_SPEC, topdown-bad-spec),
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 217 a just a bad person, you can tell objtool to ignore it. See the
|