Wang Nan
fca08f326a
ARM: probes: move all probe code to dedicate directory
In discussion on LKML (https://lkml.org/lkml/2014/11/28/158), Russell
King suggests to move all probe related code to arch/arm/probes. This
patch does the work. Due to dependency on 'arch/arm/kernel/patch.h', this
patch also moves patch.h to 'arch/arm/include/asm/patch.h', and related
'#include' directives are also midified to '#include <asm/patch.h>'.
Following is an overview of this patch:
./arch/arm/kernel/ ./arch/arm/probes/
|-- Makefile |-- Makefile
|-- probes-arm.c ==> |-- decode-arm.c
|-- probes-arm.h ==> |-- decode-arm.h
|-- probes-thumb.c ==> |-- decode-thumb.c
|-- probes-thumb.h ==> |-- decode-thumb.h
|-- probes.c ==> |-- decode.c
|-- probes.h ==> |-- decode.h
| |-- kprobes
| | |-- Makefile
|-- kprobes-arm.c ==> | |-- actions-arm.c
|-- kprobes-common.c ==> | |-- actions-common.c
|-- kprobes-thumb.c ==> | |-- actions-thumb.c
|-- kprobes.c ==> | |-- core.c
|-- kprobes.h ==> | |-- core.h
|-- kprobes-test-arm.c ==> | |-- test-arm.c
|-- kprobes-test.c ==> | |-- test-core.c
|-- kprobes-test.h ==> | |-- test-core.h
|-- kprobes-test-thumb.c ==> | `-- test-thumb.c
| `-- uprobes
| |-- Makefile
|-- uprobes-arm.c ==> |-- actions-arm.c
|-- uprobes.c ==> |-- core.c
|-- uprobes.h ==> `-- core.h
|
`-- patch.h ==> arch/arm/include/asm/patch.h
Signed-off-by: Wang Nan <wangnan0@huawei.com>
Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2015-01-09 09:36:50 +00:00
..
2014-12-21 06:01:05 -06:00
2014-12-14 16:10:09 -08:00
2014-12-30 16:03:53 +01:00
2014-12-02 22:55:51 +08:00
2015-01-09 09:36:50 +00:00
2015-01-09 09:36:50 +00:00
2014-12-18 16:05:28 -08:00
2014-11-27 16:00:25 +00:00
2014-11-28 15:06:38 +01:00
2014-12-09 14:18:35 -08:00
2014-12-10 08:38:57 -08:00
2014-11-18 20:27:53 +01:00
2014-12-18 20:28:33 -08:00
2014-11-28 12:34:08 +01:00
2014-12-18 20:28:33 -08:00
2014-12-14 16:10:09 -08:00
2014-11-23 13:01:45 +01:00
2014-12-13 00:42:49 +01:00
2014-12-09 14:57:37 -08:00
2014-12-20 16:42:36 -08:00
2014-12-04 17:31:32 +01:00
2014-12-13 00:42:49 +01:00
2014-12-20 16:42:36 -08:00
2014-12-14 16:10:09 -08:00
2014-12-14 16:10:09 -08:00
2014-12-14 16:10:09 -08:00
2014-12-15 15:52:01 -08:00
2014-11-20 17:00:32 +01:00
2014-12-10 21:17:00 -08:00
2014-12-14 16:10:09 -08:00
2014-11-28 21:57:07 +01:00
2014-12-01 09:32:22 +01:00
2014-12-16 14:53:01 -08:00
2014-11-21 15:24:54 +00:00
2014-12-10 21:17:00 -08:00
2014-12-14 16:10:09 -08:00
2014-11-28 16:08:16 +01:00
2015-01-09 09:36:50 +00:00
2014-11-21 15:24:50 +00:00
2014-12-04 12:41:54 +00:00
2014-12-13 13:00:36 -08:00
2014-12-14 16:43:47 -08:00
2015-01-09 09:36:50 +00:00