aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cs-etm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-10perf cs-etm: Add support for CPU-wide trace scenariosMathieu Poirier1-8/+246
2019-06-10perf cs-etm: Add notion of time to decoding codeMathieu Poirier1-0/+19
2019-06-10perf cs-etm: Linking PE contextID with perf thread mechanicMathieu Poirier1-6/+26
2019-06-10perf cs-etm: Add support for multiple traceID queuesMathieu Poirier1-24/+107
2019-06-10perf cs-etm: Use traceID aware memory callback APIMathieu Poirier1-13/+28
2019-06-10perf cs-etm: Move tid/pid to traceid_queueMathieu Poirier1-18/+26
2019-06-10perf cs-etm: Move thread to traceid_queueMathieu Poirier1-7/+10
2019-06-10perf cs-etm: Get rid of unused cpu in struct cs_etm_queueMathieu Poirier1-6/+1
2019-06-10perf cs-etm: Introduce the concept of trace ID queuesMathieu Poirier1-141/+219
2019-06-10perf cs-etm: Fix indentation in function cs_etm__process_decoder_queue()Mathieu Poirier1-54/+54
2019-06-10perf cs-etm: Move packet queue out of decoder structureMathieu Poirier1-1/+36
2019-06-10perf cs-etm: Add handling of switch-CPU-wide eventsMathieu Poirier1-0/+38
2019-06-10perf cs-etm: Add handling of itrace start eventsMathieu Poirier1-0/+26
2019-05-02perf cs-etm: Always allocate memory for cs_etm_queue::prev_packetLeo Yan1-5/+3
2019-05-02perf cs-etm: Don't check cs_etm_queue::prev_packet validityLeo Yan1-5/+1
2019-02-14perf cs-etm: Modularize auxtrace_buffer fetch functionMathieu Poirier1-12/+29
2019-02-14perf cs-etm: Modularize main packet processing loopMathieu Poirier1-57/+72
2019-02-14perf cs-etm: Modularize main decoder functionMathieu Poirier1-12/+29
2019-02-14perf cs-etm: Make cs_etm__run_decoder() queue independentMathieu Poirier1-26/+26
2019-02-14perf cs-etm: Rethink kernel address initialisationMathieu Poirier1-4/+3
2019-02-14perf cs-etm: Cleaning up function cs_etm__alloc_queue()Mathieu Poirier1-21/+16
2019-02-14perf cs-etm: Fix erroneous commentMathieu Poirier1-1/+1
2019-02-14perf cs-etm: Introducing function cs_etm__init_trace_params()Mathieu Poirier1-56/+56
2019-02-14perf cs-etm: Fix memory leak in error pathMathieu Poirier1-7/+13
2019-02-14perf cs-etm: Introducing function cs_etm_decoder__init_dparams()Mathieu Poirier1-13/+28
2019-02-14perf cs-etm: Fix wrong return values in error pathMathieu Poirier1-2/+2
2019-02-14perf cs-etm: Remove unused structure field "time" and "timestamp"Mathieu Poirier1-8/+4
2019-02-14perf cs-etm: Remove unused structure field "state"Mathieu Poirier1-1/+0
2019-02-14perf cs-etm: Add proper header file for symbolsMathieu Poirier1-0/+1
2019-02-06perf cs-etm: Set sample flags for exception return packetLeo Yan1-0/+44
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