diff options
author | Steven Rostedt <rostedt@goodmis.org> | 2025-08-28 21:55:55 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-09-06 15:23:39 +0200 |
commit | 9d4552da0ae8f056313cc290c0f493f59c6f7eef (patch) | |
tree | 8dcce913887ccdde4c5da54014c974191b17c448 /scripts/gdb/linux/tasks.py | |
parent | 1c15b2f88127d5980747f2f62beb6e1f6e62f883 (diff) |
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>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions