From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2BB80C77B7C for ; Thu, 25 May 2023 00:25:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230129AbjEYAZf (ORCPT ); Wed, 24 May 2023 20:25:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39620 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230152AbjEYAZf (ORCPT ); Wed, 24 May 2023 20:25:35 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0E884A4; Wed, 24 May 2023 17:25:34 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9CF4F63953; Thu, 25 May 2023 00:25:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9E51DC433EF; Thu, 25 May 2023 00:25:31 +0000 (UTC) Date: Wed, 24 May 2023 20:25:26 -0400 From: Steven Rostedt To: Sebastian Andrzej Siewior Cc: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, Masami Hiramatsu , Thomas Gleixner Subject: Re: [PATCH] tracing/timer: Add missing hrtimer modes to decode_hrtimer_mode(). Message-ID: <20230524202526.289e3a65@rorschach.local.home> In-Reply-To: <20230524153928.p9umapxB@linutronix.de> References: <20230418143854.8vHWQKLM@linutronix.de> <20230424174441.3baebdef@rorschach.local.home> <20230524153928.p9umapxB@linutronix.de> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-trace-kernel@vger.kernel.org On Wed, 24 May 2023 17:39:28 +0200 Sebastian Andrzej Siewior wrote: > On 2023-04-24 17:44:41 [-0400], Steven Rostedt wrote: > > On Tue, 18 Apr 2023 16:38:54 +0200 > > Sebastian Andrzej Siewior wrote: > > > > > The trace output for the HRTIMER_MODE_.*_HARD modes is seen as a number > > > since these modes are not decoded. The author was not aware of the fancy > > > decoding function which makes the life easier. > > > > > > Extend decode_hrtimer_mode() with the additional HRTIMER_MODE_.*_HARD > > > modes. > > > > > > Fixes: ae6683d815895 ("hrtimer: Introduce HARD expiry mode") > > > Signed-off-by: Sebastian Andrzej Siewior > > > > Acked-by: Steven Rostedt (Google) > > Could this be either routed via the tracing tree or the tip tree but > please route this :) > Events are normally owned by the subsystem they are used in. So it should go through tip. But if I get an ack from the subsystem maintainer, I can route it through tracing. -- Steve