Re: [PATCH v9 2/2] PCI: trace: Add a RAS tracepoint to monitor link speed changes
From: Steven Rostedt
Date: Thu Jul 24 2025 - 22:58:07 EST
On Fri, 25 Jul 2025 10:31:45 +0800
Shuai Xue <xueshuai@xxxxxxxxxxxxxxxxx> wrote:
> I'm leaning toward option 1 (dedicated trace.c file) as it's the
> cleanest approach and follows the pattern used in other subsystems. Does
> that sound reasonable to you?
That's fine, but make sure you have #ifdef CONFIG_FOO around tracepoints
that are only used when those configs are enabled, otherwise you will get
warnings.
Well, if they are exported, then the warnings are suppressed.
https://lore.kernel.org/all/20250725025149.726267838@xxxxxxxxxx/
-- Steve