summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cs-etm-decoder
AgeCommit message (Expand)AuthorLines
2024-09-24perf cs-etm: Use new OpenCSD consistency checksJames Clark-1/+6
2024-08-29perf: cs-etm: Print queue number in raw trace dumpJames Clark-3/+3
2024-08-29perf: cs-etm: Create decoders based on the trace ID mappingsJames Clark-4/+0
2024-08-29perf: cs-etm: Move traceid_list to each queueJames Clark-12/+16
2024-06-26perf util: Make util its own libraryIan Rogers-1/+1
2023-06-12perf cs-etm: Add exception level consistency checkJames Clark-4/+6
2023-06-12perf cs-etm: Track exception levelJames Clark-3/+4
2023-06-12perf cs-etm: Make PID format accessible from struct cs_etm_auxtraceJames Clark-16/+4
2023-04-24perf cs-etm: Use bool type for boolean valuesJames Clark-4/+4
2023-04-04perf cs-etm: Handle PERF_RECORD_AUX_OUTPUT_HW_ID packetMike Leach-0/+7
2023-01-30perf cs-etm: Update decoder code for OpenCSD version 1.4Mike Leach-0/+3
2023-01-22perf cs-etm: Ensure that Coresight timestamps don't go backwardsJames Clark-10/+19
2023-01-22perf cs_etm: Set the time field in the synthetic samplesGerman Gomez-8/+39
2021-09-03perf cs-etm: Print the decoder nameJames Clark-6/+12
2021-09-03perf cs-etm: Create ETE decoderJames Clark-0/+32
2021-09-03perf cs-etm: Update OpenCSD decoder for ETEJames Clark-2/+0
2021-09-03perf cs-etm: Initialise architecture based on TRCIDR1James Clark-1/+16
2021-09-03perf cs-etm: Refactor initialisation of decoder params.James Clark-74/+25
2021-08-03perf cs-etm: Improve Coresight zero timestamp warningJames Clark-2/+5
2021-08-02perf cs-etm: Pass unformatted flag to decoderJames Clark-2/+2
2021-08-02perf cs-etm: Suppress printing when resetting decoderJames Clark-3/+7
2021-05-17perf cs-etm: Prevent and warn on underflows during timestamp calculation.James Clark-11/+34
2021-05-12perf cs-etm: Refactor timestamp variable namesJames Clark-9/+9
2021-03-23perf tools: Fix various typos in commentsIngo Molnar-1/+1
2021-03-02perf cs-etm: Detect pid in VMID for kernel running at EL2Suzuki K Poulose-4/+34
2021-01-20perf cs-etm: Update ARM's CoreSight hardware tracing OpenCSD library to v1.0.0James Clark-11/+4
2020-05-05perf: cs-etm: Update to build with latest opencsd version.Mike Leach-0/+2
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo-1/+0
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo-0/+1
2019-06-10perf cs-etm: Add notion of time to decoding codeMathieu Poirier-4/+107
2019-06-10perf cs-etm: Linking PE contextID with perf thread mechanicMathieu Poirier-0/+20
2019-06-10perf cs-etm: Use traceID aware memory callback APIMathieu Poirier-9/+8
2019-06-10perf cs-etm: Introduce the concept of trace ID queuesMathieu Poirier-2/+2
2019-06-10perf cs-etm: Move packet queue out of decoder structureMathieu Poirier-110/+55
2019-06-10perf cs-etm: Refactor error path in cs_etm_decoder__new()Mathieu Poirier-5/+3
2019-03-28perf cs-etm: Add missing case valueSolomon Tan-0/+1
2019-02-14perf tools: Rename build libperf to perfJiri Olsa-1/+1
2019-02-14perf cs-etm: Make cs_etm__run_decoder() queue independentMathieu Poirier-7/+0
2019-02-14perf cs-etm: Introducing function cs_etm_decoder__init_dparams()Mathieu Poirier-1/+2
2019-02-06perf cs-etm: Add traceID in packetLeo Yan-0/+3
2019-02-06perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan-5/+3
2019-02-06perf cs-etm: Add exception number in exception packetLeo Yan-4/+17
2019-02-06perf cs-etm: Set sample flags for instruction range packetLeo Yan-0/+3
2019-02-06perf cs-etm: Add last instruction information in packetLeo Yan-0/+12
2018-12-18perf cs-etm: Generate branch sample for exception packetLeo Yan-8/+22
2018-12-18perf cs-etm: Treat EO_TRACE element as trace discontinuityLeo Yan-1/+1
2018-12-18perf cs-etm: Treat NO_SYNC element as trace discontinuityLeo Yan-1/+0
2018-12-18perf cs-etm: Rename CS_ETM_TRACE_ON to CS_ETM_DISCONTINUITYLeo Yan-6/+6
2018-12-18perf cs-etm: Refactor enumeration cs_etm_sample_typeLeo Yan-3/+3
2018-12-18perf cs-etm: Remove unused 'trace_on' in cs_etm_decoderLeo Yan-3/+0