linux/arch/arm/probes
Jon Medhurst (Tixy) 8d257e95a9 ARM: kprobes: Add test cases for stack consuming instructions
These have extra 'checker' functions associated with them so lets make
sure those get covered by testing. As they may create uninitialised
space on the stack we also update the test code to ensure such space is
consistent between test runs. This is done by disabling interrupts in
setup_test_context().

Signed-off-by: Jon Medhurst <tixy@linaro.org>
2015-01-13 16:10:16 +00:00
..
kprobes ARM: kprobes: Add test cases for stack consuming instructions 2015-01-13 16:10:16 +00:00
uprobes ARM: kprobes: introduces checker 2015-01-09 09:36:51 +00:00
decode-arm.c ARM: kprobes: introduces checker 2015-01-09 09:36:51 +00:00
decode-arm.h ARM: kprobes: introduces checker 2015-01-09 09:36:51 +00:00
decode-thumb.c ARM: kprobes: introduces checker 2015-01-09 09:36:51 +00:00
decode-thumb.h ARM: kprobes: introduces checker 2015-01-09 09:36:51 +00:00
decode.c ARM: kprobes: collects stack consumption for store instructions 2015-01-13 16:10:06 +00:00
decode.h ARM: kprobes: introduces checker 2015-01-09 09:36:51 +00:00
Makefile ARM: probes: move all probe code to dedicate directory 2015-01-09 09:36:50 +00:00