5 lines
		
	
	
	
		
			156 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
	
		
			156 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/bash
							 | 
						||
| 
								 | 
							
								# description: system-wide failed syscalls, by pid
							 | 
						||
| 
								 | 
							
								# args: [comm]
							 | 
						||
| 
								 | 
							
								perf trace -s ~/libexec/perf-core/scripts/python/failed-syscalls-by-pid.py $1
							 |