ARM: kprobes: Add basic API tests
authorJon Medhurst <tixy@yxit.co.uk>
Sun, 28 Aug 2011 15:02:38 +0000 (16:02 +0100)
committerJon Medhurst <tixy@yxit.co.uk>
Tue, 20 Sep 2011 18:17:43 +0000 (18:17 +0000)
commit9eed1797720ae633cf17b03dd804d8744f1d3b5c
treec57a2a32f8129b602bda54f58afe9c723cf661c2
parent4189bc71ff2cd3c1920b69a01f6796caf3f1edb3
ARM: kprobes: Add basic API tests

These test that the different kinds of probes can be successfully placed
into ARM and Thumb code and that the handlers are called correctly when
this code is executed.

Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
arch/arm/kernel/Makefile
arch/arm/kernel/kprobes-test.c [new file with mode: 0644]