On Thu, Jul 17, 2025 at 02:07:50PM -0500, Bjorn Helgaas wrote: > and IIUC, it would be helpful for you to add: > > - DSP Vendor/Device ID (the Root Port or Switch Downstream Port, > which is relatively static, so seems less useful to me than the > USP/EP would be) Right, this is already logged in dmesg upon enumeration of the hotplug port, as well as available via lspci. > - USP/EP Vendor/Device ID There's no 1:1 relation between link or presence events on the one hand, and enumeration of hotplugged components on the other hand: The link may go up but the kernel may fail to enumerate the component, e.g. because it was yanked before it could be enumerated, or because the kernel has run out of MMIO space or bus numbers. Hence this would have to be logged through a separate tracepoint in pciehp_configure_device(), not by changing the tracepoints added here. Thanks, Lukas