]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Enable processing the SDT probe point info at boot time (before SMP is actually
authorKris Van Hees <kris.van.hees@oracle.com>
Mon, 14 Nov 2011 15:17:45 +0000 (10:17 -0500)
committerKris Van Hees <kris.van.hees@oracle.com>
Mon, 14 Nov 2011 15:17:45 +0000 (10:17 -0500)
enabled), if DTrace SDT support has been enabled (built-in or as module).  For
now, provide some verbose info on the probe points getting resolved.

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

index ad44e5c20aeed902ba1050db7a5026f5ae3df26e..6a297c2ef5789f63df341525c56f9801ee5ae589 100644 (file)
@@ -39,8 +39,6 @@ static long sdt_ioctl(struct file *file,
 
 static int sdt_open(struct inode *inode, struct file *file)
 {
-       /* Temporary call to assist testing SDT. */
-       dtrace_register_builtins();
        return -EAGAIN;
 }