summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cs-etm.c
Commit message (Expand)AuthorAgeFilesLines
* perf cs-etm: Return errcode in cs_etm__process_auxtrace_info()YueHaibing2019-07-111-3/+7
* perf cs-etm: Remove errnoeous ERR_PTR() usage in cs_etm__process_auxtrace_infoYueHaibing2019-07-111-1/+1
* perf cs-etm: Fix potential NULL pointer dereference found by the smatchLeo Yan2019-07-091-1/+1
* perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-091-3/+2Star
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-0/+1
* perf cs-etm: Add support for CPU-wide trace scenariosMathieu Poirier2019-06-101-8/+246
* perf cs-etm: Add notion of time to decoding codeMathieu Poirier2019-06-101-0/+19
* perf cs-etm: Linking PE contextID with perf thread mechanicMathieu Poirier2019-06-101-6/+26
* perf cs-etm: Add support for multiple traceID queuesMathieu Poirier2019-06-101-24/+107
* perf cs-etm: Use traceID aware memory callback APIMathieu Poirier2019-06-101-13/+28
* perf cs-etm: Move tid/pid to traceid_queueMathieu Poirier2019-06-101-18/+26
* perf cs-etm: Move thread to traceid_queueMathieu Poirier2019-06-101-7/+10
* perf cs-etm: Get rid of unused cpu in struct cs_etm_queueMathieu Poirier2019-06-101-6/+1Star
* perf cs-etm: Introduce the concept of trace ID queuesMathieu Poirier2019-06-101-141/+219
* perf cs-etm: Fix indentation in function cs_etm__process_decoder_queue()Mathieu Poirier2019-06-101-54/+54
* perf cs-etm: Move packet queue out of decoder structureMathieu Poirier2019-06-101-1/+36
* perf cs-etm: Add handling of switch-CPU-wide eventsMathieu Poirier2019-06-101-0/+38
* perf cs-etm: Add handling of itrace start eventsMathieu Poirier2019-06-101-0/+26
* 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