Re: [PATCH v2 2/2] perf tools: Add documentation for 'perf irq' command

From: Alexei Budankov
Date: Thu Jan 14 2021 - 04:20:33 EST



On 14.01.2021 10:48, Bixuan Cui wrote:
> Add documentation for 'perf irq' command.
>
> Signed-off-by: Bixuan Cui <cuibixuan@xxxxxxxxxx>
> ---
> tools/perf/Documentation/perf-irq.txt | 58 +++++++++++++++++++++++++++
> tools/perf/command-list.txt | 1 +
> 2 files changed, 59 insertions(+)
> create mode 100644 tools/perf/Documentation/perf-irq.txt

<SNIP>

> +
> +OPTIONS for 'perf irq report'
> +----------------------------
> +
> +--cpus::
> + Show just entries with activities for the given CPUs.

perf report mode already has -C,--cpu <num> option so
it makes sense to reuse the option for perf irq report.

Regards,
Alexei