aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorSean Christopherson <[email protected]>2022-11-19 00:37:47 +0000
committerSean Christopherson <[email protected]>2023-01-24 10:07:00 -0800
commit5a7a64779e7ad21f71824faee234b33654df57bb (patch)
tree9617426fc89e62d2d42864ae0c1ba3449eec0a1a /tools/perf/scripts/python/stackcollapse.py
parent7cb79f433e75b05d1635aefaa851cfcd1cb7dc4f (diff)
KVM: VMX: Access @flags as a 32-bit value in __vmx_vcpu_run()
Access @flags using 32-bit operands when saving and testing @flags for VMX_RUN_VMRESUME, as using 8-bit operands is unnecessarily fragile due to relying on VMX_RUN_VMRESUME being in bits 0-7. The behavior of treating @flags a single byte is a holdover from when the param was "bool launched", i.e. is not deliberate. Cc: Alexey Dobriyan <[email protected]> Reviewed-by: Jim Mattson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sean Christopherson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions