9 lines
		
	
	
		
			185 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			185 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh -e
 | |
| # SPDX-License-Identifier: GPL-2.0-only
 | |
| #
 | |
| # ftracetest-ktap: Wrapper to integrate ftracetest with the kselftest runner
 | |
| #
 | |
| # Copyright (C) Arm Ltd., 2023
 | |
| 
 | |
| ./ftracetest -K -v
 |