]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: update syscall tracing in view of Linux 3.8 changes
authorKris Van Hees <kris.van.hees@oracle.com>
Tue, 21 May 2013 06:48:39 +0000 (02:48 -0400)
committerNick Alcock <nick.alcock@oracle.com>
Mon, 29 Jun 2015 21:41:44 +0000 (22:41 +0100)
commitdbe57287d25670b971ff14395326908dbb804344
tree4e348864f944ada5caaa85974ddea25d8b478c9f
parentb761e6f9ddbbc2cc8677e63ccf546287ffc0c9c5
dtrace: update syscall tracing in view of Linux 3.8 changes

The handling of various stub-based syscalls in Linux 3.8 changed to no longer
use the saved registers directly.  This change is now also reflected in the
DTrace overrides for those system calls.

Also reset the compilatio debug settings to all-off (they should only be
turned on in local compilations - never in the repo.)

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
kernel/dtrace/dtrace_os.c
kernel/dtrace/dtrace_stubs_x86_64.S