diff options
author | Alexander Lobakin <[email protected]> | 2020-11-19 21:26:33 +0000 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2020-12-10 15:22:09 -0600 |
commit | 0af6e21eed2778e68139941389460e2a00d6ef8e (patch) | |
tree | 8fa8b9e9f561bc6ea055b1e04c389011bca4597f /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | ee8b1c478a9fbce9c64151ee561c124c4dcd66be (diff) |
PCI: Keep both device and resource name for config space remaps
Follow the rule taken in commit 35bd8c07db2c ("devres: keep both device
name and resource name in pretty name") and keep both device and resource
names while requesting memory regions for PCI config space to prettify e.g.
/proc/iomem output:
Before (DWC Host Controller):
18b00000-18b01fff : dbi
18b10000-18b11fff : config
18b20000-18b21fff : dbi
18b30000-18b31fff : config
After:
18b00000-18b01fff : 18b00000.pci dbi
18b10000-18b11fff : 18b00000.pci config
18b20000-18b21fff : 18b20000.pci dbi
18b30000-18b31fff : 18b20000.pci config
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexander Lobakin <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions