aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorChristophe JAILLET <[email protected]>2019-10-31 09:52:40 +0100
committerSimon Wunderlich <[email protected]>2019-11-03 08:30:58 +0100
commitbaa1e8a0da768d9b9c34b47f2cc6c6db67a265c4 (patch)
treeb7c6e856055d8efffbda7f1ad761b04fbebab1d3 /tools/perf/scripts/python/event_analyzing_sample.py
parent9044854e4b8b2cf60fc309a1f2288f7acda6ca6b (diff)
batman-adv: Axe 'aggr_list_lock'
'aggr_list.lock' can safely be used in place of another explicit spinlock when access to 'aggr_list' has to be guarded. This avoids to take 2 locks, knowing that the 2nd one is always successful. Now that the 'aggr_list.lock' is handled explicitly, the lock-free __sbk_something() variants should be used when dealing with 'aggr_list'. Signed-off-by: Christophe JAILLET <[email protected]> Signed-off-by: Sven Eckelmann <[email protected]> Signed-off-by: Simon Wunderlich <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions