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>


  57         ctf_add_integer;
  58         ctf_add_member;
  59         ctf_add_pointer;
  60         ctf_add_restrict;
  61         ctf_add_struct;
  62         ctf_add_type;
  63         ctf_add_typedef;
  64         ctf_add_union;
  65         ctf_add_volatile;
  66         ctf_create;
  67         ctf_delete_type;
  68         ctf_discard;
  69         ctf_dup;
  70         ctf_enum_value;
  71         ctf_label_info;
  72         ctf_label_iter;
  73         ctf_label_topmost;
  74         ctf_member_info;
  75         ctf_parent_file;
  76         ctf_parent_name;

  77         ctf_set_array;
  78         ctf_type_align;
  79         ctf_type_cmp;
  80         ctf_type_compat;
  81         ctf_type_pointer;
  82         ctf_update;
  83         ctf_write;
  84 } SUNWprivate_1.1;
  85 
  86 SYMBOL_VERSION SUNWprivate_1.1 {
  87     global:
  88         ctf_array_info;
  89         ctf_bufopen;
  90         ctf_close;
  91         ctf_enum_iter;
  92         ctf_enum_name;
  93         ctf_errmsg;
  94         ctf_errno;
  95         ctf_fdopen;
  96         ctf_func_args;




  57         ctf_add_integer;
  58         ctf_add_member;
  59         ctf_add_pointer;
  60         ctf_add_restrict;
  61         ctf_add_struct;
  62         ctf_add_type;
  63         ctf_add_typedef;
  64         ctf_add_union;
  65         ctf_add_volatile;
  66         ctf_create;
  67         ctf_delete_type;
  68         ctf_discard;
  69         ctf_dup;
  70         ctf_enum_value;
  71         ctf_label_info;
  72         ctf_label_iter;
  73         ctf_label_topmost;
  74         ctf_member_info;
  75         ctf_parent_file;
  76         ctf_parent_name;
  77         ctf_parent_label;
  78         ctf_set_array;
  79         ctf_type_align;
  80         ctf_type_cmp;
  81         ctf_type_compat;
  82         ctf_type_pointer;
  83         ctf_update;
  84         ctf_write;
  85 } SUNWprivate_1.1;
  86 
  87 SYMBOL_VERSION SUNWprivate_1.1 {
  88     global:
  89         ctf_array_info;
  90         ctf_bufopen;
  91         ctf_close;
  92         ctf_enum_iter;
  93         ctf_enum_name;
  94         ctf_errmsg;
  95         ctf_errno;
  96         ctf_fdopen;
  97         ctf_func_args;