hooks: Allow to remove hooking (and/or trace) 59/20859/1
authorJose Bollo <jose.bollo@iot.bzh>
Fri, 15 Feb 2019 12:41:38 +0000 (13:41 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 29 Mar 2019 13:14:13 +0000 (14:14 +0100)
commita2cf84ecde926adeebf09bc2c284401513d3fab3
tree2aeb893daf240e34ab12a8828f1b3ad9b900422c
parent5011060f04181acbb18babcc2017a2f0b6cfb853
hooks: Allow to remove hooking (and/or trace)

This change allows to downsize the binder by
removing its internal hooking and tracing features.

Change-Id: Ifb080a7426216f6c6b1c8f8e5bf8ddd52df40a3e
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
26 files changed:
coverage/bin/Makefile
src/CMakeLists.txt
src/afb-api.h
src/afb-apiset.c
src/afb-apiset.h
src/afb-calls.c
src/afb-calls.h
src/afb-config.c
src/afb-evt.c
src/afb-evt.h
src/afb-export.c
src/afb-export.h
src/afb-hook-flags.c
src/afb-hook-flags.h
src/afb-hook.c
src/afb-hook.h
src/afb-monitor.c
src/afb-session.c
src/afb-supervision.c
src/afb-trace.c
src/afb-trace.h
src/afb-xreq.c
src/afb-xreq.h
src/main-afb-daemon.c
src/tests/apiset/test-apiset.c
src/tests/session/test-session.c