]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
cdnsp: Remove unused tracepoints
authorSteven Rostedt <rostedt@goodmis.org>
Fri, 29 Aug 2025 01:55:55 +0000 (21:55 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 6 Sep 2025 13:23:39 +0000 (15:23 +0200)
commit9d4552da0ae8f056313cc290c0f493f59c6f7eef
tree8dcce913887ccdde4c5da54014c974191b17c448
parent1c15b2f88127d5980747f2f62beb6e1f6e62f883
cdnsp: Remove unused tracepoints

Tracepoints that are defined take up around 5K each, even if they are not
used. If they are defined and not used, then they waste memory for unused
code. Soon unused tracepoints will cause warnings.

Remove the unused tracepoints of the cdnsp subsystem. They are:

cdnsp_defered_event
cdnsp_ep0_halted
cdnsp_free_priv_device
cdnsp_handle_cmd_flush_ep

Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Acked-by: Peter Chen <peter.chen@kernel.org>
Link: https://lore.kernel.org/r/20250829015650.224063821@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/cdns3/cdnsp-trace.h