summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cs-etm.c
Commit message (Expand)AuthorAgeFilesLines
* perf cs-etm: Correct packets swapping in cs_etm__flush()Leo Yan2019-01-261-1/+1
* perf cs-etm: Correct CPU mode for samplesLeo Yan2018-11-211-9/+30
* 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/+1Star
* | perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo2018-04-261-1/+1
|/
* coresight: Move to SPDX identifierMathieu Poirier2018-04-191-2/+1Star
* 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