From: Kris Van Hees Date: Mon, 14 Nov 2011 15:17:45 +0000 (-0500) Subject: Enable processing the SDT probe point info at boot time (before SMP is actually X-Git-Tag: v4.1.12-111.0.20170907_2225~3^2~3^2~206 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=206a22c3a26c4c488b5893cb4da5cf02dd6ade5c;p=users%2Fjedix%2Flinux-maple.git Enable processing the SDT probe point info at boot time (before SMP is actually 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 --- diff --git a/dtrace/sdt_dev.c b/dtrace/sdt_dev.c index ad44e5c20aeed..6a297c2ef5789 100644 --- a/dtrace/sdt_dev.c +++ b/dtrace/sdt_dev.c @@ -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; }