Print this page
1730 DTrace should ignore type information from modules with cth_parlabel mismatches
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
Reviewed by: Adam Leventhal <ahl@delphix.com>

@@ -110,10 +110,11 @@
         { EDT_BADAGGVAR, "Invalid aggregation variable identifier" },
         { EDT_OVERSION, "Client requested deprecated version of library" },
         { EDT_ENABLING_ERR, "Failed to enable probe" },
         { EDT_NOPROBES, "No probe sites found for declared provider" },
         { EDT_CANTLOAD, "Failed to load module" },
+        { EDT_BADCTF, "Module contains invalid or incomplete CTF information" }
 };
 
 static const int _dt_nerr = sizeof (_dt_errlist) / sizeof (_dt_errlist[0]);
 
 const char *