summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cs-etm.c
Commit message (Expand)AuthorAgeFilesLines
* perf cs-etm: Always allocate memory for cs_etm_queue::prev_packetLeo Yan2019-05-021-5/+3Star
* perf cs-etm: Don't check cs_etm_queue::prev_packet validityLeo Yan2019-05-021-5/+1Star
* perf cs-etm: Modularize auxtrace_buffer fetch functionMathieu Poirier2019-02-141-12/+29
* perf cs-etm: Modularize main packet processing loopMathieu Poirier2019-02-141-57/+72
* perf cs-etm: Modularize main decoder functionMathieu Poirier2019-02-141-12/+29
* perf cs-etm: Make cs_etm__run_decoder() queue independentMathieu Poirier2019-02-141-26/+26
* perf cs-etm: Rethink kernel address initialisationMathieu Poirier2019-02-141-4/+3Star
* perf cs-etm: Cleaning up function cs_etm__alloc_queue()Mathieu Poirier2019-02-141-21/+16Star
* perf cs-etm: Fix erroneous commentMathieu Poirier2019-02-141-1/+1
* perf cs-etm: Introducing function cs_etm__init_trace_params()Mathieu Poirier2019-02-141-56/+56
* perf cs-etm: Fix memory leak in error pathMathieu Poirier2019-02-141-7/+13
* perf cs-etm: Introducing function cs_etm_decoder__init_dparams()Mathieu Poirier2019-02-141-13/+28
* perf cs-etm: Fix wrong return values in error pathMathieu Poirier2019-02-141-2/+2
* perf cs-etm: Remove unused structure field "time" and "timestamp"Mathieu Poirier2019-02-141-8/+4Star
* perf cs-etm: Remove unused structure field "state"Mathieu Poirier2019-02-141-1/+0Star
* perf cs-etm: Add proper header file for symbolsMathieu Poirier2019-02-141-0/+1
* perf cs-etm: Set sample flags for exception return packetLeo Yan2019-02-061-0/+44
* perf cs-etm: Set sample flags for exception packetLeo Yan2019-02-061-0/+215
* perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan2019-02-061-6/+20
* perf cs-etm: Set sample flags for trace discontinuityLeo Yan2019-02-061-0/+19
* perf cs-etm: Set sample flags for instruction range packetLeo Yan2019-02-061-2/+88
* 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/+31Star
* 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/+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