Lines Matching full:entry

99 	    <entry>Probe name</entry>
100 <entry>Description</entry>
101 <entry>arg0</entry>
102 <entry>arg1</entry>
103 <entry>arg2</entry>
104 <entry>arg3</entry>
105 <entry>arg4</entry>
106 <entry>arg5</entry>
107 <entry>arg6</entry>
112 <entry spanname="all" class="grouphead">Request Probes</entry>
115 <entry>request-start</entry>
116 <entry>Called just before processing each client request.</entry>
117 <entry><parameter>requestName</parameter></entry>
118 <entry><parameter>requestCode</parameter></entry>
119 <entry><parameter>requestLength</parameter></entry>
120 <entry><parameter>clientId</parameter></entry>
121 <entry><parameter>requestBuffer</parameter></entry>
122 <entry nameend="arg5" class="unused"/>
123 <entry nameend="arg6" class="unused"/>
126 <entry>request-done</entry>
127 <entry>Called just after processing each client request.</entry>
128 <entry><parameter>requestName</parameter></entry>
129 <entry><parameter>requestCode</parameter></entry>
130 <entry><parameter>sequenceNumber</parameter></entry>
131 <entry><parameter>clientId</parameter></entry>
132 <entry><parameter>resultCode</parameter></entry>
133 <entry nameend="arg5" class="unused"/>
134 <entry nameend="arg6" class="unused"/>
137 <entry spanname="all" class="grouphead">Event Probes</entry>
140 <entry>send-event</entry>
141 <entry>Called just before send each event to a client.</entry>
142 <entry><parameter>clientId</parameter></entry>
143 <entry><parameter>eventCode</parameter></entry>
144 <entry><parameter>eventBuffer</parameter></entry>
145 <entry nameend="arg3" class="unused"/>
146 <entry nameend="arg4" class="unused"/>
147 <entry nameend="arg5" class="unused"/>
148 <entry nameend="arg6" class="unused"/>
151 <entry spanname="all" class="grouphead">Client Connection Probes</entry>
154 <entry>client-connect</entry>
155 <entry>Called when a new connection is opened from a client</entry>
156 <entry><parameter>clientId</parameter></entry>
157 <entry><parameter>clientFD</parameter></entry>
158 <entry nameend="arg2" class="unused"/>
159 <entry nameend="arg3" class="unused"/>
160 <entry nameend="arg4" class="unused"/>
161 <entry nameend="arg5" class="unused"/>
162 <entry nameend="arg6" class="unused"/>
165 <entry>client-auth</entry>
166 <entry>Called when client authenticates (normally just after connection opened)</entry>
167 <entry><parameter>clientId</parameter></entry>
168 <entry><parameter>clientAddr</parameter></entry>
169 <entry><parameter>clientPid</parameter></entry>
170 <entry><parameter>clientZoneId</parameter></entry>
171 <entry nameend="arg4" class="unused"/>
172 <entry nameend="arg5" class="unused"/>
173 <entry nameend="arg6" class="unused"/>
176 <entry>client-disconnect</entry>
177 <entry>Called when a client connection is closed</entry>
178 <entry><parameter>clientId</parameter></entry>
179 <entry nameend="arg1" class="unused"/>
180 <entry nameend="arg2" class="unused"/>
181 <entry nameend="arg3" class="unused"/>
182 <entry nameend="arg4" class="unused"/>
183 <entry nameend="arg5" class="unused"/>
184 <entry nameend="arg6" class="unused"/>
187 <entry spanname="all" class="grouphead">Resource Allocation Probes</entry>
190 <entry>resource-alloc</entry>
191 <entry>Called when a new resource (pixmap, gc, colormap, etc.) is allocated</entry>
192 <entry><parameter>resourceId</parameter></entry>
193 <entry><parameter>resourceTypeId</parameter></entry>
194 <entry><parameter>resourceValue</parameter></entry>
195 <entry><parameter>resourceTypeName</parameter></entry>
196 <entry nameend="arg4" class="unused"/>
197 <entry nameend="arg5" class="unused"/>
198 <entry nameend="arg6" class="unused"/>
201 <entry>resource-free</entry>
202 <entry>Called when a resource is freed</entry>
203 <entry><parameter>resourceId</parameter></entry>
204 <entry><parameter>resourceTypeId</parameter></entry>
205 <entry><parameter>resourceValue</parameter></entry>
206 <entry><parameter>resourceTypeName</parameter></entry>
207 <entry nameend="arg4" class="unused"/>
208 <entry nameend="arg5" class="unused"/>
209 <entry nameend="arg6" class="unused"/>
212 <entry spanname="all" class="grouphead">Input API probes</entry>
215 <entry>input-event</entry>
216 <entry>Called when an input event was submitted for processing</entry>
217 <entry><parameter>deviceid</parameter></entry>
218 <entry><parameter>eventtype</parameter></entry>
219 <entry><parameter>button</parameter> or
221 <parameter>touchid</parameter></entry>
222 <entry><parameter>flags</parameter></entry>
223 <entry><parameter>nvalues</parameter></entry>
224 <entry><parameter>mask</parameter></entry>
225 <entry><parameter>values</parameter></entry>
250 <entry>Argument name</entry>
251 <entry>Type</entry>
252 <entry>Description</entry>
257 <entry><parameter>clientAddr</parameter></entry>
258 <entry><type>string</type></entry>
259 <entry>String representing address client connected from</entry>
262 <entry><parameter>clientFD</parameter></entry>
263 <entry><type>int</type></entry>
264 <entry>X server's file descriptor for server side of each connection</entry>
267 <entry><parameter>clientId</parameter></entry>
268 <entry><type>int</type></entry>
269 <entry>Unique integer identifier for each connection to the
270 X server</entry>
273 <entry><parameter>clientPid</parameter></entry>
274 <entry><type>pid_t</type></entry>
275 <entry>Process id of client, if connection is local
276 (from <function>getpeerucred()</function>)</entry>
279 <entry><parameter>clientZoneId</parameter></entry>
280 <entry><type>zoneid_t</type></entry>
281 <entry>Solaris: Zone id of client, if connection is local
282 (from <function>getpeerucred()</function>)</entry>
285 <entry><parameter>eventBuffer</parameter></entry>
286 <entry><type>uintptr_t</type></entry>
287 <entry>Pointer to buffer containing X event - decode using
290 and similar headers for each extension</entry>
293 <entry><parameter>eventCode</parameter></entry>
294 <entry><type>uint8_t</type></entry>
295 <entry>Event number of X event</entry>
298 <entry><parameter>resourceId</parameter></entry>
299 <entry><type>uint32_t</type></entry>
300 <entry>X resource id (XID)</entry>
303 <entry><parameter>resourceTypeId</parameter></entry>
304 <entry><type>uint32_t</type></entry>
305 <entry>Resource type id</entry>
308 <entry><parameter>resourceTypeName</parameter></entry>
309 <entry><type>string</type></entry>
310 <entry>String representing X resource type
311 (<literal>"PIXMAP"</literal>, etc.)</entry>
314 <entry><parameter>resourceValue</parameter></entry>
315 <entry><type>uintptr_t</type></entry>
316 <entry>Pointer to data for X resource</entry>
319 <entry><parameter>resultCode</parameter></entry>
320 <entry><type>int</type></entry>
321 <entry>Integer code representing result status of request</entry>
324 <entry><parameter>requestBuffer</parameter></entry>
325 <entry><type>uintptr_t</type></entry>
326 <entry>Pointer to buffer containing X request - decode using
329 and similar headers for each extension</entry>
332 <entry><parameter>requestCode</parameter></entry>
333 <entry><type>uint8_t</type></entry>
334 <entry>Request number of X request or Extension</entry>
337 <entry><parameter>requestName</parameter></entry>
338 <entry><type>string</type></entry>
339 <entry>Name of X request or Extension</entry>
342 <entry><parameter>requestLength</parameter></entry>
343 <entry><type>uint16_t</type></entry>
344 <entry>Length of X request</entry>
347 <entry><parameter>sequenceNumber</parameter></entry>
348 <entry><type>uint32_t</type></entry>
349 <entry>Number of X request in in this connection</entry>
352 <entry><parameter>deviceid</parameter></entry>
353 <entry><type>int</type></entry>
354 <entry>The device's numerical ID</entry>
357 <entry><parameter>eventtype</parameter></entry>
358 <entry><type>int</type></entry>
359 <entry>Protocol event type</entry>
362 <entry><parameter>button, keycode, touchid</parameter></entry>
363 <entry><type>uint32_t</type></entry>
364 <entry>The button number, keycode or touch ID</entry>
367 <entry><parameter>flags</parameter></entry>
368 <entry><type>uint32_t</type></entry>
369 <entry>Miscellaneous event-specific server flags</entry>
372 <entry><parameter>nvalues</parameter></entry>
373 <entry><type>int8_t</type></entry>
374 <entry>Number of bits in <parameter>mask</parameter> and number of elements
375 in <parameter>values</parameter></entry>
378 <entry><parameter>mask</parameter></entry>
379 <entry><type>uint8_t*</type></entry>
380 <entry>Binary mask indicating which indices in <parameter>values</parameter> contain
381 valid data</entry>
384 <entry><parameter>values</parameter></entry>
385 <entry><type>double*</type></entry>
386 <entry>Valuator values. Values for indices for which the
387 <parameter>mask</parameter> is not set are undefined</entry>