diff options
author | Steven Rostedt <rostedt@goodmis.org> | 2025-08-28 21:55:53 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-09-06 15:23:39 +0200 |
commit | 56429b4a37e710429e20a4f8dc85e96fcbb9f4b7 (patch) | |
tree | afd2c2ccd4f48cec4c3af0c6fc992a6c5b34011e /scripts/gdb/linux | |
parent | 2cf8ecd0ae650c1f0e551326bb7f060abf1560d3 (diff) |
cdns2: 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 cdns2 subsystem. They are:
cdns2_ep0_enqueue
cdns2_ep0_set_config
cdns2_ep_queue
cdns2_iso_out_ep_disable
cdns2_lpm
cdns2_mapped_request
cdns2_map_request
cdns2_may_wakeup
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Link: https://lore.kernel.org/r/20250829015649.885512884@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions