Fix: remove ARM set_tls system call override
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Apr 2013 16:14:38 +0000 (12:14 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Apr 2013 16:14:38 +0000 (12:14 -0400)
commit11fa478f18241fedee86f7dc7820a91c629c9e7e
treefae301a82917be609eab84ddac17574161dc575a
parent28bd515a4937ee95a728f74bcb1bae5aba87b751
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 <Ryan.Kyser@jci.com>
Ref: http://lists.lttng.org/pipermail/lttng-dev/2013-April/019990.html
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/syscalls/headers/arm-32-syscalls-2.6.38_integers_override.h
This page took 0.025422 seconds and 4 git commands to generate.