aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPaul E. McKenney <[email protected]>2018-07-03 15:37:16 -0700
committerPaul E. McKenney <[email protected]>2018-08-30 16:02:49 -0700
commitda1df50d16171f4c65da18093d5b5652423f5b99 (patch)
treef7afe8fc7d144227a1282bbfb85343d5e37fba74 /tools/perf/scripts/python
parentec5dd444b678b1305d9af34ebb4cca17e0ef88e6 (diff)
rcu: Remove rcu_state structure's ->rda field
The rcu_state structure's ->rda field was used to find the per-CPU rcu_data structures corresponding to that rcu_state structure. But now there is only one rcu_state structure (creatively named "rcu_state") and one set of per-CPU rcu_data structures (creatively named "rcu_data"). Therefore, uses of the ->rda field can always be replaced by "rcu_data, and this commit makes that change and removes the ->rda field. Signed-off-by: Paul E. McKenney <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions