Added SLP specific applications instrumentation support
authorNikita Kalyazin <n.kalyazin@samsung.com>
Wed, 10 Aug 2011 12:32:14 +0000 (16:32 +0400)
committerNikita Kalyazin <n.kalyazin@samsung.com>
Wed, 10 Aug 2011 12:48:49 +0000 (16:48 +0400)
commit9892021614707b2860174c9d672cd1f7f80ba459
tree75c54d57e9909d1756924e69f0f230f136479611
parentb2d0a0b3eb05fbe50a00461688accb4b8bf08881
Added SLP specific applications instrumentation support

SLP graphical applications (such as Calculator) are launched by special
daemon that loads these applications just like a libraries via dlopen().
The commit contains a special mechanism to instrument them.
SLP specific applications instrumentation support is enabled by
slp_app="yes" in the conf file.
Currently only running applications can be instrumented.
driver/Kbuild
driver/Makefile
driver/Makefile.am
driver/us_proc_inst.c