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>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libctf/common/mapfile-vers
          +++ new/usr/src/lib/libctf/common/mapfile-vers
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  #
  24   24  
  25   25  #
       26 +# Copyright (c) 2013, Joyent, Inc.  All rights reserved.
       27 +#
       28 +
       29 +#
  26   30  # MAPFILE HEADER START
  27   31  #
  28   32  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  29   33  # Object versioning must comply with the rules detailed in
  30   34  #
  31   35  #       usr/src/lib/README.mapfiles
  32   36  #
  33   37  # You should not be making modifications here until you've read the most current
  34   38  # copy of that file. If you need help, contact a gatekeeper for guidance.
  35   39  #
↓ open down ↓ 19 lines elided ↑ open up ↑
  55   59          ctf_add_pointer;
  56   60          ctf_add_restrict;
  57   61          ctf_add_struct;
  58   62          ctf_add_type;
  59   63          ctf_add_typedef;
  60   64          ctf_add_union;
  61   65          ctf_add_volatile;
  62   66          ctf_create;
  63   67          ctf_delete_type;
  64   68          ctf_discard;
       69 +        ctf_dup;
  65   70          ctf_enum_value;
  66   71          ctf_label_info;
  67   72          ctf_label_iter;
  68   73          ctf_label_topmost;
  69   74          ctf_member_info;
  70   75          ctf_parent_file;
  71   76          ctf_parent_name;
  72   77          ctf_set_array;
  73   78          ctf_type_align;
  74   79          ctf_type_cmp;
↓ open down ↓ 22 lines elided ↑ open up ↑
  97  102          ctf_lookup_by_symbol;
  98  103          ctf_member_iter;
  99  104          ctf_open;
 100  105          ctf_setmodel;
 101  106          ctf_setspecific;
 102  107          ctf_type_encoding;
 103  108          ctf_type_iter;
 104  109          ctf_type_kind;
 105  110          ctf_type_lname;
 106  111          ctf_type_name;
      112 +        ctf_type_qname;
 107  113          ctf_type_reference;
 108  114          ctf_type_resolve;
 109  115          ctf_type_size;
 110  116          ctf_type_visit;
 111  117          ctf_version;
 112  118          _libctf_debug;
 113  119      local:
 114  120          *;
 115  121  };
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX