mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	Add some basic sanity tests for multiple users of the function tracer at startup. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			168 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			168 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include "trace.h"
 | 
						|
 | 
						|
int DYN_FTRACE_TEST_NAME(void)
 | 
						|
{
 | 
						|
	/* used to call mcount */
 | 
						|
	return 0;
 | 
						|
}
 | 
						|
 | 
						|
int DYN_FTRACE_TEST_NAME2(void)
 | 
						|
{
 | 
						|
	/* used to call mcount */
 | 
						|
	return 0;
 | 
						|
}
 |