Lines Matching refs:fault
7 Available fault injection capabilities
20 injects futex deadlock and uaddr fault errors.
33 Configure fault-injection capabilities behavior
38 fault-inject-debugfs kernel module provides some debugfs entries for runtime
39 configuration of fault-injection capabilities.
75 to debug the problems revealed by fault injection.
137 How to add new fault injection capability
140 o #include <linux/fault-inject.h>
142 o define the fault attributes
146 Please see the definition of struct fault_attr in fault-inject.h
149 o provide a way to configure fault attributes
153 If you need to enable the fault injection capability from boot time, you can
167 If the scope of the fault injection capability is limited to a
169 configure the fault attributes.
257 tools/testing/fault-injection/failcmd.sh. Please run a command
258 "./tools/testing/fault-injection/failcmd.sh --help" for more information and
266 # ./tools/testing/fault-injection/failcmd.sh \
272 # ./tools/testing/fault-injection/failcmd.sh --times=100 \
279 ./tools/testing/fault-injection/failcmd.sh --times=100 \