Skip to content

Commit 167d7ed

Browse files
committed
genirq/matrix: Remove unused irq_matrix_alloc_reserved tracepoint
The tracepoint irq_matrix_alloc_reserved was added but never used. Remove it. Link: https://lore.kernel.org/all/20250529130138.544ffec4@gandalf.local.home/ Cc: Juergen Gross <jgross@suse.com> Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Cc: Masami Hiramatsu <mhiramat@kernel.org> Link: https://lore.kernel.org/20250529135739.26e5c075@gandalf.local.home Fixes: ec0f7cd ("genirq/matrix: Add tracepoints") Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent e27e43a commit 167d7ed

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

include/trace/events/irq_matrix.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,6 @@ DEFINE_EVENT(irq_matrix_global_update, irq_matrix_assign_system,
138138
TP_ARGS(bit, matrix)
139139
);
140140

141-
DEFINE_EVENT(irq_matrix_cpu, irq_matrix_alloc_reserved,
142-
143-
TP_PROTO(int bit, unsigned int cpu,
144-
struct irq_matrix *matrix, struct cpumap *cmap),
145-
146-
TP_ARGS(bit, cpu, matrix, cmap)
147-
);
148-
149141
DEFINE_EVENT(irq_matrix_cpu, irq_matrix_reserve_managed,
150142

151143
TP_PROTO(int bit, unsigned int cpu,

0 commit comments

Comments
 (0)