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

Dmitry Timoshkov dmitry at codeweavers.com
Thu Oct 19 02:59:58 CDT 2006


Hello,

Changelog:
    Update RelayExclude 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	2006-10-10 20:01:00.000000000 +0900
+++ wine/tools/wine.inf	2006-10-19 12:46:34.000000000 +0900
@@ -173,7 +173,7 @@ 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,"RtlEnterCriticalSection;RtlLeaveCriticalSection;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;WIN_GetPtr;WIN_SetStyle;USER_Unlock;GDI_GetObjPtr;GDI_ReleaseObj"
 
 [Desktop]
 HKCU,%Desktop%,"FontSmoothing",2,"0"





More information about the wine-patches mailing list