diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2024-07-03 19:51:02 -0700 |
---|---|---|
committer | Neeraj Upadhyay <neeraj.upadhyay@kernel.org> | 2024-07-29 07:39:32 +0530 |
commit | 9a13a324f40fc3846cf7867daffaccd785beb10c (patch) | |
tree | f68675d8f5b7f41e9c0e5d82980860dc0b797f95 | |
parent | 8400291e289ee6b2bf9779ff1c83a291501f017b (diff) | |
download | lwn-9a13a324f40fc3846cf7867daffaccd785beb10c.tar.gz lwn-9a13a324f40fc3846cf7867daffaccd785beb10c.zip |
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>
-rwxr-xr-x | tools/rcu/rcu-updaters.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/rcu/rcu-updaters.sh b/tools/rcu/rcu-updaters.sh index 4ef1397927bb..8a5df3f22550 100755 --- a/tools/rcu/rcu-updaters.sh +++ b/tools/rcu/rcu-updaters.sh @@ -21,12 +21,10 @@ fi bpftrace -e 'kprobe:kvfree_call_rcu, kprobe:call_rcu, kprobe:call_rcu_tasks, - kprobe:call_rcu_tasks_rude, kprobe:call_rcu_tasks_trace, kprobe:call_srcu, kprobe:rcu_barrier, kprobe:rcu_barrier_tasks, - kprobe:rcu_barrier_tasks_rude, kprobe:rcu_barrier_tasks_trace, kprobe:srcu_barrier, kprobe:synchronize_rcu, |