aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorBjorn Helgaas <[email protected]>2022-12-08 13:03:39 -0600
committerBjorn Helgaas <[email protected]>2022-12-10 10:31:47 -0600
commit5c5fb3c3a793b34554e1d21f07cda34308b082cd (patch)
treecad77f65453e1d9ca31f87e474e2e9d6c1653d6a /tools/perf/scripts/python/syscall-counts-by-pid.py
parent07eab0901ede8b7540c52160663bd300cc238164 (diff)
PCI: Skip allocate_resource() if too little space available
pci_bus_alloc_from_region() allocates MMIO space by iterating through all the resources available on the bus. The available resource might be reduced if the caller requires 32-bit space or we're avoiding BIOS or E820 areas. Don't bother calling allocate_resource() if we need more space than is available in this resource. This prevents some pointless and annoying messages about avoided areas. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Hans de Goede <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions