[PATCH v11 3/7] ARM: kprobes: collects stack consumption for store instructions

2014-12-01 Thread Wang Nan
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 Signed-off-by: Jon Medhurst Reviewed-by: Jon Medhurst --- v1 -> v2: - Bugfix and code improvements following

[PATCH v11 3/7] ARM: kprobes: collects stack consumption for store instructions

2014-12-01 Thread Wang Nan
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 wangn...@huawei.com Signed-off-by: Jon Medhurst t...@linaro.org Reviewed-by: Jon Medhurst t...@linaro.org --- v1 - v2: