Changes since v2:
* Fix typo in last commit message
* Add reviewed-by tags from Leo Yan
This patchset applies on top of "[PATCH v3 0/2] perf cs-etm: Set
time on synthesised samples to preserve ordering"
James Clark (3):
perf cs-etm: Move synth_opts initialisation
perf cs-etm: Start reading 'Z' --itrace option
perf cs-etm: Prevent and warn on underflows during timestamp
calculation.
.../perf/util/cs-etm-decoder/cs-etm-decoder.c | 45 ++++++++++++++-----
tools/perf/util/cs-etm.c | 20 +++++----
2 files changed, 46 insertions(+), 19 deletions(-)
--
2.28.0
The conversion tools used during DocBook/LaTeX/html/Markdown->ReST
conversion and some cut-and-pasted text contain some characters that
aren't easily reachable on standard keyboards and/or could cause
troubles when parsed by the documentation build system.
Replace the occurences of the following characters:
- U+00a0 (' '): NO-BREAK SPACE
as it can cause lines being truncated on PDF output
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei(a)kernel.org>
---
Documentation/trace/coresight/coresight-etm4x-reference.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/trace/coresight/coresight-etm4x-reference.rst b/Documentation/trace/coresight/coresight-etm4x-reference.rst
index b64d9a9c79df..d25dfe86af9b 100644
--- a/Documentation/trace/coresight/coresight-etm4x-reference.rst
+++ b/Documentation/trace/coresight/coresight-etm4x-reference.rst
@@ -427,7 +427,7 @@ the ‘TRC’ prefix.
:Syntax:
``echo idx > vmid_idx``
- Where idx < numvmidc
+ Where idx < numvmidc
----
--
2.31.1
This patchset is an alternate solution to the original: "[RFC PATCH]
perf cs-etm: Handle valid-but-zero timestamps". It uses the existing
Z option to --itrace instead of modifying the behaviour of the
cs_etm__etmq_get_timestamp() function.
Using timeless mode is equivalent to ignoring 0 timestamps, as
suggested by Mike and Leo.
It applies on top of "[PATCH v3 0/2] perf cs-etm: Set time on
synthesised samples to preserve ordering"
James Clark (3):
perf cs-etm: Move synth_opts initialisation
perf cs-etm: Start reading 'Z' --itrace option
perf cs-etm: Prevent and warn on underflows during timestamp
calculation.
.../perf/util/cs-etm-decoder/cs-etm-decoder.c | 45 ++++++++++++++-----
tools/perf/util/cs-etm.c | 20 +++++----
2 files changed, 46 insertions(+), 19 deletions(-)
--
2.28.0