mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	tools/rcu: Remove RCU Tasks Rude asynchronous APIs from rcu-updaters.sh
The call_rcu_tasks_rude() and rcu_barrier_tasks_rude() APIs are no longer. This commit therefore removes them from the rcu-updaters.sh script. Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Signed-off-by: Neeraj Upadhyay <neeraj.upadhyay@kernel.org>
This commit is contained in:
		
							parent
							
								
									8400291e28
								
							
						
					
					
						commit
						9a13a324f4
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -21,12 +21,10 @@ fi
 | 
				
			||||||
bpftrace -e 'kprobe:kvfree_call_rcu,
 | 
					bpftrace -e 'kprobe:kvfree_call_rcu,
 | 
				
			||||||
	     kprobe:call_rcu,
 | 
						     kprobe:call_rcu,
 | 
				
			||||||
	     kprobe:call_rcu_tasks,
 | 
						     kprobe:call_rcu_tasks,
 | 
				
			||||||
	     kprobe:call_rcu_tasks_rude,
 | 
					 | 
				
			||||||
	     kprobe:call_rcu_tasks_trace,
 | 
						     kprobe:call_rcu_tasks_trace,
 | 
				
			||||||
	     kprobe:call_srcu,
 | 
						     kprobe:call_srcu,
 | 
				
			||||||
	     kprobe:rcu_barrier,
 | 
						     kprobe:rcu_barrier,
 | 
				
			||||||
	     kprobe:rcu_barrier_tasks,
 | 
						     kprobe:rcu_barrier_tasks,
 | 
				
			||||||
	     kprobe:rcu_barrier_tasks_rude,
 | 
					 | 
				
			||||||
	     kprobe:rcu_barrier_tasks_trace,
 | 
						     kprobe:rcu_barrier_tasks_trace,
 | 
				
			||||||
	     kprobe:srcu_barrier,
 | 
						     kprobe:srcu_barrier,
 | 
				
			||||||
	     kprobe:synchronize_rcu,
 | 
						     kprobe:synchronize_rcu,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue