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>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mdb/common/libstandctf/mapfile
          +++ new/usr/src/cmd/mdb/common/libstandctf/mapfile
↓ open down ↓ 69 lines elided ↑ open up ↑
  70   70                  ctf_import;
  71   71                  ctf_label_info;
  72   72                  ctf_label_iter;
  73   73                  ctf_label_topmost;
  74   74                  ctf_lookup_by_name;
  75   75                  ctf_lookup_by_symbol;
  76   76                  ctf_member_info;
  77   77                  ctf_member_iter;
  78   78                  ctf_open;
  79   79                  ctf_parent_name;
       80 +                ctf_parent_label;
  80   81                  ctf_setmodel;
  81   82                  ctf_setspecific;
  82   83                  ctf_type_align;
  83   84                  ctf_type_cmp;
  84   85                  ctf_type_encoding;
  85   86                  ctf_type_iter;
  86   87                  ctf_type_lname;
  87   88                  ctf_type_kind;
  88   89                  ctf_type_name;
  89   90                  ctf_type_pointer;
  90   91                  ctf_type_reference;
  91   92                  ctf_type_resolve;
  92   93                  ctf_type_size;
  93   94                  ctf_type_visit;
  94   95                  ctf_update;
  95   96                  ctf_version;
  96   97          local:
  97   98                  *;
  98   99  };
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX