From: Mathieu Desnoyers Date: Wed, 10 Apr 2013 16:14:38 +0000 (-0400) Subject: Fix: remove ARM set_tls system call override X-Git-Tag: v2.2.0-rc2~7 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=11fa478f18241fedee86f7dc7820a91c629c9e7e;hp=11fa478f18241fedee86f7dc7820a91c629c9e7e;p=lttng-modules.git Fix: remove ARM set_tls system call override We'll need to find a better way to instrument ARM-specific system calls located at a far offset from the standard systems calls. A 16MB lttng-modules kernel module is really not acceptable. Removing this instrumentation for now. sys_set_tls will appear as sys_unknown. Fixes #472 CC: Ryan Kyser Ref: http://lists.lttng.org/pipermail/lttng-dev/2013-April/019990.html Signed-off-by: Mathieu Desnoyers ---