This commit is contained in:
		
							parent
							
								
									c80419e2ba
								
							
						
					
					
						commit
						7cc8bbd3e5
					
				
					 1 changed files with 13 additions and 14 deletions
				
			
		|  | @ -1,27 +1,26 @@ | |||
| # /tmp/msan_ignorelist.txt | ||||
| 
 | ||||
| # Primary: ignore X11/XCB objects (match object path substring) | ||||
| obj:/msan/lib/libX11.so | ||||
| obj:/msan/lib/libX11.so.6 | ||||
| obj:/msan/lib/libxcb.so | ||||
| obj:/msan/lib/libxcb.so.1 | ||||
| 
 | ||||
| # Functions in X11/XCB stack (demangled names as seen in traces) | ||||
| # --- Ignore X11 (libX11) --- | ||||
| fun:_XData32 | ||||
| fun:XChangeProperty | ||||
| fun:_XSend | ||||
| fun:_XFlush | ||||
| fun:XChangeProperty | ||||
| fun:XFlush | ||||
| 
 | ||||
| obj:/msan/lib/libX11.so | ||||
| obj:/msan/lib/libX11.so.6 | ||||
| 
 | ||||
| # --- Ignore XCB (libxcb) --- | ||||
| fun:write_vec | ||||
| fun:_xcb_conn_wait | ||||
| fun:_xcb_out_send | ||||
| fun:xcb_writev | ||||
| 
 | ||||
| # Functions in your binary where "use" occurs | ||||
| fun:writev | ||||
| obj:/msan/lib/libxcb.so | ||||
| obj:/msan/lib/libxcb.so.1 | ||||
| 
 | ||||
| # --- Ignore local forwarding/interceptors --- | ||||
| fun:read_iovec | ||||
| fun:writev | ||||
| 
 | ||||
| # Optionally ignore the test harness calls (if you want) | ||||
| # --- (Optional) ignore your wrapper to avoid noise --- | ||||
| fun:lt::surface::System::create_surface_component | ||||
| fun:Fixture::create_component | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue