| /tools/testing/selftests/arm64/abi/ |
| D | syscall-abi.c | 76 int errors = 0; in check_gpr() local 87 errors++; in check_gpr() 91 return errors; in check_gpr() 109 int errors = 0; in check_fpr() local 119 errors++; in check_fpr() 132 errors++; in check_fpr() 136 return errors; in check_fpr() 156 int errors = 0; in check_z() local 175 errors++; in check_z() 185 errors++; in check_z() [all …]
|
| /tools/testing/selftests/bpf/ |
| D | test_tunnel.sh | 585 local errors=0 589 errors=$(( $errors + $? )) 593 errors=$(( $errors + $? )) 597 errors=$(( $errors + $? )) 601 errors=$(( $errors + $? )) 605 errors=$(( $errors + $? )) 609 errors=$(( $errors + $? )) 613 errors=$(( $errors + $? )) 617 errors=$(( $errors + $? )) 621 errors=$(( $errors + $? )) [all …]
|
| /tools/testing/selftests/arm64/fp/ |
| D | sve-ptrace.c | 262 uint32_t *in, uint32_t *out, int *errors) in check_u32() argument 267 (*errors)++; in check_u32() 339 int errors = 0; in ptrace_set_sve_get_sve_data() local 397 errors++; in ptrace_set_sve_get_sve_data() 406 errors++; in ptrace_set_sve_get_sve_data() 411 read_buf + SVE_PT_SVE_FPSR_OFFSET(vq), &errors); in ptrace_set_sve_get_sve_data() 413 read_buf + SVE_PT_SVE_FPCR_OFFSET(vq), &errors); in ptrace_set_sve_get_sve_data() 415 ksft_test_result(errors == 0, "Set and get %s data for VL %u\n", in ptrace_set_sve_get_sve_data() 435 int errors = 0; in ptrace_set_sve_get_fpsimd_data() local 491 errors++; in ptrace_set_sve_get_fpsimd_data() [all …]
|
| D | vec-syscfg.c | 564 int errors = 0; in prctl_set_all_vqs() local 584 errors++; in prctl_set_all_vqs() 597 errors++; in prctl_set_all_vqs() 612 errors++; in prctl_set_all_vqs() 626 errors++; in prctl_set_all_vqs() 638 errors++; in prctl_set_all_vqs() 648 errors++; in prctl_set_all_vqs() 654 ksft_test_result(errors == 0, "%s prctl() set all VLs, %d errors\n", in prctl_set_all_vqs() 655 data->name, errors); in prctl_set_all_vqs()
|
| /tools/perf/scripts/perl/ |
| D | rw-by-pid.pl | 36 $reads{$common_pid}{errors}{$ret}++; 58 $writes{$common_pid}{errors}{$ret}++; 102 foreach my $error (keys %{$reads{$pid}{errors}}) { 104 my $errcount = $reads{$pid}{errors}{$error} || 0; 142 foreach my $error (keys %{$writes{$pid}{errors}}) { 144 my $errcount = $writes{$pid}{errors}{$error} || 0;
|
| D | rwtop.pl | 49 $reads{$common_pid}{errors}{$ret}++; 75 $writes{$common_pid}{errors}{$ret}++;
|
| /tools/testing/selftests/powerpc/mm/ |
| D | subpage_prot.c | 35 int errors; variable 80 ++errors; in check_faulted() 119 errors = 0; in run_test() 130 if (errors) { in run_test() 131 printf("%d errors detected\n", errors); in run_test()
|
| /tools/testing/selftests/net/netfilter/ |
| D | ipvs.sh | 179 local errors= 185 errors=$(( $errors + $? )) 191 errors=$(( $errors + $? )) 197 errors=$(( $errors + $? )) 199 return $errors
|
| /tools/testing/selftests/rcutorture/bin/ |
| D | kvm-recheck.sh | 122 echo $configerrors runs with .config errors. 125 EDITOR=echo kvm-find-errors.sh "${@: -1}" > $T 2>&1 129 echo $builderrors runs with build errors. 135 echo $runerrors runs with runtime errors.
|
| D | parse-build.sh | 33 print_bug $title build errors: 45 print_warning $title build errors:
|
| D | kvm-find-errors.sh | 50 echo No build errors. 72 echo No errors in console logs.
|
| /tools/testing/kunit/ |
| D | kunit_tool_test.py | 144 self.assertEqual(result.counts.errors, 0) 151 self.assertEqual(result.counts.errors, 0) 158 self.assertEqual(result.counts.errors, 0) 165 self.assertEqual(result.counts.errors, 0) 174 self.assertEqual(result.counts.errors, 1) 184 self.assertEqual(result.counts, kunit_parser.TestCounts(passed=10, errors=0)) 194 self.assertEqual(result.counts.errors, 1) 205 self.assertEqual(result.counts, kunit_parser.TestCounts(passed=1, errors=1)) 217 self.assertEqual(result.counts.errors, 1) 256 self.assertEqual(result.counts.errors, 0) [all …]
|
| D | kunit_parser.py | 59 self.counts.errors += 1 85 errors: int = 0 variable in TestCounts 91 ('errors', self.errors)] 116 self.errors += counts.errors
|
| /tools/testing/selftests/sched/ |
| D | cs_prctl_test.c | 219 static int errors; variable 225 ++errors; in _validate() 343 if (errors) { in main() 344 printf("TESTS FAILED. errors: %d\n", errors); in main()
|
| /tools/testing/selftests/firmware/ |
| D | fw_upload.sh | 13 errors="hw-error 155 for error in $errors; do
|
| /tools/testing/selftests/media_tests/ |
| D | regression_test.txt | 43 Run dmesg looking for any user-after free errors or mutex lock errors.
|
| /tools/tracing/latency/ |
| D | Makefile.config | 38 $(error Please, check the errors above.)
|
| /tools/verification/rv/ |
| D | Makefile.config | 47 $(error Please, check the errors above.)
|
| /tools/testing/kunit/android/ |
| D | README | 112 Check dmesg for load errors. If undefined symbol errors are shown, you're 132 Check dmesg for KUnit errors.
|
| /tools/tracing/rtla/ |
| D | Makefile.config | 55 $(error Please, check the errors above.)
|
| /tools/perf/Documentation/ |
| D | perf-data.txt | 45 Be more verbose (show counter open errors, etc).
|
| D | itrace.txt | 59 The 'e' option may be followed by flags which affect what errors will or 69 e output only on errors (size configurable - see linkperf:perf-config[1])
|
| /tools/testing/selftests/net/rds/ |
| D | run.sh | 212 gcovr -s --html-details --gcov-executable "$GCOV_CMD" --gcov-ignore-parse-errors \
|
| /tools/testing/selftests/net/ |
| D | ncdevmem.c | 181 int errors = 0; in validate_buffer() local 189 errors++; in validate_buffer() 190 if (errors > 20) in validate_buffer()
|
| /tools/memory-model/scripts/ |
| D | README | 100 The checkghlitmus.sh should not report errors in cases where the 102 this check is nevertheless valuable because it can find errors in the
|