trace-events: Rename 'next' argument
'next' is a systemtap keyword, so it's a bad idea to use it as an argument name. Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
		
							parent
							
								
									8f8d364f24
								
							
						
					
					
						commit
						bfe24e1a26
					
				| 
						 | 
				
			
			@ -562,7 +562,7 @@ qemu_coroutine_terminate(void *co) "self %p"
 | 
			
		|||
 | 
			
		||||
# qemu-coroutine-lock.c
 | 
			
		||||
qemu_co_queue_next_bh(void) ""
 | 
			
		||||
qemu_co_queue_next(void *next) "next %p"
 | 
			
		||||
qemu_co_queue_next(void *nxt) "next %p"
 | 
			
		||||
qemu_co_mutex_lock_entry(void *mutex, void *self) "mutex %p self %p"
 | 
			
		||||
qemu_co_mutex_lock_return(void *mutex, void *self) "mutex %p self %p"
 | 
			
		||||
qemu_co_mutex_unlock_entry(void *mutex, void *self) "mutex %p self %p"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue