summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorMika Westerberg <mika.westerberg@linux.intel.com>2017-10-13 21:35:42 +0300
committerBjorn Helgaas <bhelgaas@google.com>2017-11-07 03:48:58 +0300
commit4147c2fd9b12ae1e0bdbb2dbb9a9163c94a10a22 (patch)
tree89c4bef0de26de5ba5074623b819e2d596f2dd8f /tools/perf/scripts/python/call-graph-from-sql.py
parent95e3ba9772331502cc33f1e1d4a96f3310e2f31e (diff)
downloadlinux-4147c2fd9b12ae1e0bdbb2dbb9a9163c94a10a22.tar.xz
PCI: Open-code the two pass loop when scanning bridges
The current scanning code is really hard to understand because it calls the same function in a loop where pass value is changed without any comments explaining it: for (pass = 0; pass < 2; pass++) for_each_pci_bridge(dev, bus) max = pci_scan_bridge(bus, dev, max, pass); Unfamiliar reader cannot tell easily what is the purpose of this loop without looking at internals of pci_scan_bridge(). In order to make this bit easier to understand, open-code the loop in pci_scan_child_bus() and pci_hp_add_bridge() with added comments. No functional changes intended. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions