Re: [PATCH V3 1/1] PCI/AER: add pcie TLP header information in the tracepoint

2018-05-10 Thread Thomas Tai
On 2018-05-10 09:37 AM, Bjorn Helgaas wrote: On Tue, May 08, 2018 at 07:04:56PM -0400, Thomas Tai wrote: When a PCIe AER occurs, the TLP header information is printed in the kernel message but it is missing from the tracepoint. A userspace program can use this information in the tracepoint to

Re: [PATCH V3 1/1] PCI/AER: add pcie TLP header information in the tracepoint

2018-05-10 Thread Bjorn Helgaas
On Tue, May 08, 2018 at 07:04:56PM -0400, Thomas Tai wrote: > When a PCIe AER occurs, the TLP header information is > printed in the kernel message but it is missing from > the tracepoint. A userspace program can use this information > in the tracepoint to better analyze problems. > > To enable th

Re: [PATCH V3 1/1] PCI/AER: add pcie TLP header information in the tracepoint

2018-05-09 Thread Thomas Tai
On 2018-05-09 08:38 AM, Steven Rostedt wrote: On Tue, 8 May 2018 19:04:56 -0400 Thomas Tai wrote: When a PCIe AER occurs, the TLP header information is printed in the kernel message but it is missing from the tracepoint. A userspace program can use this information in the tracepoint to bett

Re: [PATCH V3 1/1] PCI/AER: add pcie TLP header information in the tracepoint

2018-05-09 Thread Steven Rostedt
On Tue, 8 May 2018 19:04:56 -0400 Thomas Tai wrote: > When a PCIe AER occurs, the TLP header information is > printed in the kernel message but it is missing from > the tracepoint. A userspace program can use this information > in the tracepoint to better analyze problems. > > To enable the tra