aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorUros Bizjak <[email protected]>2023-08-30 17:13:57 +0200
committerIngo Molnar <[email protected]>2023-09-15 13:19:22 +0200
commitb8e3dfa16ec55f310dd95831614af3d24abf5ed5 (patch)
tree61d423ee6dddb280e6db7558c9804d9f6de2c230 /tools/perf/scripts/python/bin/export-to-postgresql-report
parent5f863897d964e834a0da35b1e483b5bb8faca522 (diff)
x86/percpu: Use raw_cpu_try_cmpxchg() in preempt_count_set()
Use raw_cpu_try_cmpxchg() instead of raw_cpu_cmpxchg(*ptr, old, new) == old. x86 CMPXCHG instruction returns success in ZF flag, so this change saves a compare after CMPXCHG (and related MOV instruction in front of CMPXCHG). Also, raw_cpu_try_cmpxchg() implicitly assigns old *ptr value to "old" when cmpxchg fails. There is no need to re-read the value in the loop. No functional change intended. Signed-off-by: Uros Bizjak <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions