linux/arch/arm/probes/kprobes
Wang Nan 6624cf651f ARM: kprobes: collects stack consumption for store instructions
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>
2015-01-13 16:10:06 +00:00
..
actions-arm.c ARM: kprobes: collects stack consumption for store instructions 2015-01-13 16:10:06 +00:00
actions-common.c ARM: probes: move all probe code to dedicate directory 2015-01-09 09:36:50 +00:00
actions-thumb.c ARM: kprobes: collects stack consumption for store instructions 2015-01-13 16:10:06 +00:00
checkers-arm.c ARM: kprobes: collects stack consumption for store instructions 2015-01-13 16:10:06 +00:00
checkers-common.c ARM: kprobes: collects stack consumption for store instructions 2015-01-13 16:10:06 +00:00
checkers-thumb.c ARM: kprobes: collects stack consumption for store instructions 2015-01-13 16:10:06 +00:00
checkers.h ARM: kprobes: collects stack consumption for store instructions 2015-01-13 16:10:06 +00:00
core.c ARM: kprobes: introduces checker 2015-01-09 09:36:51 +00:00
core.h ARM: kprobes: introduces checker 2015-01-09 09:36:51 +00:00
Makefile ARM: kprobes: collects stack consumption for store instructions 2015-01-13 16:10:06 +00:00
test-arm.c ARM: probes: move all probe code to dedicate directory 2015-01-09 09:36:50 +00:00
test-core.c ARM: probes: move all probe code to dedicate directory 2015-01-09 09:36:50 +00:00
test-core.h ARM: probes: move all probe code to dedicate directory 2015-01-09 09:36:50 +00:00
test-thumb.c ARM: probes: move all probe code to dedicate directory 2015-01-09 09:36:50 +00:00