summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cs-etm.h
Commit message (Expand)AuthorAgeFilesLines
* perf cs-etm: Track exception levelJames Clark2023-06-121-3/+4
* perf cs-etm: Make PID format accessible from struct cs_etm_auxtraceJames Clark2023-06-121-1/+7
* perf cs-etm: Copy kernel coresight-pmu.h headerJames Clark2023-05-261-0/+13
* perf cs-etm: Use bool type for boolean valuesJames Clark2023-04-241-2/+2
* perf cs-etm: Allow user to override timestamp and contextid settingsJames Clark2023-04-241-0/+2
* perf cs-etm: Move mapping of Trace ID and cpu into helper functionMike Leach2023-04-041-2/+12
* perf cs_etm: Set the time field in the synthetic samplesGerman Gomez2023-01-221-1/+2
* perf cs_etm: Record ts_source in AUXTRACE_INFO for ETMv4 and ETEGerman Gomez2023-01-221-0/+2
* perf cs_etm: Keep separate symbols for ETMv4 and ETE parametersGerman Gomez2023-01-221-1/+10
* perf cs-etm: Print auxtrace info even if OpenCSD isn't linkedJames Clark2022-12-141-3/+9
* perf cs-etm: Remove unused stub methodsJames Clark2022-12-141-32/+2
* perf cs-etm: Save TRCDEVARCH registerJames Clark2021-09-031-0/+11
* perf cs-etm: Refactor timestamp variable namesJames Clark2021-05-121-2/+2
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-2/+3
* perf cs-etm: Add helper cs_etm__get_pid_fmt()Leo Yan2021-03-021-0/+1
* perf cs-etm: Update ETM metadata formatMike Leach2021-03-021-5/+25
* perf cs-etm: Move definition of 'traceid_list' global variable from header fileLeo Yan2020-05-051-3/+0
* perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo2019-08-311-1/+2
* perf cs-etm: Remove duplicate GENMASK() define, use linux/bits.h insteadArnaldo Carvalho de Melo2019-06-101-10/+1
* perf cs-etm: Add notion of time to decoding codeMathieu Poirier2019-06-101-0/+17
* perf cs-etm: Linking PE contextID with perf thread mechanicMathieu Poirier2019-06-101-0/+10
* perf cs-etm: Introduce the concept of trace ID queuesMathieu Poirier2019-06-101-2/+13
* perf cs-etm: Move packet queue out of decoder structureMathieu Poirier2019-06-101-0/+53
* perf cs-etm: Configure contextID tracing in CPU-wide modeMathieu Poirier2019-06-101-0/+12
* perf cs-etm: Introducing function cs_etm__init_trace_params()Mathieu Poirier2019-02-141-2/+2
* perf cs-etm: Set sample flags for exception packetLeo Yan2019-02-061-0/+44
* perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan2019-02-061-1/+8
* coresight: Move to SPDX identifierMathieu Poirier2018-04-191-12/+1
* perf tools: Add processing of coresight metadataTor Jeremiassen2018-01-251-0/+3
* perf tools: Add initial entry point for decoder CoreSight tracesMathieu Poirier2018-01-251-0/+15
* perf tools: Add coresight etm PMU record capabilitiesMathieu Poirier2016-09-221-0/+74