linux/tools
Sean Christopherson 75d7ba32f9 perf tools: Use dedicated non-atomic clear/set bit helpers
Use the dedicated non-atomic helpers for {clear,set}_bit() and their
test variants, i.e. the double-underscore versions.  Depsite being
defined in atomic.h, and despite the kernel versions being atomic in the
kernel, tools' {clear,set}_bit() helpers aren't actually atomic.  Move
to the double-underscore versions so that the versions that are expected
to be atomic (for kernel developers) can be made atomic without affecting
users that don't want atomic operations.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Message-Id: <20221119013450.2643007-6-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2022-12-02 13:22:33 -05:00
..
accounting
arch KVM: Delete all references to removed KVM_SET_MEMORY_ALIAS ioctl 2022-12-02 12:54:40 -05:00
bootconfig
bpf
build
certs
cgroup
counter
debugging
edid
firewire
firmware
gpio
hv
iio
include tools: Take @bit as an "unsigned long" in {clear,set}_bit() helpers 2022-12-02 13:22:32 -05:00
io_uring
kvm/kvm_stat tools/kvm_stat: update exit reasons for vmx/svm/aarch64/userspace 2022-11-09 12:26:52 -05:00
laptop
leds
lib
memory-model
objtool
pci
pcmcia
perf perf tools: Use dedicated non-atomic clear/set bit helpers 2022-12-02 13:22:33 -05:00
power
rcu
scripts
spi
testing KVM: arm64: selftests: Enable single-step without a "full" ucall() 2022-12-02 13:22:31 -05:00
thermal
time
tracing
usb
verification
virtio
vm
wmi
Makefile