aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorMadhuparna Bhowmik <[email protected]>2020-07-12 18:40:03 +0530
committerPaul E. McKenney <[email protected]>2020-08-24 18:36:23 -0700
commitdf9a30fd1f70a757df193acd7396622eee23e527 (patch)
tree01430941a1caf102c13e3aa3d8ccffa0c9808446 /tools/perf/scripts/python/export-to-sqlite.py
parentae2212a7216b674633bdc3bd2e24947a0665efb8 (diff)
kvm: mmu: page_track: Fix RCU list API usage
Use hlist_for_each_entry_srcu() instead of hlist_for_each_entry_rcu() as it also checkes if the right lock is held. Using hlist_for_each_entry_rcu() with a condition argument will not report the cases where a SRCU protected list is traversed using rcu_read_lock(). Hence, use hlist_for_each_entry_srcu(). Signed-off-by: Madhuparna Bhowmik <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]> Acked-by: Paolo Bonzini <[email protected]> Cc: <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions