Lines Matching +full:- +full:- +full:gcov +full:- +full:options
1 ---------------------------------
3 ---------------------------------
4 1) Apply kernel-gcov patch(s) against the corresponding Kernel. They are available here:
5 http://ltp.cvs.sourceforge.net/viewvc/ltp/utils/analysis/gcov-kernel/linux-2.*.*-gcov.patch?view=lo…
6 2) Also enable the following options in your .config file before building the kernel
12 ---------------------------------
14 ---------------------------------
31 ---------------------------------
33 ---------------------------------
43 ---------------------------------
45 ---------------------------------
65 ---------------------------------
67 ---------------------------------
69 ---------------------------------
71 ---------------------------------
72 Your Kernel should have been built with the following options to
99 kernel won't boot succesfully - there can be only one (aside from
103 ---------------------------------
104 ---------------------------------
106 ---------------------------------
115 ---------------------------------
116 ---------------------------------
118 - Backup/restore memory used by the original kernel before/after kexec.
119 - Save/restore CPU state before/after kexec.
121 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3ab83521378268044a44811…
122 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=89081d17f7bb81d89fa1aa9…
123 ---------------------------------
131 ---------------------------------
133 ---------------------------------
150 ---------------------------------
153 -> Device Drivers
154 -> Multimedia devices
155 -> Video For Linux
156 -> Video capture adapters
157 -> Virtual Video Driver
161 ---------------------------------
162 ---------------------------------
164 ----------------------------------------------------
167 ---------------------------------
169 ---------------------------------
176 ---------------------------------
183 /sys/kernel/debug/fail_io_timeout/reject-end
184 /sys/kernel/debug/fail_io_timeout/reject-start
185 /sys/kernel/debug/fail_io_timeout/require-end
186 /sys/kernel/debug/fail_io_timeout/require-start
188 /sys/kernel/debug/fail_io_timeout/stacktrace-depth
189 /sys/kernel/debug/fail_io_timeout/task-filter
195 /sys/kernel/debug/fail_make_request/reject-end
196 /sys/kernel/debug/fail_make_request/reject-start
197 /sys/kernel/debug/fail_make_request/require-end
198 /sys/kernel/debug/fail_make_request/require-start
200 /sys/kernel/debug/fail_make_request/stacktrace-depth
201 /sys/kernel/debug/fail_make_request/task-filter
205 /sys/kernel/debug/fail_page_alloc/ignore-gfp-highmem
206 /sys/kernel/debug/fail_page_alloc/ignore-gfp-wait
208 /sys/kernel/debug/fail_page_alloc/min-order
210 /sys/kernel/debug/fail_page_alloc/reject-end
211 /sys/kernel/debug/fail_page_alloc/reject-start
212 /sys/kernel/debug/fail_page_alloc/require-end
213 /sys/kernel/debug/fail_page_alloc/require-start
215 /sys/kernel/debug/fail_page_alloc/stacktrace-depth
216 /sys/kernel/debug/fail_page_alloc/task-filter
220 /sys/kernel/debug/failslab/ignore-gfp-wait
223 /sys/kernel/debug/failslab/reject-end
224 /sys/kernel/debug/failslab/reject-start
225 /sys/kernel/debug/failslab/require-end
226 /sys/kernel/debug/failslab/require-start
228 /sys/kernel/debug/failslab/stacktrace-depth
229 /sys/kernel/debug/failslab/task-filter
233 when the below kernel config options are set:
237 CONFIG_FAILSLAB=y (Fault-injection capability for kmalloc)
239 CONFIG_FAIL_PAGE_ALLOC=y (Fault-injection capabilitiy for alloc_pages())
240 CONFIG_FAIL_MAKE_REQUEST=y (Fault-injection capability for disk IO)
242 CONFIG_FAIL_IO_TIMEOUT=y (Faul-injection capability for faking disk interrupts)
244 CONFIG_FAULT_INJECTION_DEBUG_FS=y (Debugfs entries for fault-injection capabilities)
246 CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y (stacktrace filter for fault-injection capabilities)
251 linux-2.6/Documentation/fault-injection/fault-injection.txt,
254 once the kernel is booted with the above CONFIG options set:
260 1) Build Kernel with all the above possible kernel CONFIG Options,
265 ./runltp -f <command_file> -F <LOOPS>,<FAULT_PROBABILITY>
283 ---------------------------------
285 ---------------------------------
287 ---------------------------------
296 e2fsprogs-devel
297 e2fsprogs-libs
301 ltp/testcases/kernel/fs/ext4-new-features/README
302 ---------------------------------