public inbox for linux-trace-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] genirq/matrix: Remove unused irq_matrix_alloc_reserved tracepoint
@ 2025-05-29 17:57 Steven Rostedt
  2025-05-31 20:17 ` Steven Rostedt
  2025-06-02 15:28 ` Thomas Gleixner
  0 siblings, 2 replies; 3+ messages in thread
From: Steven Rostedt @ 2025-05-29 17:57 UTC (permalink / raw)
  To: LKML, Linux Trace Kernel
  Cc: Thomas Gleixner, Juergen Gross, Mathieu Desnoyers,
	Masami Hiramatsu

From: Steven Rostedt <rostedt@goodmis.org>

The tracepoint irq_matrix_alloc_reserved was added but never used.
Remove it.

Link: https://lore.kernel.org/all/20250529130138.544ffec4@gandalf.local.home/

Fixes: ec0f7cd273dc4 ("genirq/matrix: Add tracepoints")
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
---
 include/trace/events/irq_matrix.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/include/trace/events/irq_matrix.h b/include/trace/events/irq_matrix.h
index 267d4cbbf360..93244078b4e6 100644
--- 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,
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] genirq/matrix: Remove unused irq_matrix_alloc_reserved tracepoint
  2025-05-29 17:57 [PATCH] genirq/matrix: Remove unused irq_matrix_alloc_reserved tracepoint Steven Rostedt
@ 2025-05-31 20:17 ` Steven Rostedt
  2025-06-02 15:28 ` Thomas Gleixner
  1 sibling, 0 replies; 3+ messages in thread
From: Steven Rostedt @ 2025-05-31 20:17 UTC (permalink / raw)
  To: LKML, Linux Trace Kernel
  Cc: Thomas Gleixner, Juergen Gross, Mathieu Desnoyers,
	Masami Hiramatsu


Can I get an acked-by, and I'll pull this in through my tree (with the
other patches that remove unused events)?

Thanks,

-- Steve

On Thu, 29 May 2025 13:57:39 -0400
Steven Rostedt <rostedt@goodmis.org> wrote:

> From: Steven Rostedt <rostedt@goodmis.org>
> 
> The tracepoint irq_matrix_alloc_reserved was added but never used.
> Remove it.
> 
> Link: https://lore.kernel.org/all/20250529130138.544ffec4@gandalf.local.home/
> 
> Fixes: ec0f7cd273dc4 ("genirq/matrix: Add tracepoints")
> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
> ---
>  include/trace/events/irq_matrix.h | 8 --------
>  1 file changed, 8 deletions(-)
> 
> diff --git a/include/trace/events/irq_matrix.h b/include/trace/events/irq_matrix.h
> index 267d4cbbf360..93244078b4e6 100644
> --- 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,


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] genirq/matrix: Remove unused irq_matrix_alloc_reserved tracepoint
  2025-05-29 17:57 [PATCH] genirq/matrix: Remove unused irq_matrix_alloc_reserved tracepoint Steven Rostedt
  2025-05-31 20:17 ` Steven Rostedt
@ 2025-06-02 15:28 ` Thomas Gleixner
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Gleixner @ 2025-06-02 15:28 UTC (permalink / raw)
  To: Steven Rostedt, LKML, Linux Trace Kernel
  Cc: Juergen Gross, Mathieu Desnoyers, Masami Hiramatsu

On Thu, May 29 2025 at 13:57, Steven Rostedt wrote:
> From: Steven Rostedt <rostedt@goodmis.org>
>
> The tracepoint irq_matrix_alloc_reserved was added but never used.
> Remove it.
>
> Link: https://lore.kernel.org/all/20250529130138.544ffec4@gandalf.local.home/
>
> Fixes: ec0f7cd273dc4 ("genirq/matrix: Add tracepoints")
> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>

Reviewed-by: Thomas Gleixner <tglx@linutronix.de>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-06-02 15:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-29 17:57 [PATCH] genirq/matrix: Remove unused irq_matrix_alloc_reserved tracepoint Steven Rostedt
2025-05-31 20:17 ` Steven Rostedt
2025-06-02 15:28 ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox