On Thu, Jun 12, 2025 at 09:46:16AM -0400, Steven Rostedt wrote: > From: Steven Rostedt <rost...@goodmis.org> > > Several of the tcp_ao events are only called when CONFIG_TCP_AO is > defined. As each event can take up to 5K regardless if they are used or > not, it's best not to define them when they are not used. Add #ifdef > around these events when they are not used. > > Signed-off-by: Steven Rostedt (Google) <rost...@goodmis.org>
Thanks Steven, I agree that the events and classes covered by this #define are not used unless CONFIG_TCP_AO is set. And that the small number of TCP_AO related events that are left outside the define are used even when CONFIG_TCP_AO is not set. Reviewed-by: Simon Horman <ho...@kernel.org>