mbox series

[v3,0/3] perf cs-etm: Handle valid-but-zero timestamps

Message ID 20210517131741.3027-1-james.clark@arm.com (mailing list archive)
Headers show
Series perf cs-etm: Handle valid-but-zero timestamps | expand

Message

James Clark May 17, 2021, 1:17 p.m. UTC
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(-)

Comments

Arnaldo Carvalho de Melo May 17, 2021, 2:43 p.m. UTC | #1
Em Mon, May 17, 2021 at 04:17:38PM +0300, James Clark escreveu:
> Changes since v2:
> 
>  * Fix typo in last commit message
>  * Add reviewed-by tags from Leo Yan

Thanks, applied.

- Arnaldo

 
> 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
>