projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e27e43a
)
genirq/matrix: Remove unused irq_matrix_alloc_reserved tracepoint
author
Steven Rostedt
<rostedt@goodmis.org>
Thu, 29 May 2025 17:57:39 +0000
(13:57 -0400)
committer
Steven Rostedt (Google)
<rostedt@goodmis.org>
Mon, 2 Jun 2025 17:12:26 +0000
(13:12 -0400)
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:
ec0f7cd273dc4
("genirq/matrix: Add tracepoints")
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
include/trace/events/irq_matrix.h
patch
|
blob
|
history
diff --git
a/include/trace/events/irq_matrix.h
b/include/trace/events/irq_matrix.h
index
267d4cb
..
9324407
100644
(file)
--- a/
include/trace/events/irq_matrix.h
+++ b/
include/trace/events/irq_matrix.h
@@
-138,14
+138,6
@@
DEFINE_EVENT(irq_matrix_global_update, irq_matrix_assign_system,
TP_ARGS(bit, matrix)
);
-DEFINE_EVENT(irq_matrix_cpu, irq_matrix_alloc_reserved,
-
- TP_PROTO(int bit, unsigned int cpu,
- struct irq_matrix *matrix, struct cpumap *cmap),
-
- TP_ARGS(bit, cpu, matrix, cmap)
-);
-
DEFINE_EVENT(irq_matrix_cpu, irq_matrix_reserve_managed,
TP_PROTO(int bit, unsigned int cpu,