forked from mirrors/linux
		
	Define a few trace points so that we can use the standard tracing mechanism for debug and/or monitoring. Signed-off-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			C
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0+
 | 
						|
// Copyright 2017 IBM Corp.
 | 
						|
#ifndef __CHECKER__
 | 
						|
#define CREATE_TRACE_POINTS
 | 
						|
#include "trace.h"
 | 
						|
#endif
 |