KI: add kernel hooks handlers 93/156493/4
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Tue, 17 Oct 2017 12:45:28 +0000 (15:45 +0300)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Fri, 20 Oct 2017 10:19:17 +0000 (13:19 +0300)
commitc30523b1f49f2c0882140572fc846e42e03d8815
treee908b2ea1e2b22fac7dcc424964d411798aefa3a
parentef9005fdc5b8d289d4598ec0f1c6d079394c7b34
KI: add kernel hooks handlers

Change-Id: I9b16ad8bf2aee557e3c26b36b353b1a25f907f6b
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
19 files changed:
kernel_integration/README.md
kernel_integration/hooks/include/swap/hook_energy.h [new file with mode: 0644]
kernel_integration/hooks/include/swap/hook_file_ops.h [new file with mode: 0644]
kernel_integration/hooks/include/swap/hook_signal.h [new file with mode: 0644]
kernel_integration/hooks/include/swap/hook_switch_to.h [new file with mode: 0644]
kernel_integration/hooks/include/swap/hook_syscall.h [new file with mode: 0644]
kernel_integration/hooks/include/swap/hook_syscall_priv.h [new file with mode: 0644]
kernel_integration/hooks/include/swap/hook_taskdata.h [new file with mode: 0644]
kernel_integration/hooks/include/swap/hook_usaux.h [new file with mode: 0644]
kernel_integration/hooks/kernel/swap/Kconfig [new file with mode: 0644]
kernel_integration/hooks/kernel/swap/Makefile [new file with mode: 0644]
kernel_integration/hooks/kernel/swap/hooks/Makefile [new file with mode: 0644]
kernel_integration/hooks/kernel/swap/hooks/energy.c [new file with mode: 0644]
kernel_integration/hooks/kernel/swap/hooks/file_ops.c [new file with mode: 0644]
kernel_integration/hooks/kernel/swap/hooks/signal.c [new file with mode: 0644]
kernel_integration/hooks/kernel/swap/hooks/switch_to.c [new file with mode: 0644]
kernel_integration/hooks/kernel/swap/hooks/syscall.c [new file with mode: 0644]
kernel_integration/hooks/kernel/swap/hooks/taskdata.c [new file with mode: 0644]
kernel_integration/hooks/kernel/swap/hooks/userspace_aux.c [new file with mode: 0644]