Re: [PATCH v9 2/2] PCI: trace: Add a RAS tracepoint to monitor link speed changes
From: Steven Rostedt
Date: Thu Jul 24 2025 - 23:07:08 EST
On Fri, 25 Jul 2025 10:59:16 +0800
Shuai Xue <xueshuai@xxxxxxxxxxxxxxxxx> wrote:
> Thank you so much for the detailed guidance and the excellent example!
> This makes it much clearer how to implement the libtraceevent support.
>
> Should I include the libtraceevent plugin patch in the same kernel patch
> series, or submit it separately? I'm not sure about the best practice
> here.
No, libtraceevent lives outside the kernel tree.
>
> >
> > -- Steve
>
> I'll work on the libtraceevent patch and submit it according to your
> guidance. Thanks again for the clear direction and the documentation
> link!
Make a patch against: git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git
Follow the same procedure as you would for submitting to the linux kernel,
but instead of sending it to LKML, send it to: linux-trace-devel@xxxxxxxxxxxxxxx
You don't even need to Cc me. I'll get it from that mailing list.
Patchwork is here: https://patchwork.kernel.org/project/linux-trace-devel/list/
-- Steve