diff options
author | Uros Bizjak <[email protected]> | 2023-07-03 17:08:18 +0200 |
---|---|---|
committer | Jani Nikula <[email protected]> | 2023-10-05 13:20:40 +0300 |
commit | 6097cdac5af6115041dd7835670650c9c3633877 (patch) | |
tree | 75d193f9f09ff15334532b5cc569bb0ebaa38a65 /tools/perf/scripts/python/stackcollapse.py | |
parent | 5846cdfd3d58852cdc991e589de7535151a47a4e (diff) |
drm/i915/pmu: Use local64_try_cmpxchg in i915_pmu_event_read
Use local64_try_cmpxchg instead of local64_cmpxchg (*ptr, old, new) == old
in i915_pmu_event_read. x86 CMPXCHG instruction returns success in ZF flag,
so this change saves a compare after cmpxchg (and related move instruction
in front of cmpxchg).
Also, 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.
Cc: Jani Nikula <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Signed-off-by: Uros Bizjak <[email protected]>
Reviewed-by: Jani Nikula <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions