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/[email protected]/ Cc: Juergen Gross <[email protected]> Cc: Mathieu Desnoyers <[email protected]> Cc: Masami Hiramatsu <[email protected]> Link: https://lore.kernel.org/[email protected] Fixes: ec0f7cd ("genirq/matrix: Add tracepoints") Reviewed-by: Thomas Gleixner <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
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)