summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorDave Ertman <david.m.ertman@intel.com>2025-06-16 13:03:22 +0200
committerTony Nguyen <anthony.l.nguyen@intel.com>2025-07-18 09:02:28 -0700
commit351d8d8ab6af71193033a2786a99ea56e1af8526 (patch)
tree94e4fa7801e0ca2a6e330d79b2e04caad04ae478 /tools/perf/scripts/python/export-to-postgresql.py
parent850a9a32ab6d8bdd2caf667e184e802aaa2b022d (diff)
downloadkernel-351d8d8ab6af71193033a2786a99ea56e1af8526.tar.gz
ice: breakout common LAG code into helpers
In the VF handling code, parts of the code for lag can be broken out into helper functions to reduce code duplication. Break this code out into helper functions Reviewed-by: Marcin Szycik <marcin.szycik@linux.intel.com> Signed-off-by: Dave Ertman <david.m.ertman@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
2020-01-29PCI: Rename extend_bridge_window() to adjust_bridge_window()Nicholas Johnson 2020-01-29PCI: Rename extend_bridge_window() parameterNicholas Johnson 2020-01-29PCI: Consider alignment of hot-added bridges when assigning resourcesNicholas Johnson 2020-01-29PCI: Remove local variable usage in pci_bus_distribute_available_resources()Nicholas Johnson 2020-01-29PCI: Pass size + alignment to pci_bus_distribute_available_resources()Nicholas Johnson 2020-01-29PCI: Rename variablesNicholas Johnson 2020-01-29PCI: Remove unnecessary bracesNicholas Johnson 2020-01-13PCI: Don't disable bridge BARs when assigning bus resourcesLogan Gunthorpe 2019-11-14PCI: Avoid double hpmemsize MMIO window assignmentNicholas Johnson 2019-10-23PCI: Add "pci=hpmmiosize" and "pci=hpmmioprefsize" parametersNicholas Johnson 2019-09-30PCI: Protect pci_reassign_bridge_resources() against concurrent addition/removalBenjamin Herrenschmidt 2019-08-08PCI: Use PCI_SRIOV_NUM_BARS in loops instead of PCI_IOV_RESOURCE_ENDDenis Efremov 2019-07-02PCI: Skip resource distribution when no hotplug bridgesNicholas Johnson 2019-07-02PCI: Simplify pci_bus_distribute_available_resources()Nicholas Johnson 2019-06-21PCI: Don't auto-realloc if we're preserving firmware configBenjamin Herrenschmidt 2019-05-13Merge branch 'pci/trivial'Bjorn Helgaas 2019-05-09PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etcMohan Kumar 2019-05-07PCI: Cleanup setup-bus.c comments and whitespaceNicholas Johnson 2019-01-30PCI: Rely on config space header type, not class codeHonghui Zhang 2019-01-22PCI: Probe bridge window attributes once at enumeration-timeBjorn Helgaas