add 'swap_ksyms' module
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Thu, 24 Jan 2013 14:22:24 +0000 (18:22 +0400)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Thu, 24 Jan 2013 14:22:24 +0000 (18:22 +0400)
commitf9c21080d47b4f43bc4b128bc2e21f3ad6204589
tree3245701181cba6c6cb2cb1c11f53e5565b72214d
parent932119aaf174fe4f0724e9915d2633f1c8805e7b
add 'swap_ksyms' module
23 files changed:
driver/Kbuild
driver/Makefile.am
driver/handlers_core.h
driver/module.c
driver/module.h
driver/probes_manager.c
driver/storage.c
driver/swap_driver.sh
kprobe/Kbuild
kprobe/Makefile.am
kprobe/arch/asm-arm/dbi_kprobes.c
kprobe/arch/asm-mips/dbi_kprobes.c
kprobe/arch/asm-x86/dbi_kprobes.c
kprobe/arch/dbi_kprobes.c
kprobe/dbi_kprobes.c
kprobe/dbi_kprobes_deps.c
kprobe/dbi_kprobes_deps.h
kprobe/swap_kprobe.sh
ksyms/Kbuild [new file with mode: 0644]
ksyms/Makefile.am [new file with mode: 0644]
ksyms/ksyms.c [new file with mode: 0644]
ksyms/ksyms.h [new file with mode: 0644]
ksyms/swap_ksyms.sh [new file with mode: 0755]