aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/intel-pt-events.py
diff options
context:
space:
mode:
authorHerbert Xu <[email protected]>2019-02-14 22:03:26 +0800
committerJohannes Berg <[email protected]>2019-02-22 13:48:48 +0100
commit3692293163b8ba1f28bad0e4a7ddf4fa0a7fd34d (patch)
tree24576379a6d0cb8f6c63d7e58f186587569bec37 /tools/perf/scripts/python/intel-pt-events.py
parentb7b14ec1ebef35d22f3f4087816468f22c987f75 (diff)
mac80211: Use rhashtable_lookup_get_insert_fast instead of racy code
The code in mesh_path_add tries to handle the case where a duplicate entry is added to the rhashtable by doing a lookup after a failed insertion. It also tries to handle races by repeating the insertion should the lookup fail. This is now unnecessary as we have rhashtable API functions that can directly return the mathcing object. Signed-off-by: Herbert Xu <[email protected]> Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions