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 2D52EEB64DD for ; Tue, 18 Jul 2023 10:34:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231458AbjGRKd6 (ORCPT ); Tue, 18 Jul 2023 06:33:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42634 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229953AbjGRKd4 (ORCPT ); Tue, 18 Jul 2023 06:33:56 -0400 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E1DD4E4C; Tue, 18 Jul 2023 03:33:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689676433; x=1721212433; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=s6mI8YfHslfKOIw00/F6WzVeMyVWya6JvmgsxQ4PDk4=; b=mXFsBC6k5fny7kC4xoS89Ctp65DE1zLRizdaDlxrqjt20mjUXwPA3faR Qw6auykdnbmR64aFpMtD1UDdIq+8365owHG65HL5e5lrcYG5p5NwlG6Ca FJgLbpqAIWhKEIyQsT2p4yW7UKsxH4ccH8t6vlISbe2q7xxNeeFYWJswb 70/miESKBSkKAqsMrGJIsz+T5xJ/lviepdjSs1GhxEFsy3NH/2EoHIflh Q8GDNZKEpH11B9UgWi2YpJpxsMmGqQnoNFn7r0Rw5HkFWHqblREUfS+Js VzVD3YMRxEoSnyW3H5xCEjHNGh90NIJPR8xoq13oHqSbzpfk7WlRuOjO6 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10774"; a="432350091" X-IronPort-AV: E=Sophos;i="6.01,214,1684825200"; d="scan'208";a="432350091" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jul 2023 03:33:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10774"; a="847646219" X-IronPort-AV: E=Sophos;i="6.01,214,1684825200"; d="scan'208";a="847646219" Received: from ahunter6-mobl1.ger.corp.intel.com (HELO [10.0.2.15]) ([10.251.223.138]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jul 2023 03:33:50 -0700 Message-ID: <36d52843-0070-6f34-bb73-21ecaed776a5@intel.com> Date: Tue, 18 Jul 2023 13:33:46 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0 Thunderbird/102.13.0 Subject: Re: [PATCH] perf: doc: fix format of unordered lists Content-Language: en-US To: Changbin Du , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo Cc: Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Ian Rogers , Adrian Hunter , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org References: <20230718085242.3090797-1-changbin.du@huawei.com> From: Adrian Hunter Organization: Intel Finland Oy, Registered Address: PL 281, 00181 Helsinki, Business Identity Code: 0357606 - 4, Domiciled in Helsinki In-Reply-To: <20230718085242.3090797-1-changbin.du@huawei.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 18/07/23 11:52, Changbin Du wrote: > Fix the format of unordered lists so the can wrap properly. > > Signed-off-by: Changbin Du Acked-by: Adrian Hunter > --- > tools/perf/Documentation/perf-ftrace.txt | 16 +++--- > tools/perf/Documentation/perf-record.txt | 73 +++++++++++++----------- > 2 files changed, 48 insertions(+), 41 deletions(-) > > diff --git a/tools/perf/Documentation/perf-ftrace.txt b/tools/perf/Documentation/perf-ftrace.txt > index df4595563801..d780b93fcf87 100644 > --- a/tools/perf/Documentation/perf-ftrace.txt > +++ b/tools/perf/Documentation/perf-ftrace.txt > @@ -96,8 +96,9 @@ OPTIONS for 'perf ftrace trace' > > --func-opts:: > List of options allowed to set: > - call-graph - Display kernel stack trace for function tracer. > - irq-info - Display irq context info for function tracer. > + > + - call-graph - Display kernel stack trace for function tracer. > + - irq-info - Display irq context info for function tracer. > > -G:: > --graph-funcs=:: > @@ -118,11 +119,12 @@ OPTIONS for 'perf ftrace trace' > > --graph-opts:: > List of options allowed to set: > - nosleep-time - Measure on-CPU time only for function_graph tracer. > - noirqs - Ignore functions that happen inside interrupt. > - verbose - Show process names, PIDs, timestamps, etc. > - thresh= - Setup trace duration threshold in microseconds. > - depth= - Set max depth for function graph tracer to follow. > + > + - nosleep-time - Measure on-CPU time only for function_graph tracer. > + - noirqs - Ignore functions that happen inside interrupt. > + - verbose - Show process names, PIDs, timestamps, etc. > + - thresh= - Setup trace duration threshold in microseconds. > + - depth= - Set max depth for function graph tracer to follow. > > > OPTIONS for 'perf ftrace latency' > diff --git a/tools/perf/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt > index 9c01076f6c89..8ee5d60225ec 100644 > --- a/tools/perf/Documentation/perf-record.txt > +++ b/tools/perf/Documentation/perf-record.txt > @@ -523,9 +523,10 @@ CLOCK_BOOTTIME, CLOCK_REALTIME and CLOCK_TAI. > Select AUX area tracing Snapshot Mode. This option is valid only with an > AUX area tracing event. Optionally, certain snapshot capturing parameters > can be specified in a string that follows this option: > - 'e': take one last snapshot on exit; guarantees that there is at least one > + > + - 'e': take one last snapshot on exit; guarantees that there is at least one > snapshot in the output file; > - : if the PMU supports this, specify the desired snapshot size. > + - : if the PMU supports this, specify the desired snapshot size. > > In Snapshot Mode trace data is captured only when signal SIGUSR2 is received > and on exit if the above 'e' option is given. > @@ -572,8 +573,9 @@ providing implementation for Posix AIO API. > > --affinity=mode:: > Set affinity mask of trace reading thread according to the policy defined by 'mode' value: > - node - thread affinity mask is set to NUMA node cpu mask of the processed mmap buffer > - cpu - thread affinity mask is set to cpu of the processed mmap buffer > + > + - node - thread affinity mask is set to NUMA node cpu mask of the processed mmap buffer > + - cpu - thread affinity mask is set to cpu of the processed mmap buffer > > --mmap-flush=number:: > > @@ -625,16 +627,17 @@ Record timestamp boundary (time of first/last samples). > --switch-output[=mode]:: > Generate multiple perf.data files, timestamp prefixed, switching to a new one > based on 'mode' value: > - "signal" - when receiving a SIGUSR2 (default value) or > - - when reaching the size threshold, size is expected to > - be a number with appended unit character - B/K/M/G > -