summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cs-etm.c
Commit message (Expand)AuthorAgeFilesLines
* perf cs-etm: Generate branch sample for exception packetLeo Yan2018-12-181-0/+28
* perf cs-etm: Rename CS_ETM_TRACE_ON to CS_ETM_DISCONTINUITYLeo Yan2018-12-181-6/+6
* perf cs-etm: Avoid stale branch samples when flush packetLeo Yan2018-12-181-1/+34
* perf cs-etm: Correct packets swapping in cs_etm__flush()Leo Yan2018-12-181-1/+1
* perf cs-etm: Add support for PTMv1.1 decodingMathieu Poirier2018-12-171-2/+21
* perf cs-etm: Add configuration for ETMv3 trace protocolMathieu Poirier2018-12-171-14/+40
* perf cs-etm: Support for ARM A32/T32 instruction sets in CoreSight traceRobert Walker2018-12-171-39/+31
* perf cs-etm: Correct CPU mode for samplesLeo Yan2018-10-311-9/+30
* perf script: Make itrace script default to all callsAndi Kleen2018-10-241-1/+2
* perf cs-etm: Generate branch sample for CS_ETM_TRACE_ON packetLeo Yan2018-07-311-7/+17
* perf cs-etm: Generate branch sample when receiving a CS_ETM_TRACE_ON packetLeo Yan2018-07-311-0/+8
* perf cs-etm: Support dummy address value for CS_ETM_TRACE_ON packetLeo Yan2018-07-311-2/+15
* perf cs-etm: Fix start tracing packet handlingLeo Yan2018-07-311-1/+18
* perf cs-etm: Bail out immediately for instruction sample failureLeo Yan2018-07-241-0/+3
* Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2018-05-151-4/+24
|\
| * perf cs-etm: Remove redundant spaceLeo Yan2018-05-111-2/+2
| * perf cs-etm: Support unknown_thread in cs_etm_auxtraceLeo Yan2018-05-111-2/+22
* | perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo2018-04-261-3/+1
* | perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo2018-04-261-1/+1
|/
* coresight: Move to SPDX identifierMathieu Poirier2018-04-191-2/+1
* perf inject: Emit instruction records on ETM trace discontinuityRobert Walker2018-02-161-23/+57
* perf cs-etm: Inject capabilitity for CoreSight tracesRobert Walker2018-02-161-48/+386
* perf cs-etm: Freeing allocated memoryMathieu Poirier2018-02-161-0/+6
* perf tools: Add mechanic to synthesise CoreSight trace packetsMathieu Poirier2018-01-251-0/+168
* perf tools: Add full support for CoreSight trace decodingMathieu Poirier2018-01-251-6/+160
* pert tools: Add queue management functionalityMathieu Poirier2018-01-251-4/+204
* perf tools: Add decoder mechanic to support dumping trace dataMathieu Poirier2018-01-251-4/+104
* perf tools: Add processing of coresight metadataTor Jeremiassen2018-01-251-3/+191
* perf tools: Add initial entry point for decoder CoreSight tracesMathieu Poirier2018-01-251-0/+213
OpenPOWER on IntegriCloud