aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorUros Bizjak <[email protected]>2024-10-10 09:10:04 +0200
committerThomas Gleixner <[email protected]>2024-10-17 22:02:27 +0200
commit19298f48694987fac843261c84e24834c255b451 (patch)
tree70ef0c4279e9687a6b3fd4e45f39d7ee08df99cb /tools/perf/scripts/python/syscall-counts.py
parent823a566221a5639f6c69424897218e5d6431a970 (diff)
futex: Use atomic64_inc_return() in get_inode_sequence_number()
Use atomic64_inc_return(&ref) instead of atomic64_add_return(1, &ref) to use optimized implementation and ease register pressure around the primitive for targets that implement optimized variant. Signed-off-by: Uros Bizjak <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: AndrĂ© Almeida <[email protected]> Link: https://lore.kernel.org/all/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions