/openbmc/linux/kernel/locking/ |
H A D | test-ww_mutex.c | 382 struct stress { struct 413 static void dummy_load(struct stress *stress) in dummy_load() argument 420 struct stress *stress = container_of(work, typeof(*stress), work); in stress_inorder_work() local 421 const int nlocks = stress->nlocks; in stress_inorder_work() 422 struct ww_mutex *locks = stress->locks; in stress_inorder_work() 446 dummy_load(stress); in stress_inorder_work() 466 } while (!time_after(jiffies, stress->timeout)); in stress_inorder_work() 478 struct stress *stress = container_of(work, typeof(*stress), work); in stress_reorder_work() local 485 order = get_random_order(stress->nlocks); in stress_reorder_work() 489 for (n = 0; n < stress->nlocks; n++) { in stress_reorder_work() [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/stress-ng/ |
H A D | stress-ng_0.18.08.bb | 3 imposes a configurable amount of CPU, memory, I/O, and disk stress on the system." 4 HOMEPAGE = "https://github.com/ColinIanKing/stress-ng#readme" 8 SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \ 15 PROVIDES = "stress" 16 RPROVIDES:${PN} = "stress" 17 RREPLACES:${PN} = "stress" 18 RCONFLICTS:${PN} = "stress" 32 ln -s stress-ng ${D}${bindir}/stress 35 # upstream issue: https://github.com/ColinIanKing/stress-ng/issues/315
|
/openbmc/qemu/tests/migration/ |
H A D | meson.build | 5 stress = executable( variable 6 'stress', 7 files('stress.c'), 14 'initrd-stress.img', 15 output: 'initrd-stress.img', 16 input: stress, 17 command: [find_program('initrd-stress.sh'), '@OUTPUT@', '@INPUT@']
|
H A D | stress.c | 217 static void stress(unsigned long long ramsizeGB, int ncpus) in stress() function 325 stress(ramsizeGB, ncpus); in main()
|
/openbmc/linux/tools/testing/selftests/powerpc/security/ |
H A D | mitigation-patching.sh | 55 if stress-ng > /dev/null 2>&1; then 56 stress="stress-ng" 57 elif stress > /dev/null 2>&1; then 58 stress="stress" 60 stress="" 63 if [[ -n "$stress" ]]; then 64 "$stress" -m "$(nproc)" -t "$TIMEOUT" &
|
/openbmc/linux/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 | 8 TEST_GEN_PROGS := fp-stress \ 20 TEST_PROGS_EXTENDED := fpsimd-stress sve-stress ssve-stress za-stress
|
H A D | .gitignore | 2 fp-stress
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/ |
H A D | makefile-remove-ldflags.patch | 7 diff --git a/cases/stress/hwpoison/Makefile b/cases/stress/hwpoison/Makefile 9 --- a/cases/stress/hwpoison/Makefile 10 +++ b/cases/stress/hwpoison/Makefile
|
/openbmc/openbmc-test-automation/systest/ |
H A D | network_stability_test.robot | 3 ... By default running HTX mdt.bu profile for stress test. 20 [Documentation] Execute network stress in loop. 23 # Run the network stress test HTX_LOOP times in loop. 30 [Documentation] Execute network stress test. 63 [Documentation] Start network stress test.
|
/openbmc/linux/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 \
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | workload-tracing.rst | 22 `stress-ng <https://www.mankier.com/1/stress-ng>`_, 67 We used strace to trace the perf, stress-ng, paxtest workloads to illustrate 92 Install stress-ng and paxtest:: 94 apt-get install stress-ng 100 As mentioned earlier, we used strace to trace perf bench, stress-ng and 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 [all …]
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | .gitignore | 20 transhuge-stress 25 uffd-stress
|
H A D | Makefile | 66 TEST_GEN_FILES += transhuge-stress 67 TEST_GEN_FILES += uffd-stress 123 $(OUTPUT)/uffd-stress: uffd-common.c
|
H A D | uffd-stress.c | 179 static int stress(struct uffd_args *args) in stress() function 326 if (stress(args)) in userfaultfd_stress()
|
H A D | run_vmtests.sh | 271 uffd_stress_bin=./uffd-stress 380 CATEGORY="thp" run_test ./transhuge-stress -d 20
|
/openbmc/openbmc/poky/meta/recipes-support/libusb/ |
H A D | libusb1_1.0.27.bb | 41 oe_runmake -C tests stress 45 install -m 755 ${B}/tests/stress ${D}${PTEST_PATH}
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/fio/ |
H A D | fio_3.38.bb | 1 SUMMARY = "Filesystem and hardware benchmark and stress tool" 3 stress/hardware verification. It has support for a number of I/O engines, \
|
/openbmc/openbmc-test-automation/extended/ |
H A D | test_bmc_upload_stability.robot | 3 Documentation Module to stress-test REST upload stability. 32 [Documentation] Execute upload stress testing.
|
/openbmc/openbmc/poky/meta/recipes-support/libusb/libusb1/ |
H A D | run-ptest | 7 ./stress | { \
|
/openbmc/u-boot/cmd/aspeed/ |
H A D | Kconfig | 9 bool "ASPEED DRAM controller stress test"
|
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/ |
H A D | rt-tests_git.bb | 34 RDEPENDS:${PN}-ptest += " stress-ng python3 python3-multiprocessing python3-datetime python3-misc"
|
/openbmc/linux/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.
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
H A D | 0001-add-explict-static_cast-size_t-to-maxMemoryUsageByte.patch | 33 // We spill to disk in debug mode, regardless of allowDiskUse, to stress the system.
|