[FEATURE] Preload: Implement 60/33660/7
authorAlexander Aksenov <a.aksenov@samsung.com>
Wed, 4 Jun 2014 08:07:14 +0000 (12:07 +0400)
committerAlexander Aksenov <a.aksenov@samsung.com>
Tue, 24 Feb 2015 08:28:41 +0000 (11:28 +0300)
commitdb5cb8df42e3fda1b49b53f36578d4992e06fe9e
tree759075600f497c9b016ff813aef128a8b8c9e073
parent640ff97831eabd2d8f0c33a10404c33f3b7102c5
[FEATURE] Preload: Implement

Change-Id: Ida266d6bc3af76bbf046434da99bc7fa3a256d49
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
23 files changed:
Kbuild
build.sh
packaging/swap-modules.spec
parser/msg_parser.c
preload/Kbuild [new file with mode: 0644]
preload/preload.h [new file with mode: 0644]
preload/preload_control.c [new file with mode: 0644]
preload/preload_control.h [new file with mode: 0644]
preload/preload_debugfs.c [new file with mode: 0644]
preload/preload_debugfs.h [new file with mode: 0644]
preload/preload_module.c [new file with mode: 0644]
preload/preload_module.h [new file with mode: 0644]
preload/preload_patcher.c [new file with mode: 0644]
preload/preload_patcher.h [new file with mode: 0644]
preload/preload_pd.c [new file with mode: 0644]
preload/preload_pd.h [new file with mode: 0644]
preload/preload_probe.c [new file with mode: 0644]
preload/preload_probe.h [new file with mode: 0644]
preload/preload_storage.c [new file with mode: 0644]
preload/preload_storage.h [new file with mode: 0644]
preload/preload_threads.c [new file with mode: 0644]
preload/preload_threads.h [new file with mode: 0644]
us_manager/probes/probes.h