1{
2   ioctl_1
3   Memcheck:Param
4   ioctl(generic)
5   fun:ioctl
6   fun:driDrawableInitVBlank
7   fun:intelMakeCurrent
8   fun:glXMakeContextCurrent
9}
10
11{
12   ioctl_2
13   Memcheck:Param
14   ioctl(generic)
15   fun:ioctl
16   fun:driDrawableGetMSC32
17   fun:clutter_backend_glx_redraw
18}
19
20{
21   ioctl_3
22   Memcheck:Param
23   ioctl(generic)
24   fun:ioctl
25   fun:driWaitForMSC32
26   fun:clutter_backend_glx_redraw
27}
28
29{
30   mesa_init_context
31   Memcheck:Leak
32   fun:*alloc
33   ...
34   fun:glXCreateNewContext
35}
36
37{
38   type_register
39   Memcheck:Leak
40   fun:*alloc
41   ...
42   fun:g_type_register_*
43}
44
45{
46   type_ref
47   Memcheck:Leak
48   fun:*alloc
49   ...
50   fun:g_type_class_ref
51}
52
53{
54   type_interface_prereq
55   Memcheck:Leak
56   fun:*alloc
57   ...
58   fun:g_type_interface_add_prerequisite
59}
60
61{
62   get_charset
63   Memcheck:Leak
64   fun:*alloc
65   ...
66   fun:g_get_charset
67}
68
69{
70   cogl_features
71   Memcheck:Leak
72   fun:*alloc
73   ...
74   fun:cogl_get_features
75}
76
77{
78   glx_query_version
79   Memcheck:Leak
80   fun:*alloc
81   ...
82   fun:glXQueryVersion
83}
84
85{
86   glx_create_context
87   Memcheck:Leak
88   fun:*alloc
89   ...
90   fun:glXCreateNewContext
91}
92
93{
94   glx_make_current
95   Memcheck:Leak
96   fun:*alloc
97   ...
98   fun:glXMakeContextCurrent
99}
100
101{
102   gl_draw_arrays
103   Memcheck:Leak
104   fun:*malloc
105   ...
106   fun:glDrawArrays
107}
108
109{
110   cogl_clear
111   Memcheck:Leak
112   fun:*alloc
113   ...
114   fun:cogl_clear
115}
116
117{
118   default_font
119   Memcheck:Leak
120   fun:*alloc
121   ...
122   fun:clutter_backend_get_font_name
123}
124
125{
126   id_pool
127   Memcheck:Leak
128   fun:*alloc
129   ...
130   fun:clutter_id_pool_new
131}
132
133{
134   x_open_display
135   Memcheck:Leak
136   fun:*alloc
137   ...
138   fun:XOpenDisplay
139}
140
141# ... and font descriptions from every "sans 12" type string
142{
143   pango_font_description_from_string
144   Memcheck:Leak
145   fun:*alloc
146   ...
147   fun:pango_font_description_from_string
148}
149
150# other lib init
151{
152   fontconfig_init
153   Memcheck:Leak
154   fun:*alloc
155   ...
156   fun:FcConfigParseAndLoad
157}
158
159{
160   freetype_init
161   Memcheck:Leak
162   fun:*alloc
163   ...
164   fun:FT_Open_Face
165}
166
167{
168   x_init_ext
169   Memcheck:Leak
170   fun:*alloc
171   ...
172   fun:XInitExtension
173}
174