aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2017-03-21 17:59:09 -0700
committerDavid S. Miller <[email protected]>2017-03-22 12:59:07 -0700
commit832ff9482ea44370e8a7f7e0d205be6be73d2257 (patch)
tree09ce8d6034d5c86b6f0f529c6552e34bb392ec16 /tools/perf/scripts/python/syscall-counts.py
parentf1ba63ec9073d5f270efde4cd86d811a441d54d0 (diff)
nfp: remove cpp mutex cache
CPP mutex cache was introduced to work around the fact that the same host could successfully acquire a lock multiple times. It used to collapse multiple users to the same struct nfp_cpp_mutex and track use count. Unfortunately it's racy. Since we now force all nfp_mutex_lock() callers within the host to actually succeed at acquiring the lock we no longer need the cache, let's remove it. Signed-off-by: Jakub Kicinski <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions