System.map depends removing (first revision)
authorVitaliy Cherepanov <v.cherepanov@samsung.com>
Tue, 4 Dec 2012 06:58:44 +0000 (10:58 +0400)
committerVitaliy Cherepanov <v.cherepanov@samsung.com>
Tue, 4 Dec 2012 06:58:44 +0000 (10:58 +0400)
commitc345237215322d1192704ebd3c780b0b5f73fed8
tree4301ba76372444ac81b19f984a33caedb1cde6c6
parent92dde34597367e50c00fab1d825ac3c6657ed58b
System.map depends removing (first revision)

function addresses maps for probes are generates on modules startup
create_probes.pl generate probes tables with addresses equal 0
addresses takes from probes array data (struct handler_map handlers) in probes functions
lookup_name function address export by swap_kprobes.ko
lookup_name function address calculate by shell script and pass to driver throw run parameters
struct handler_map definition moved from all files to driver/module_common.h
dalvik_handlers/handlers.c
driver/module.c
driver/module.h
driver/probes_manager.c
driver/storage.c
driver/swap_driver.sh
kprobe/arch/dbi_kprobes.c