summaryrefslogtreecommitdiffstats
path: root/arch/arm/probes/kprobes/checkers-arm.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: kprobes: check register usage for probed instruction.Wang Nan2015-01-131-0/+93
| | | | | | | | | | | This patch utilizes the previously introduced checker to check register usage for probed ARM instruction and saves it in a mask. A further patch will use such information to avoid simulation or emulation. Signed-off-by: Wang Nan <wangnan0@huawei.com> Reviewed-by: Jon Medhurst <tixy@linaro.org> Signed-off-by: Jon Medhurst <tixy@linaro.org>
* ARM: kprobes: collects stack consumption for store instructionsWang Nan2015-01-131-0/+99
This patch uses the previously introduced checker functionality on store instructions to record their stack consumption information to arch_probes_insn. Signed-off-by: Wang Nan <wangnan0@huawei.com> Reviewed-by: Jon Medhurst <tixy@linaro.org> Signed-off-by: Jon Medhurst <tixy@linaro.org>
OpenPOWER on IntegriCloud