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 DC92E250E7 for ; Tue, 3 Oct 2023 13:21:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F182FC433C7; Tue, 3 Oct 2023 13:21:46 +0000 (UTC) Date: Tue, 3 Oct 2023 09:22:51 -0400 From: Steven Rostedt To: Ross Zwisler Cc: linux-trace-devel@vger.kernel.org, Stevie Alvarez Subject: Re: [PATCH v2 06/11] libtraceeval histogram: Add type to traceeval_data and make it a structure Message-ID: <20231003092251.52ebb757@gandalf.local.home> In-Reply-To: <20231002195448.GD1532181@google.com> References: <20230927123314.989589-1-rostedt@goodmis.org> <20230927123314.989589-7-rostedt@goodmis.org> <20231002195304.GC1532181@google.com> <20231002195448.GD1532181@google.com> X-Mailer: Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-trace-devel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 2 Oct 2023 13:54:48 -0600 Ross Zwisler wrote: > > to match the > > + DEFINE_TRACEEVAL_NUMBER( RUNNING ), > > > > a little up in this function. > > Ah, it looks like you fix this in the next patch. Now I remember. Yeah, the next patch catches this bug! :-) -- Steve