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>


  60                 ctf_enum_iter;
  61                 ctf_enum_name;
  62                 ctf_enum_value;
  63                 ctf_errmsg;
  64                 ctf_errno;
  65                 ctf_fdopen;
  66                 ctf_func_args;
  67                 ctf_func_info;
  68                 ctf_getmodel;
  69                 ctf_getspecific;
  70                 ctf_import;
  71                 ctf_label_info;
  72                 ctf_label_iter;
  73                 ctf_label_topmost;
  74                 ctf_lookup_by_name;
  75                 ctf_lookup_by_symbol;
  76                 ctf_member_info;
  77                 ctf_member_iter;
  78                 ctf_open;
  79                 ctf_parent_name;

  80                 ctf_setmodel;
  81                 ctf_setspecific;
  82                 ctf_type_align;
  83                 ctf_type_cmp;
  84                 ctf_type_encoding;
  85                 ctf_type_iter;
  86                 ctf_type_lname;
  87                 ctf_type_kind;
  88                 ctf_type_name;
  89                 ctf_type_pointer;
  90                 ctf_type_reference;
  91                 ctf_type_resolve;
  92                 ctf_type_size;
  93                 ctf_type_visit;
  94                 ctf_update;
  95                 ctf_version;
  96         local:
  97                 *;
  98 };


  60                 ctf_enum_iter;
  61                 ctf_enum_name;
  62                 ctf_enum_value;
  63                 ctf_errmsg;
  64                 ctf_errno;
  65                 ctf_fdopen;
  66                 ctf_func_args;
  67                 ctf_func_info;
  68                 ctf_getmodel;
  69                 ctf_getspecific;
  70                 ctf_import;
  71                 ctf_label_info;
  72                 ctf_label_iter;
  73                 ctf_label_topmost;
  74                 ctf_lookup_by_name;
  75                 ctf_lookup_by_symbol;
  76                 ctf_member_info;
  77                 ctf_member_iter;
  78                 ctf_open;
  79                 ctf_parent_name;
  80                 ctf_parent_label;
  81                 ctf_setmodel;
  82                 ctf_setspecific;
  83                 ctf_type_align;
  84                 ctf_type_cmp;
  85                 ctf_type_encoding;
  86                 ctf_type_iter;
  87                 ctf_type_lname;
  88                 ctf_type_kind;
  89                 ctf_type_name;
  90                 ctf_type_pointer;
  91                 ctf_type_reference;
  92                 ctf_type_resolve;
  93                 ctf_type_size;
  94                 ctf_type_visit;
  95                 ctf_update;
  96                 ctf_version;
  97         local:
  98                 *;
  99 };