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 27D52C74A4B for ; Mon, 13 Mar 2023 19:10:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230203AbjCMTKU (ORCPT ); Mon, 13 Mar 2023 15:10:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60078 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229494AbjCMTKR (ORCPT ); Mon, 13 Mar 2023 15:10:17 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 18FAF113DE; Mon, 13 Mar 2023 12:10:17 -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 ams.source.kernel.org (Postfix) with ESMTPS id BD3EAB811F6; Mon, 13 Mar 2023 19:10:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 45396C433D2; Mon, 13 Mar 2023 19:10:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678734614; bh=MAofgLrk4Js+qKsV+odN1yUxa+jzNMRyfwV8Ta0XBK0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gGk2jQEFvQX9F3ST8y7VfWPw2UsmHx53WPAx30R0y2uzsYMIhZ2b28ZzH9tS7dYW4 GCvgNmCW4mn+oWB0tiOydwgmiWeVv2/8+4EAATFYos2YaHvGUoPWi5YLBtORdfqadg LBzsdpwPBPnegVq2sn5dGqdn+PwUd0iGyWBhJii9jHvtqiOZFxFAm3QZWQRV2+g5D6 VDaJFOMb7C2dYpxHdeTVP/fjmX6scooK5asA/3wC09uDcrjyvdzsUb5cRjE1Y1hx6d 8TrwqQ4ymC4zNB2V9Ewx6wyYnR8yzg0vOxGgT/prjezgFyxQ6mD0T2ED/dgmFwyjgl EhNUVzHD6oSLQ== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 5C10F4049F; Mon, 13 Mar 2023 16:10:11 -0300 (-03) Date: Mon, 13 Mar 2023 16:10:11 -0300 From: Arnaldo Carvalho de Melo To: Leo Yan Cc: James Clark , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org, al.grant@arm.com, Mathieu Poirier , Suzuki K Poulose , Mike Leach , John Garry , Will Deacon , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Ian Rogers , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/2] perf cs-etm: Reduce verbosity of ts_source warning Message-ID: References: <20230308094843.287093-1-james.clark@arm.com> <20230308114644.GC19253@leoy-yangtze.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230308114644.GC19253@leoy-yangtze.lan> X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Mar 08, 2023 at 07:46:44PM +0800, Leo Yan escreveu: > On Wed, Mar 08, 2023 at 09:48:42AM +0000, James Clark wrote: > > This is printed as a warning but it is normal behavior that users > > shouldn't be expected to do anything about. Reduce the warning level to > > debug3 so it's only seen in verbose mode to avoid confusion. > > > > Signed-off-by: James Clark > > Reviewed-by: Leo Yan