1 | #
|
---|
2 | # CDDL HEADER START
|
---|
3 | #
|
---|
4 | # The contents of this file are subject to the terms of the
|
---|
5 | # Common Development and Distribution License (the "License").
|
---|
6 | # You may not use this file except in compliance with the License.
|
---|
7 | #
|
---|
8 | # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
|
---|
9 | # or http://www.opensolaris.org/os/licensing.
|
---|
10 | # See the License for the specific language governing permissions
|
---|
11 | # and limitations under the License.
|
---|
12 | #
|
---|
13 | # When distributing Covered Code, include this CDDL HEADER in each
|
---|
14 | # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
|
---|
15 | # If applicable, add the following below this CDDL HEADER, with the
|
---|
16 | # fields enclosed by brackets "[]" replaced with your own identifying
|
---|
17 | # information: Portions Copyright [yyyy] [name of copyright owner]
|
---|
18 | #
|
---|
19 | # CDDL HEADER END
|
---|
20 | #
|
---|
21 | #
|
---|
22 | # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
|
---|
23 | #
|
---|
24 |
|
---|
25 | #
|
---|
26 | # MAPFILE HEADER START
|
---|
27 | #
|
---|
28 | # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
|
---|
29 | # Object versioning must comply with the rules detailed in
|
---|
30 | #
|
---|
31 | # usr/src/lib/README.mapfiles
|
---|
32 | #
|
---|
33 | # You should not be making modifications here until you've read the most current
|
---|
34 | # copy of that file. If you need help, contact a gatekeeper for guidance.
|
---|
35 | #
|
---|
36 | # MAPFILE HEADER END
|
---|
37 | #
|
---|
38 |
|
---|
39 | $mapfile_version 2
|
---|
40 |
|
---|
41 | SYMBOL_VERSION SUNWprivate_1.1 {
|
---|
42 | global:
|
---|
43 | dtrace_addr2str;
|
---|
44 | dtrace_aggregate_clear;
|
---|
45 | dtrace_aggregate_print;
|
---|
46 | dtrace_aggregate_snap;
|
---|
47 | dtrace_aggregate_walk;
|
---|
48 | dtrace_aggregate_walk_joined;
|
---|
49 | dtrace_aggregate_walk_keyrevsorted;
|
---|
50 | dtrace_aggregate_walk_keysorted;
|
---|
51 | dtrace_aggregate_walk_keyvarrevsorted;
|
---|
52 | dtrace_aggregate_walk_keyvarsorted;
|
---|
53 | dtrace_aggregate_walk_valrevsorted;
|
---|
54 | dtrace_aggregate_walk_valsorted;
|
---|
55 | dtrace_aggregate_walk_valvarrevsorted;
|
---|
56 | dtrace_aggregate_walk_valvarsorted;
|
---|
57 | dtrace_attr2str;
|
---|
58 | dtrace_class_name;
|
---|
59 | dtrace_close;
|
---|
60 | dtrace_consume;
|
---|
61 | dtrace_ctlfd;
|
---|
62 | _dtrace_debug;
|
---|
63 | dtrace_desc2str;
|
---|
64 | dtrace_dof_create;
|
---|
65 | dtrace_dof_destroy;
|
---|
66 | dtrace_errmsg;
|
---|
67 | dtrace_errno;
|
---|
68 | dtrace_faultstr;
|
---|
69 | dtrace_fprinta;
|
---|
70 | dtrace_fprintf;
|
---|
71 | dtrace_geterr_dof;
|
---|
72 | dtrace_getopt;
|
---|
73 | dtrace_getopt_dof;
|
---|
74 | dtrace_go;
|
---|
75 | dtrace_handle_buffered;
|
---|
76 | dtrace_handle_drop;
|
---|
77 | dtrace_handle_err;
|
---|
78 | dtrace_handle_proc;
|
---|
79 | dtrace_handle_setopt;
|
---|
80 | dtrace_id2desc;
|
---|
81 | dtrace_lookup_by_addr;
|
---|
82 | dtrace_lookup_by_name;
|
---|
83 | dtrace_lookup_by_type;
|
---|
84 | dtrace_object_info;
|
---|
85 | dtrace_object_iter;
|
---|
86 | dtrace_open;
|
---|
87 | dtrace_printa_create;
|
---|
88 | dtrace_printf_create;
|
---|
89 | dtrace_printf_format;
|
---|
90 | dtrace_probe_info;
|
---|
91 | dtrace_probe_iter;
|
---|
92 | dtrace_proc_continue;
|
---|
93 | dtrace_proc_create;
|
---|
94 | dtrace_proc_grab;
|
---|
95 | dtrace_proc_release;
|
---|
96 | dtrace_program_exec;
|
---|
97 | dtrace_program_fcompile;
|
---|
98 | dtrace_program_header;
|
---|
99 | dtrace_program_info;
|
---|
100 | dtrace_program_link;
|
---|
101 | dtrace_program_strcompile;
|
---|
102 | dtrace_provider_modules;
|
---|
103 | dtrace_setopt;
|
---|
104 | dtrace_sleep;
|
---|
105 | dtrace_stability_name;
|
---|
106 | dtrace_status;
|
---|
107 | dtrace_stmt_action;
|
---|
108 | dtrace_stmt_add;
|
---|
109 | dtrace_stmt_create;
|
---|
110 | dtrace_stmt_destroy;
|
---|
111 | dtrace_stmt_iter;
|
---|
112 | dtrace_stop;
|
---|
113 | dtrace_str2attr;
|
---|
114 | dtrace_str2desc;
|
---|
115 | dtrace_subrstr;
|
---|
116 | dtrace_symbol_type;
|
---|
117 | dtrace_type_fcompile;
|
---|
118 | dtrace_type_strcompile;
|
---|
119 | dtrace_uaddr2str;
|
---|
120 | dtrace_update;
|
---|
121 | _dtrace_version;
|
---|
122 | dtrace_vopen;
|
---|
123 | dtrace_work;
|
---|
124 | dtrace_xstr2desc;
|
---|
125 | local:
|
---|
126 | *;
|
---|
127 | };
|
---|