aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorWei Wang <[email protected]>2023-02-07 20:37:13 +0800
committerSean Christopherson <[email protected]>2023-06-13 14:25:39 -0700
commitcc77b95acf3c7d9a24204b0555fed2014f300fd5 (patch)
treeda05014dff7288db2e0f4318aa542b6c8ec3f43a /tools/perf/scripts/python/bin/export-to-postgresql-report
parent5ea5ca3c2b4bf4090232e18cfc515dcb52f914a6 (diff)
kvm/eventfd: use list_for_each_entry when deassign ioeventfd
Simpify kvm_deassign_ioeventfd_idx to use list_for_each_entry as the loop just ends at the entry that's found and deleted. Note, coalesced_mmio_ops and ioeventfd_ops are the only instances of kvm_io_device_ops that implement a destructor, all other callers of kvm_io_bus_unregister_dev() are unaffected by this change. Suggested-by: Michal Luczaj <[email protected]> Signed-off-by: Wei Wang <[email protected]> Reviewed-by: Sean Christopherson <[email protected]> Link: https://lore.kernel.org/r/[email protected] [sean: call out that only select users implement a destructor] Signed-off-by: Sean Christopherson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions