aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorYue Haibing <[email protected]>2023-08-14 14:03:39 +0000
committerSean Christopherson <[email protected]>2023-08-17 18:59:43 +0000
commit458933d33af2cb3663bd8c0080c1efd1f9483db4 (patch)
tree550122102c3d65520879443eed0d3e6cbed8b0f0 /tools/perf/scripts/python/flamegraph.py
parentKVM: Remove unused kvm_device_{get,put}() declarations (diff)
downloadkernel-458933d33af2cb3663bd8c0080c1efd1f9483db4.tar.gz
kernel-458933d33af2cb3663bd8c0080c1efd1f9483db4.zip
KVM: Remove unused kvm_make_cpus_request_mask() declaration
Commit 7ee30bc132c6 ("KVM: x86: deliver KVM IOAPIC scan request to target vCPUs") declared but never implemented kvm_make_cpus_request_mask() as kvm_make_vcpus_request_mask() already existed. Note, KVM's APIs are painfully inconsistent, as the inclusive variant uses "vcpus", whereas the exclusive/all variants use "cpus", which is likely what led to the spurious declaration. The "vcpus" terminology is more correct, especially since the helpers will kick _physical_ CPUs by calling kvm_kick_many_cpus(). But that's a cleanup for the future. Signed-off-by: Yue Haibing <[email protected]> Link: https://lore.kernel.org/r/[email protected] [sean: split to separate patch, call out inconsistent naming] Signed-off-by: Sean Christopherson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions