Update RelayExclude and add RelayFromExclude filter in order to avoid not useful APIs in the traces

Dmitry Timoshkov dmitry at codeweavers.com
Thu Oct 19 03:33:33 CDT 2006


Hello,

please use this version intead of the previous one.

Changelog:
    Update RelayExclude and add RelayFromExclude filter in order to avoid not
    useful APIs in the traces, and greatly reduce the size of the relay logs.

--- cvs/hq/wine/tools/wine.inf	Mon Oct 09 15:33:50 2006
+++ wine/tools/wine.inf	Thu Oct 19 08:30:03 2006
@@ -173,7 +173,8 @@ HKLM,%CurrentVersionNT%\Q246009,"Install
 [Debugger]
 HKLM,%CurrentVersionNT%\AeDebug,"Debugger",2,"winedbg --auto %ld %ld"
 HKLM,%CurrentVersionNT%\AeDebug,"Auto",2,"1"
-HKCU,Software\Wine\Debug,"RelayExclude",2,"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.97;kernel32.98"
+HKCU,Software\Wine\Debug,"RelayExclude",2,"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98"
+HKCU,Software\Wine\Debug,"RelayFromExclude",2,"winex11.drv;user32;gdi32;advapi32;kernel32"
 
 [Desktop]
 HKCU,%Desktop%,"FontSmoothing",2,"0"





More information about the wine-patches mailing list