Print this page
NEX-1643 dtrace provider for smbsrv
Also illumos 1841:
 DTrace smb provider was mis-implemented, doesn't exist.
Add back handlers for read/write raw, so that
 legacy dtrace consumers can find the probes.
Kill extra arg in smb_negotiate
Fix missing "done" probe with smb_notify
Add example consumer: smb-trace.d
fix soi_pid

@@ -20,15 +20,15 @@
 #
 #
 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-# Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
+# Copyright 2017 Nexenta Systems, Inc.  All rights reserved.
 #
 
 SRCS=   smbd-all.d smbd-authsvc.d smbd-doorsvc.d smbd-pipesvc.d \
-        smbnode.d smbsrv.d smbvfs.d
+        smbnode.d smbsrv.d smbvfs.d smb-trace.d
 
 include ../../Makefile.cmd
 
 ROOTSMBDTRACEDIR = $(ROOTLIB)/smbsrv/dtrace
 ROOTSMBDTRACEFILE = $(SRCS:%=$(ROOTSMBDTRACEDIR)/%)