| /linux-6.15/kernel/locking/ |
| H A D | test-ww_mutex.c | 384 struct stress { struct 425 static void dummy_load(struct stress *stress) in dummy_load() argument 432 struct stress *stress = container_of(work, typeof(*stress), work); in stress_inorder_work() local 458 dummy_load(stress); in stress_inorder_work() 491 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local 535 dummy_load(stress); in stress_reorder_work() 550 struct stress *stress = container_of(work, typeof(*stress), work); in stress_one_work() local 558 dummy_load(stress); in stress_one_work() 595 struct stress *stress; in stress() local 620 stress->locks = locks; in stress() [all …]
|
| /linux-6.15/tools/testing/selftests/powerpc/security/ |
| H A D | mitigation-patching.sh | 54 if stress-ng > /dev/null 2>&1; then 55 stress="stress-ng" 56 elif stress > /dev/null 2>&1; then 57 stress="stress" 59 stress="" 62 if [[ -n "$stress" ]]; then 63 "$stress" -m "$(nproc)" -t "$TIMEOUT" &
|
| /linux-6.15/tools/testing/selftests/arm64/fp/ |
| H A D | README | 2 standalone stress tests. 13 sve-stress performs an SVE context switch stress test, as described 16 (The fpsimd-stress test works the same way; just substitute "fpsimd" for 25 $ ./sve-stress 64 KVM stress testing 67 To try to reproduce the bugs that we have been observing, sve-stress 88 2) Run the sve-stress on *each* guest with the Vector-Length set to 32: 89 guest$ ./vlset --inherit 32 ./sve-stress 91 3) Run the sve-stress on the host with the maximum Vector-Length: 92 host$ ./vlset --inherit --max ./sve-stress [all …]
|
| H A D | Makefile | 10 fp-stress \ 23 TEST_PROGS_EXTENDED := fpsimd-stress sve-stress ssve-stress za-stress
|
| H A D | .gitignore | 3 fp-stress
|
| /linux-6.15/tools/testing/selftests/arm64/gcs/ |
| H A D | Makefile | 9 TEST_GEN_PROGS := basic-gcs libc-gcs gcs-locking gcs-stress gcspushm gcsstr 10 TEST_GEN_PROGS_EXTENDED := gcs-stress-thread 23 $(OUTPUT)/gcs-stress-thread: gcs-stress-thread.S
|
| H A D | .gitignore | 4 gcs-stress 5 gcs-stress-thread
|
| /linux-6.15/tools/testing/selftests/prctl/ |
| H A D | .gitignore | 2 disable-tsc-ctxt-sw-stress-test 3 disable-tsc-on-off-stress-test
|
| H A D | Makefile | 7 TEST_PROGS := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test \
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | workload-tracing.rst | 22 `stress-ng <https://www.mankier.com/1/stress-ng>`_, 92 Install stress-ng and paxtest:: 94 apt-get install stress-ng 119 stress-ng is used for performing stress testing on the kernel. It allows 124 to the `stress-ng man-page <https://www.mankier.com/1/stress-ng>`_ to 176 * stress-ng 254 What is stress-ng and how do we use it? 257 As mentioned earlier, stress-ng is used for performing stress testing on 274 stress-ng --netdev 1 -t 60 --metrics command. 427 Tracing stress-ng netdev stressor workload [all …]
|
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | .gitignore | 21 transhuge-stress 28 uffd-stress
|
| H A D | Makefile | 88 TEST_GEN_FILES += transhuge-stress 89 TEST_GEN_FILES += uffd-stress 160 $(OUTPUT)/uffd-stress: uffd-common.c
|
| H A D | uffd-stress.c | 180 static int stress(struct uffd_args *args) in stress() function 331 if (stress(args)) { in userfaultfd_stress()
|
| /linux-6.15/drivers/gpu/drm/ci/xfails/ |
| H A D | i915-cml-fails.txt | 6 i915_pipe_stress@stress-xrgb8888-untiled,Fail 7 i915_pipe_stress@stress-xrgb8888-ytiled,Fail 8 i915_pm_rpm@gem-execbuf-stress,Timeout
|
| H A D | i915-whl-flakes.txt | 6 kms_pm_rpm@modeset-lpsp-stress
|
| H A D | i915-kbl-fails.txt | 5 i915_pm_rpm@gem-execbuf-stress,Timeout
|
| H A D | i915-apl-fails.txt | 36 kms_pm_rpm@modeset-stress-extra-wait,Timeout
|
| H A D | i915-jsl-fails.txt | 33 kms_pm_rpm@modeset-stress-extra-wait,Timeout
|
| H A D | i915-whl-fails.txt | 6 i915_pm_rpm@gem-execbuf-stress,Timeout
|
| H A D | i915-amly-fails.txt | 6 i915_pm_rpm@gem-execbuf-stress,Timeout
|
| H A D | i915-amly-flakes.txt | 48 kms_pm_rpm@modeset-lpsp-stress
|
| /linux-6.15/lib/ |
| H A D | Kconfig.kfence | 81 this option is to stress test KFENCE with concurrent error reports 82 and allocations/frees. A value of 0 disables stress testing logic.
|
| /linux-6.15/drivers/net/ethernet/freescale/fman/ |
| H A D | Kconfig | 40 stress with multiple ports injecting line-rate traffic.
|
| /linux-6.15/tools/memory-model/Documentation/ |
| H A D | access-marking.txt | 543 When designing stress tests it is important to ensure that race conditions 573 invoked concurrently, the stress test should force this concurrency to 574 actually happen. KCSAN can evaluate the stress test when the above code 606 If a given stress-test run does not result in KCSAN complaints from 608 stress test needs improvement. If the stress test was to be evaluated 611 false positives when not evaluating the stress test.
|
| /linux-6.15/Documentation/locking/ |
| H A D | locktorture.rst | 34 Number of kernel threads that will stress exclusive lock 39 Number of kernel threads that will stress shared lock
|