[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJ9a7VihnvK6uwYri0kh_pwQu893+FrdcUNg0Y5iW7Euh3YwuA@mail.gmail.com>
Date: Fri, 21 Jan 2022 12:50:34 +0000
From: Mike Leach <mike.leach@...aro.org>
To: James Clark <James.Clark@....com>
Cc: suzuki.poulose@....com, mathieu.poirier@...aro.org,
coresight@...ts.linaro.org, leo.yan@...aro.com,
Leo Yan <leo.yan@...aro.org>,
John Garry <john.garry@...wei.com>,
Will Deacon <will@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Jiri Olsa <jolsa@...hat.com>,
Namhyung Kim <namhyung@...nel.org>,
linux-arm-kernel@...ts.infradead.org, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-perf-users@...r.kernel.org
Subject: Re: [PATCH v2 6/6] Documentation: coresight: Expand branch broadcast documentation
On Thu, 13 Jan 2022 at 09:11, James Clark <james.clark@....com> wrote:
>
> Now that there is a way of enabling branch broadcast via perf, mention
> the possible use cases and known limitations.
>
> Signed-off-by: James Clark <james.clark@....com>
> ---
> .../trace/coresight/coresight-etm4x-reference.rst | 10 +++++++++-
> 1 file changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/trace/coresight/coresight-etm4x-reference.rst b/Documentation/trace/coresight/coresight-etm4x-reference.rst
> index 0439b4006227..ec336575919c 100644
> --- a/Documentation/trace/coresight/coresight-etm4x-reference.rst
> +++ b/Documentation/trace/coresight/coresight-etm4x-reference.rst
> @@ -656,7 +656,15 @@ Bit assignments shown below:-
> ETM_MODE_BB
>
> **description:**
> - Set to enable branch broadcast if supported in hardware [IDR0].
> + Set to enable branch broadcast if supported in hardware [IDR0]. The primary use for this feature
> + is when code is patched dynamically at run time and the full program flow may not be able to be
> + reconstructed using only conditional branches.
> +
> + Choosing this option will result in a significant increase in the amount of trace generated -
> + possible danger of overflows, or fewer instructions covered. Note, that this option also
> + overrides any setting of :ref:`ETM_MODE_RETURNSTACK <coresight-return-stack>`, so where a branch
> + broadcast range overlaps a return stack range, return stacks will not be available for that
> + range.
>
> .. _coresight-cycle-accurate:
>
> --
> 2.28.0
>
Reviewed-by: Mike Leach <mike.leach@...aro.org>
--
Mike Leach
Principal Engineer, ARM Ltd.
Manchester Design Centre. UK
Powered by blists - more mailing lists