Two new events are added (Ppp and Pps) which define the Progressing and Stalled states respectively. A new pseudo-state Idle is shown in the view when no thread is running.
		
			
				
	
	
		
			8 lines
		
	
	
		
			196 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			196 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| # Copyright (c) 2024-2025 Barcelona Supercomputing Center (BSC)
 | |
| # SPDX-License-Identifier: GPL-3.0-or-later
 | |
| 
 | |
| test_emu(nested-ws.c)
 | |
| test_emu(nested-task.c)
 | |
| test_emu(mix-task-ws.c)
 | |
| test_emu(idle.c)
 |