aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cs-etm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-06perf cs-etm: Set sample flags for exception packetLeo Yan1-0/+215
2019-02-06perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan1-6/+20
2019-02-06perf cs-etm: Set sample flags for trace discontinuityLeo Yan1-0/+19
2019-02-06perf cs-etm: Set sample flags for instruction range packetLeo Yan1-2/+88
2018-12-18perf cs-etm: Generate branch sample for exception packetLeo Yan1-0/+28
2018-12-18perf cs-etm: Rename CS_ETM_TRACE_ON to CS_ETM_DISCONTINUITYLeo Yan1-6/+6
2018-12-18perf cs-etm: Avoid stale branch samples when flush packetLeo Yan1-1/+34
2018-12-18perf cs-etm: Correct packets swapping in cs_etm__flush()Leo Yan1-1/+1
2018-12-17perf cs-etm: Add support for PTMv1.1 decodingMathieu Poirier1-2/+21
2018-12-17perf cs-etm: Add configuration for ETMv3 trace protocolMathieu Poirier1-14/+40
2018-12-17perf cs-etm: Support for ARM A32/T32 instruction sets in CoreSight traceRobert Walker1-39/+31
2018-10-31perf cs-etm: Correct CPU mode for samplesLeo Yan1-9/+30
2018-10-24perf script: Make itrace script default to all callsAndi Kleen1-1/+2
2018-07-31perf cs-etm: Generate branch sample for CS_ETM_TRACE_ON packetLeo Yan1-7/+17
2018-07-31perf cs-etm: Generate branch sample when receiving a CS_ETM_TRACE_ON packetLeo Yan1-0/+8
2018-07-31perf cs-etm: Support dummy address value for CS_ETM_TRACE_ON packetLeo Yan1-2/+15
2018-07-31perf cs-etm: Fix start tracing packet handlingLeo Yan1-1/+18
2018-07-24perf cs-etm: Bail out immediately for instruction sample failureLeo Yan1-0/+3
2018-05-15Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-4/+24
2018-05-11perf cs-etm: Remove redundant spaceLeo Yan1-2/+2
2018-05-11perf cs-etm: Support unknown_thread in cs_etm_auxtraceLeo Yan1-2/+22
2018-04-26perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo1-3/+1
2018-04-26perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo1-1/+1
2018-04-19coresight: Move to SPDX identifierMathieu Poirier1-2/+1
2018-02-16perf inject: Emit instruction records on ETM trace discontinuityRobert Walker1-23/+57
2018-02-16perf cs-etm: Inject capabilitity for CoreSight tracesRobert Walker1-48/+386
2018-02-16perf cs-etm: Freeing allocated memoryMathieu Poirier1-0/+6
2018-01-25perf tools: Add mechanic to synthesise CoreSight trace packetsMathieu Poirier1-0/+168
2018-01-25perf tools: Add full support for CoreSight trace decodingMathieu Poirier1-6/+160
2018-01-25pert tools: Add queue management functionalityMathieu Poirier1-4/+204
2018-01-25perf tools: Add decoder mechanic to support dumping trace dataMathieu Poirier1-4/+104
2018-01-25perf tools: Add processing of coresight metadataTor Jeremiassen1-3/+191
2018-01-25perf tools: Add initial entry point for decoder CoreSight tracesMathieu Poirier1-0/+213