Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paul E. McKenney and committed by
Neeraj Upadhyay
9a13a324 8400291e

-2
-2
tools/rcu/rcu-updaters.sh
··· 21 21 bpftrace -e 'kprobe:kvfree_call_rcu, 22 22 kprobe:call_rcu, 23 23 kprobe:call_rcu_tasks, 24 - kprobe:call_rcu_tasks_rude, 25 24 kprobe:call_rcu_tasks_trace, 26 25 kprobe:call_srcu, 27 26 kprobe:rcu_barrier, 28 27 kprobe:rcu_barrier_tasks, 29 - kprobe:rcu_barrier_tasks_rude, 30 28 kprobe:rcu_barrier_tasks_trace, 31 29 kprobe:srcu_barrier, 32 30 kprobe:synchronize_rcu,