Add checking if code is executed in handler 91/162391/1
authorAlexander Aksenov <a.aksenov@samsung.com>
Tue, 10 Oct 2017 12:07:36 +0000 (15:07 +0300)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Thu, 30 Nov 2017 09:46:49 +0000 (12:46 +0300)
commit6d66127fe73210970abe2bbdf9d31d87ec7fb8ea
tree57f38b3862bc30f9f68199d75516ccf206c8451b
parent1d98a73b7f27092a432d9ab12dc82c614f4e47a7
Add checking if code is executed in handler

This is useful for preventing proifiling debug libraries when
target functions are called indirectrly. For some features that
are sensitive for events consistence, like LSan, this issue is
critical.

Change-Id: I8be26c8bd4889d81b247085cf35e8a820487402b
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
Makefile
helper/in_handler.c [new file with mode: 0644]
helper/libdaprobe.c
helper/thread_data.c [new file with mode: 0644]
helper/thread_data.h [new file with mode: 0644]
include/binproto.h
include/in_handler.h [new file with mode: 0644]