aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/cs-etm.c
AgeCommit message (Expand)Author
2019-05-23perf tools: Add support for CPU-wide trace scenariosperf/cores-may23Mathieu Poirier
2019-05-23perf tools: Add notion of time to decoding codeMathieu Poirier
2019-05-23perf tools: Linking PE contextID with perf thread mechanicMathieu Poirier
2019-05-23perf tools: Add support for multiple traceID queuesMathieu Poirier
2019-05-23perf tools: Use traceID aware memory callback APIMathieu Poirier
2019-05-23perf tools: Move tid/pid to traceid_queueMathieu Poirier
2019-05-23perf tools: Move thread to traceid_queueMathieu Poirier
2019-05-23perf tools: Get rid of unused cpu in struct cs_etm_queueMathieu Poirier
2019-05-23perf tools: Introduce the concept of trace ID queuesMathieu Poirier
2019-05-23perf tools: Fix indentation in function cs_etm__process_decoder_queue()Mathieu Poirier
2019-05-23perf tools: Move packet queue out of decoder structureMathieu Poirier
2019-05-23perf tools: Add handling of switch-CPU-wide eventsMathieu Poirier
2019-05-23perf tools: Add handling of itrace start eventsMathieu Poirier
2019-05-02perf cs-etm: Always allocate memory for cs_etm_queue::prev_packetLeo Yan
2019-05-02perf cs-etm: Don't check cs_etm_queue::prev_packet validityLeo Yan
2019-02-14perf cs-etm: Modularize auxtrace_buffer fetch functionMathieu Poirier
2019-02-14perf cs-etm: Modularize main packet processing loopMathieu Poirier
2019-02-14perf cs-etm: Modularize main decoder functionMathieu Poirier
2019-02-14perf cs-etm: Make cs_etm__run_decoder() queue independentMathieu Poirier
2019-02-14perf cs-etm: Rethink kernel address initialisationMathieu Poirier
2019-02-14perf cs-etm: Cleaning up function cs_etm__alloc_queue()Mathieu Poirier
2019-02-14perf cs-etm: Fix erroneous commentMathieu Poirier
2019-02-14perf cs-etm: Introducing function cs_etm__init_trace_params()Mathieu Poirier
2019-02-14perf cs-etm: Fix memory leak in error pathMathieu Poirier
2019-02-14perf cs-etm: Introducing function cs_etm_decoder__init_dparams()Mathieu Poirier
2019-02-14perf cs-etm: Fix wrong return values in error pathMathieu Poirier
2019-02-14perf cs-etm: Remove unused structure field "time" and "timestamp"Mathieu Poirier
2019-02-14perf cs-etm: Remove unused structure field "state"Mathieu Poirier
2019-02-14perf cs-etm: Add proper header file for symbolsMathieu Poirier
2019-02-06perf cs-etm: Set sample flags for exception return packetLeo Yan
2019-02-06perf cs-etm: Set sample flags for exception packetLeo Yan
2019-02-06perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan
2019-02-06perf cs-etm: Set sample flags for trace discontinuityLeo Yan
2019-02-06perf cs-etm: Set sample flags for instruction range packetLeo Yan
2018-12-18perf cs-etm: Generate branch sample for exception packetLeo Yan
2018-12-18perf cs-etm: Rename CS_ETM_TRACE_ON to CS_ETM_DISCONTINUITYLeo Yan
2018-12-18perf cs-etm: Avoid stale branch samples when flush packetLeo Yan
2018-12-18perf cs-etm: Correct packets swapping in cs_etm__flush()Leo Yan
2018-12-17perf cs-etm: Add support for PTMv1.1 decodingMathieu Poirier
2018-12-17perf cs-etm: Add configuration for ETMv3 trace protocolMathieu Poirier
2018-12-17perf cs-etm: Support for ARM A32/T32 instruction sets in CoreSight traceRobert Walker
2018-10-31perf cs-etm: Correct CPU mode for samplesLeo Yan
2018-10-24perf script: Make itrace script default to all callsAndi Kleen
2018-07-31perf cs-etm: Generate branch sample for CS_ETM_TRACE_ON packetLeo Yan
2018-07-31perf cs-etm: Generate branch sample when receiving a CS_ETM_TRACE_ON packetLeo Yan
2018-07-31perf cs-etm: Support dummy address value for CS_ETM_TRACE_ON packetLeo Yan
2018-07-31perf cs-etm: Fix start tracing packet handlingLeo Yan
2018-07-24perf cs-etm: Bail out immediately for instruction sample failureLeo Yan
2018-05-15Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo
2018-05-11perf cs-etm: Remove redundant spaceLeo Yan