How to profile wine? The «wine-wiki» recommends to use «oprofile», however it seems to work wrong. E.g. if I profiled an app with «operf -gc /tmp/a.exe», then as I understand I should get results of calls to wine dlls with «opreport --callgraph --symbols /tmp/a.exe». However I can get only results for «wine-builder». But as I understand, these results irrelevant, aren't it? I don't even know what to do. Wine is the latest, compiled with debugging symbols.