[IMPROVE] Implement different kind of probes 73/25473/9
authorAlexander Aksenov <a.aksenov@samsung.com>
Wed, 26 Mar 2014 12:44:19 +0000 (16:44 +0400)
committerAlexander Aksenov <a.aksenov@samsung.com>
Thu, 13 Nov 2014 11:21:17 +0000 (03:21 -0800)
commit7a76b43942410512a7f0d767121ae7433ca9bccd
treea5dcb9edd1c1eb1a6fc97cff90e3217858bfce4a
parentaa0677154d76c386df595ab9f22e9700bf5fc880
[IMPROVE] Implement different kind of probes

Now probe type is transferred right after the probe address, before the probe's
data.
Supported probe types:
 0 - retprobe
 1 - function body instrumentation probe
 2 - preloaded API probe

Change-Id: Ie309e3f911619f3a1b4c821f1ad17932ce9f1c4d
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
daemon/da_inst.c
daemon/da_protocol.h
daemon/da_protocol_inst.c