diff options
author | Robert Mustacchi <rm@joyent.com> | 2013-04-23 23:39:07 +0000 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2014-02-25 12:53:36 -0500 |
commit | a386cc11a86ecb60f5a48078d22c1500e2ad003e (patch) | |
tree | 43b0e66c72698213bf88e5f927874aff58557e1c /usr/src/lib/libctf | |
parent | f497f9fe231e0e400f339c84a7d80c4aae2ac4d5 (diff) | |
download | illumos-gate-a386cc11a86ecb60f5a48078d22c1500e2ad003e.tar.gz |
4474 DTrace Userland CTF Support
4475 DTrace userland Keyword
4476 DTrace tests should be better citizens
4479 pid provider types
4480 dof emulation is missing checks
Reviewed by: Bryan Cantrill <bryan@joyent.com>
Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/lib/libctf')
-rw-r--r-- | usr/src/lib/libctf/common/mapfile-vers | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/src/lib/libctf/common/mapfile-vers b/usr/src/lib/libctf/common/mapfile-vers index 0873de319e..5573e8db25 100644 --- a/usr/src/lib/libctf/common/mapfile-vers +++ b/usr/src/lib/libctf/common/mapfile-vers @@ -23,6 +23,10 @@ # # +# Copyright (c) 2013, Joyent, Inc. All rights reserved. +# + +# # MAPFILE HEADER START # # WARNING: STOP NOW. DO NOT MODIFY THIS FILE. @@ -62,6 +66,7 @@ SYMBOL_VERSION SUNWprivate_1.2 { ctf_create; ctf_delete_type; ctf_discard; + ctf_dup; ctf_enum_value; ctf_label_info; ctf_label_iter; @@ -104,6 +109,7 @@ SYMBOL_VERSION SUNWprivate_1.1 { ctf_type_kind; ctf_type_lname; ctf_type_name; + ctf_type_qname; ctf_type_reference; ctf_type_resolve; ctf_type_size; |