"On the go" probes implementation.
authorDmitry Kovalenko <d.kovalenko@samsung.com>
Tue, 31 Jan 2012 12:01:42 +0000 (16:01 +0400)
committerDmitry Kovalenko <d.kovalenko@samsung.com>
Tue, 31 Jan 2012 12:01:42 +0000 (16:01 +0400)
commit663783a0238c7e6326d9e69c56b5a7f1e0f7ec00
tree3f708fb303e2c9d9d4a50b620a05bdedc88bf120
parent80e7e7597b21717cdf13be4cde2eb6858972b6dd
"On the go" probes implementation.

OTG probes can be installed from handlers of other probes.
Currently implemented only user space instrumentation.
Probe installing is produced by call of "install_otg_ip" function.

install_otg_ip(function_addr, pre_handler, jp_handler, rp_handler)
pre_handler, jp_handler, rp_handler can be NULL that means deffault handlers.
driver/storage.c
driver/storage.h
driver/us_proc_inst.c