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 CBDF1C4167B for ; Thu, 30 Nov 2023 13:38:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345611AbjK3Nik (ORCPT ); Thu, 30 Nov 2023 08:38:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60426 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345563AbjK3Nii (ORCPT ); Thu, 30 Nov 2023 08:38:38 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 534DBC4 for ; Thu, 30 Nov 2023 05:38:45 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C3DD9C433CB; Thu, 30 Nov 2023 13:38:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701351525; bh=X4W1JMvTu97EnahxXjQRJ3hmHYLmI6U10XmxNRUbL34=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=I8c2nWFBLxRIr+g7iek0n5/Q7jwvyCLLXdZbyS2Gq5XAx0i788SuAdbpyMAAGwBQF cx+VKdidV+9o3Qb+z76eUC6SdJOaXJFQsoMnaWMer8pl1M3GU12xn8i3kwJqOPO2Jk HotoTagX6NhsXugAKXNl66GgFPfNvwVZiINfpcCjTD2yS92ptudh/8Sh+oMCFli9hj ta031Lnsk6oiZ2IDFy/+7gd498174o2N4lGShDfNT62h9kIA1d8wFbhqmdzqzJ2JE6 W6indg9NjPzxj9/WV67SMQl10EUZs6CCjvFp5dksg/dq+Djileq7iXifOvS5I+xcBM AStAy48UnyzAQ== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 8781A40094; Thu, 30 Nov 2023 10:38:42 -0300 (-03) Date: Thu, 30 Nov 2023 10:38:42 -0300 From: Arnaldo Carvalho de Melo To: James Clark Cc: Nick Forrington , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Ian Rogers , Adrian Hunter , Arnaldo Carvalho de Melo Subject: Re: [PATCH] tools/perf: Fix man page formatting for perf lock Message-ID: References: <20231102161117.49533-1-nick.forrington@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Nov 28, 2023 at 11:08:54AM +0000, James Clark escreveu: > > > On 02/11/2023 16:11, Nick Forrington wrote: > > This makes "CONTENTION" a top level section (rather than a subsection of > > "INFO"). > > > > Fixes: 79079f21f50a ("perf lock: Add -k and -F options to 'contention' subcommand") > > Signed-off-by: Nick Forrington > > --- > > tools/perf/Documentation/perf-lock.txt | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/tools/perf/Documentation/perf-lock.txt b/tools/perf/Documentation/perf-lock.txt > > index 503abcba1438..f5938d616d75 100644 > > --- a/tools/perf/Documentation/perf-lock.txt > > +++ b/tools/perf/Documentation/perf-lock.txt > > @@ -119,7 +119,7 @@ INFO OPTIONS > > > > > > CONTENTION OPTIONS > > --------------- > > +------------------ > > > > -k:: > > --key=:: > > Reviewed-by: James Clark Thanks, applied to perf-tools-next. - Arnaldo