 08bb9b347b
			
		
	
	
		08bb9b347b
		
	
	
	
	
		
			
			Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20180606191801.6331-1-f4bug@amsat.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
		
			
				
	
	
		
			8 lines
		
	
	
		
			281 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			281 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # See docs/devel/tracing.txt for syntax documentation.
 | |
| 
 | |
| # hw/i2c/core.c
 | |
| 
 | |
| i2c_event(const char *event, uint8_t address) "%s(addr:0x%02x)"
 | |
| i2c_send(uint8_t address, uint8_t data) "send(addr:0x%02x) data:0x%02x"
 | |
| i2c_recv(uint8_t address, uint8_t data) "recv(addr:0x%02x) data:0x%02x"
 |