Print this page
4474 DTrace Userland CTF Support
4475 DTrace userland Keyword
4476 DTrace tests should be better citizens
4479 pid provider types
4480 dof emulation missing checks
Reviewed by: Bryan Cantrill <bryan@joyent.com>

@@ -21,10 +21,14 @@
 #
 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
 #
 
 #
+# Copyright (c) 2013, Joyent, Inc.  All rights reserved.
+#
+
+#
 # MAPFILE HEADER START
 #
 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
 # Object versioning must comply with the rules detailed in
 #

@@ -60,10 +64,11 @@
         ctf_add_union;
         ctf_add_volatile;
         ctf_create;
         ctf_delete_type;
         ctf_discard;
+        ctf_dup;
         ctf_enum_value;
         ctf_label_info;
         ctf_label_iter;
         ctf_label_topmost;
         ctf_member_info;

@@ -102,10 +107,11 @@
         ctf_type_encoding;
         ctf_type_iter;
         ctf_type_kind;
         ctf_type_lname;
         ctf_type_name;
+        ctf_type_qname;
         ctf_type_reference;
         ctf_type_resolve;
         ctf_type_size;
         ctf_type_visit;
         ctf_version;