summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cs-etm-decoder
Commit message (Expand)AuthorAgeFilesLines
* perf cs-etm: Add exception level consistency checkJames Clark2023-06-122-4/+6
* perf cs-etm: Track exception levelJames Clark2023-06-121-3/+4
* perf cs-etm: Make PID format accessible from struct cs_etm_auxtraceJames Clark2023-06-121-16/+4
* perf cs-etm: Use bool type for boolean valuesJames Clark2023-04-241-4/+4
* perf cs-etm: Handle PERF_RECORD_AUX_OUTPUT_HW_ID packetMike Leach2023-04-041-0/+7
* perf cs-etm: Update decoder code for OpenCSD version 1.4Mike Leach2023-01-301-0/+3
* perf cs-etm: Ensure that Coresight timestamps don't go backwardsJames Clark2023-01-221-10/+19
* perf cs_etm: Set the time field in the synthetic samplesGerman Gomez2023-01-221-8/+39
* perf cs-etm: Print the decoder nameJames Clark2021-09-032-6/+12
* perf cs-etm: Create ETE decoderJames Clark2021-09-032-0/+32
* perf cs-etm: Update OpenCSD decoder for ETEJames Clark2021-09-031-2/+0
* perf cs-etm: Initialise architecture based on TRCIDR1James Clark2021-09-031-1/+16
* perf cs-etm: Refactor initialisation of decoder params.James Clark2021-09-031-74/+25
* perf cs-etm: Improve Coresight zero timestamp warningJames Clark2021-08-031-2/+5
* perf cs-etm: Pass unformatted flag to decoderJames Clark2021-08-021-2/+2
* perf cs-etm: Suppress printing when resetting decoderJames Clark2021-08-021-3/+7
* perf cs-etm: Prevent and warn on underflows during timestamp calculation.James Clark2021-05-171-11/+34
* perf cs-etm: Refactor timestamp variable namesJames Clark2021-05-121-9/+9
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* perf cs-etm: Detect pid in VMID for kernel running at EL2Suzuki K Poulose2021-03-021-4/+34
* perf cs-etm: Update ARM's CoreSight hardware tracing OpenCSD library to v1.0.0James Clark2021-01-201-11/+4
* perf: cs-etm: Update to build with latest opencsd version.Mike Leach2020-05-051-0/+2
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+0
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-0/+1
* perf cs-etm: Add notion of time to decoding codeMathieu Poirier2019-06-101-4/+107
* perf cs-etm: Linking PE contextID with perf thread mechanicMathieu Poirier2019-06-101-0/+20
* perf cs-etm: Use traceID aware memory callback APIMathieu Poirier2019-06-102-9/+8
* perf cs-etm: Introduce the concept of trace ID queuesMathieu Poirier2019-06-101-2/+2
* perf cs-etm: Move packet queue out of decoder structureMathieu Poirier2019-06-102-110/+55
* perf cs-etm: Refactor error path in cs_etm_decoder__new()Mathieu Poirier2019-06-101-5/+3
* perf cs-etm: Add missing case valueSolomon Tan2019-03-281-0/+1
* perf tools: Rename build libperf to perfJiri Olsa2019-02-141-1/+1
* perf cs-etm: Make cs_etm__run_decoder() queue independentMathieu Poirier2019-02-141-7/+0
* perf cs-etm: Introducing function cs_etm_decoder__init_dparams()Mathieu Poirier2019-02-141-1/+2
* perf cs-etm: Add traceID in packetLeo Yan2019-02-062-0/+3
* perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan2019-02-061-5/+3
* perf cs-etm: Add exception number in exception packetLeo Yan2019-02-062-4/+17
* perf cs-etm: Set sample flags for instruction range packetLeo Yan2019-02-062-0/+3
* perf cs-etm: Add last instruction information in packetLeo Yan2019-02-062-0/+12
* perf cs-etm: Generate branch sample for exception packetLeo Yan2018-12-182-8/+22
* perf cs-etm: Treat EO_TRACE element as trace discontinuityLeo Yan2018-12-181-1/+1
* perf cs-etm: Treat NO_SYNC element as trace discontinuityLeo Yan2018-12-181-1/+0
* perf cs-etm: Rename CS_ETM_TRACE_ON to CS_ETM_DISCONTINUITYLeo Yan2018-12-182-6/+6
* perf cs-etm: Refactor enumeration cs_etm_sample_typeLeo Yan2018-12-181-3/+3
* perf cs-etm: Remove unused 'trace_on' in cs_etm_decoderLeo Yan2018-12-181-3/+0
* perf cs-etm: Add support for PTMv1.1 decodingMathieu Poirier2018-12-172-2/+9
* perf cs-etm: Add support for ETMv3 trace decodingMathieu Poirier2018-12-171-0/+25
* perf cs-etm: Add configuration for ETMv3 trace protocolMathieu Poirier2018-12-171-0/+8
* perf cs-etm: Support for ARM A32/T32 instruction sets in CoreSight traceRobert Walker2018-12-172-0/+39
* perf cs-etm: Fix start tracing packet handlingLeo Yan2018-07-311-0/+1