Re: [PATCH] dix: add dtrace probes to input API

2012-03-08 Thread Jeremy Huddleston
Cool beans! Acked-by: Jeremy Huddleston jerem...@apple.com On Mar 7, 2012, at 9:47 PM, Peter Hutterer peter.hutte...@who-t.net wrote: For driver debugging, it is helpful to know whether the driver has actually submitted an event to the server. dtrace hook can help here. Note that

[PATCH] dix: add dtrace probes to input API

2012-03-07 Thread Peter Hutterer
For driver debugging, it is helpful to know whether the driver has actually submitted an event to the server. dtrace hook can help here. Note that GetPointerEvents and friends may also be triggerd by the server for other emulated devices, some care must be taken when analysing the results.