aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cs-etm-decoder/cs-etm-decoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03perf cs-etm: Print the decoder nameJames Clark1-6/+11
2021-09-03perf cs-etm: Create ETE decoderJames Clark1-0/+20
2021-09-03perf cs-etm: Update OpenCSD decoder for ETEJames Clark1-2/+0
2021-09-03perf cs-etm: Initialise architecture based on TRCIDR1James Clark1-1/+16
2021-09-03perf cs-etm: Refactor initialisation of decoder params.James Clark1-74/+25
2021-08-03perf cs-etm: Improve Coresight zero timestamp warningJames Clark1-2/+5
2021-08-02perf cs-etm: Pass unformatted flag to decoderJames Clark1-2/+2
2021-08-02perf cs-etm: Suppress printing when resetting decoderJames Clark1-3/+7
2021-05-17perf cs-etm: Prevent and warn on underflows during timestamp calculation.James Clark1-11/+34
2021-05-12perf cs-etm: Refactor timestamp variable namesJames Clark1-9/+9
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-1/+1
2021-03-02perf cs-etm: Detect pid in VMID for kernel running at EL2Suzuki K Poulose1-4/+34
2021-01-20perf cs-etm: Update ARM's CoreSight hardware tracing OpenCSD library to v1.0.0James Clark1-11/+4
2020-05-05perf: cs-etm: Update to build with latest opencsd version.Mike Leach1-0/+2
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+0
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-0/+1
2019-06-10perf cs-etm: Add notion of time to decoding codeMathieu Poirier1-4/+107
2019-06-10perf cs-etm: Linking PE contextID with perf thread mechanicMathieu Poirier1-0/+20
2019-06-10perf cs-etm: Use traceID aware memory callback APIMathieu Poirier1-7/+7
2019-06-10perf cs-etm: Introduce the concept of trace ID queuesMathieu Poirier1-2/+2
2019-06-10perf cs-etm: Move packet queue out of decoder structureMathieu Poirier1-77/+52
2019-06-10perf cs-etm: Refactor error path in cs_etm_decoder__new()Mathieu Poirier1-5/+3
2019-03-28perf cs-etm: Add missing case valueSolomon Tan1-0/+1
2019-02-06perf cs-etm: Add traceID in packetLeo Yan1-0/+2
2019-02-06perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan1-5/+3
2019-02-06perf cs-etm: Add exception number in exception packetLeo Yan1-4/+16
2019-02-06perf cs-etm: Set sample flags for instruction range packetLeo Yan1-0/+2
2019-02-06perf cs-etm: Add last instruction information in packetLeo Yan1-0/+9
2018-12-18perf cs-etm: Generate branch sample for exception packetLeo Yan1-6/+20
2018-12-18perf cs-etm: Treat EO_TRACE element as trace discontinuityLeo Yan1-1/+1
2018-12-18perf cs-etm: Treat NO_SYNC element as trace discontinuityLeo Yan1-1/+0
2018-12-18perf cs-etm: Rename CS_ETM_TRACE_ON to CS_ETM_DISCONTINUITYLeo Yan1-5/+5
2018-12-18perf cs-etm: Remove unused 'trace_on' in cs_etm_decoderLeo Yan1-3/+0
2018-12-17perf cs-etm: Add support for PTMv1.1 decodingMathieu Poirier1-2/+8
2018-12-17perf cs-etm: Add support for ETMv3 trace decodingMathieu Poirier1-0/+25
2018-12-17perf cs-etm: Support for ARM A32/T32 instruction sets in CoreSight traceRobert Walker1-0/+29
2018-07-24perf cs-etm: Introduce invalid address macroLeo Yan1-4/+6
2018-05-30perf cs-etm: Fix indexing for decoder packet queueMathieu Poirier1-2/+10
2018-04-19coresight: Move to SPDX identifierMathieu Poirier1-2/+1
2018-02-16perf inject: Emit instruction records on ETM trace discontinuityRobert Walker1-0/+9
2018-02-16perf cs-etm: Inject capabilitity for CoreSight tracesRobert Walker1-16/+49
2018-01-25perf tools: Add functionality to communicate with the openCSD decoderMathieu Poirier1-0/+60
2018-01-25perf tools: Add support for decoding CoreSight trace dataMathieu Poirier1-0/+119
2018-01-25perf tools: Add decoder mechanic to support dumping trace dataMathieu Poirier1-0/+334