Searched refs:failure (Results 1 – 17 of 17) sorted by relevance
| /tools/perf/tests/ |
| A D | mem.c | 15 char failure[100]; in check() local 24 scnprintf(failure, sizeof failure, "unexpected %s", out); in check() 25 TEST_ASSERT_VAL(failure, !strcmp(string, out)); in check()
|
| /tools/memory-model/Documentation/ |
| A D | herd-representation.txt | 51 | | On failure: RU | 102 | | On failure: R*[MB] | 106 | | On failure: R*[ONCE] | 108 | | On failure: R*[ACQUIRE] | 110 | | On failure: R*[RELEASE] | 112 | | On failure: LF |
|
| /tools/perf/util/bpf_skel/ |
| A D | augmented_raw_syscalls.bpf.c | 356 goto failure; in sys_enter_perf_event_open() 359 goto failure; in sys_enter_perf_event_open() 369 goto failure; in sys_enter_perf_event_open() 373 goto failure; in sys_enter_perf_event_open() 376 failure: in sys_enter_perf_event_open() 389 goto failure; in sys_enter_clock_nanosleep() 392 goto failure; in sys_enter_clock_nanosleep() 397 failure: in sys_enter_clock_nanosleep() 410 goto failure; in sys_enter_nanosleep() 413 goto failure; in sys_enter_nanosleep() [all …]
|
| /tools/testing/selftests/lkdtm/ |
| A D | tests.txt | 8 #EXHAUST_STACK Corrupts memory on failure 23 #WRITE_AFTER_FREE Corrupts memory on failure 25 #WRITE_BUDDY_AFTER_FREE Corrupts memory on failure
|
| /tools/testing/selftests/rcutorture/bin/ |
| A D | srcu_lockdep.sh | 70 echo -n Unexpected failure for > "$RCUTORTURE/res/$ds/$val/kvm.sh.err" 103 echo -n Unexpected failure for > "$RCUTORTURE/res/$ds/$val/kvm.sh.err"
|
| A D | jitter.sh | 76 echo taskset failure: '"taskset -c -p ' $cpumask $$ '"'
|
| A D | kvm-remote.sh | 198 …echo " ---" ssh failure to $1 checking for file $2, retry after $sleeptime seconds. `date` | tee -… 289 echo System $i persistent ssh failure, lost results `date` | tee -a "$oldrun/remote-log"
|
| /tools/perf/tests/shell/ |
| A D | stat.sh | 73 failure=$2 76 echo "Topdown event group test [Failed $failure for '$events']"
|
| /tools/testing/selftests/drivers/net/ |
| A D | xdp.py | 426 failure = _check_for_failures(recvd_str, stats) 427 if failure is not None: 430 "reason": failure, 561 failure = _check_for_failures(recvd_str, _get_stats(prog_info['maps']['map_xdp_stats'])) 562 if failure is not None: 565 "reason": failure,
|
| /tools/testing/selftests/powerpc/tm/ |
| A D | tm-trap.c | 219 : : : : failure, success); in ping() 221 failure: in ping()
|
| /tools/testing/selftests/futex/ |
| A D | README | 32 o Tests return 0 for success and < 0 for failure. 45 FAIL: Reason for test failure
|
| /tools/testing/fault-injection/ |
| A D | failcmd.sh | 26 likelihood of failure injection, in percent.
|
| /tools/testing/selftests/bpf/ |
| A D | README.rst | 200 bpf_verif_scale/loop6.bpf.o test failure with Clang 12 234 This cause later verifier failure. The bug has been `fixed`__ in 317 there will be a compilation failure::
|
| /tools/testing/selftests/tc-testing/ |
| A D | README | 28 In the current release, tdc run will abort due to a failure in setup or 160 failure during setup or teardown stage.
|
| /tools/testing/selftests/net/netfilter/ |
| A D | nft_nat_zones.sh | 192 [ "$ret" -ne 0 ] && "FAIL: Ping failure from $cl" 1>&2
|
| /tools/perf/Documentation/ |
| A D | perf-trace.txt | 125 --failure::
|
| /tools/perf/util/ |
| A D | machine.c | 1248 goto failure; in machines__create_guest_kernel_maps() 1252 failure: in machines__create_guest_kernel_maps()
|
Completed in 25 milliseconds