From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4D2CD139D; Sat, 31 May 2025 20:16:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748722604; cv=none; b=Jn8EldaDARG52vQ4TXGnnV15ZmHGebYDHZFDRDax2MUlmkNbFBvRhvfcffdOLSiCS8k2KK506oSXXGrzGP41zcm4Q18QOYCPYvy6dCQNjElRf0VuPIaF81/otHsznC1K2/EhxB24h8rygTcvO1pUBZJwqTt737egwcWViH7Tzr8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748722604; c=relaxed/simple; bh=Kct0IyTFEziDsvkDuOpfntXLWQUd9krjskg2ZcNikZ4=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=SUJq0en3yBZ8D/L+Y0I4y+aKGjUq0PKMLMBMmdGVJiQsutKl+i1JpeoE7Xr9+rRZpjBn6BDC+PzvQBjTtBhFpe2hkKZSbKWYwsu8juzkR0CknNtpCZPb2kj3aMZDL7CUKiihYXSt7Gfz4CDyZyzVi1wflnSwFPhH+2rWe/9cQtA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 19181C4CEE3; Sat, 31 May 2025 20:16:43 +0000 (UTC) Date: Sat, 31 May 2025 16:17:50 -0400 From: Steven Rostedt To: LKML , Linux Trace Kernel Cc: Thomas Gleixner , Juergen Gross , Mathieu Desnoyers , Masami Hiramatsu Subject: Re: [PATCH] genirq/matrix: Remove unused irq_matrix_alloc_reserved tracepoint Message-ID: <20250531161750.30adfcd0@gandalf.local.home> In-Reply-To: <20250529135739.26e5c075@gandalf.local.home> References: <20250529135739.26e5c075@gandalf.local.home> X-Mailer: Claws Mail 3.20.0git84 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 wrote: > From: Steven Rostedt > > 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) > --- > 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,