aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/cs-etm.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-12perf cs-etm: Track exception levelGravatar James Clark 1-3/+4
2023-06-12perf cs-etm: Make PID format accessible from struct cs_etm_auxtraceGravatar James Clark 1-1/+7
2023-05-26perf cs-etm: Copy kernel coresight-pmu.h headerGravatar James Clark 1-0/+13
2023-04-24perf cs-etm: Use bool type for boolean valuesGravatar James Clark 1-2/+2
2023-04-24perf cs-etm: Allow user to override timestamp and contextid settingsGravatar James Clark 1-0/+2
2023-04-04perf cs-etm: Move mapping of Trace ID and cpu into helper functionGravatar Mike Leach 1-2/+12
2023-01-22perf cs_etm: Set the time field in the synthetic samplesGravatar German Gomez 1-1/+2
2023-01-22perf cs_etm: Record ts_source in AUXTRACE_INFO for ETMv4 and ETEGravatar German Gomez 1-0/+2
2023-01-22perf cs_etm: Keep separate symbols for ETMv4 and ETE parametersGravatar German Gomez 1-1/+10
2022-12-14perf cs-etm: Print auxtrace info even if OpenCSD isn't linkedGravatar James Clark 1-3/+9
2022-12-14perf cs-etm: Remove unused stub methodsGravatar James Clark 1-32/+2
2021-09-03perf cs-etm: Save TRCDEVARCH registerGravatar James Clark 1-0/+11
2021-05-12perf cs-etm: Refactor timestamp variable namesGravatar James Clark 1-2/+2
2021-03-23perf tools: Fix various typos in commentsGravatar Ingo Molnar 1-2/+3
2021-03-02perf cs-etm: Add helper cs_etm__get_pid_fmt()Gravatar Leo Yan 1-0/+1
2021-03-02perf cs-etm: Update ETM metadata formatGravatar Mike Leach 1-5/+25
2020-05-05perf cs-etm: Move definition of 'traceid_list' global variable from header fileGravatar Leo Yan 1-3/+0
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionGravatar Arnaldo Carvalho de Melo 1-1/+2
2019-06-10perf cs-etm: Remove duplicate GENMASK() define, use linux/bits.h insteadGravatar Arnaldo Carvalho de Melo 1-10/+1
2019-06-10perf cs-etm: Add notion of time to decoding codeGravatar Mathieu Poirier 1-0/+17
2019-06-10perf cs-etm: Linking PE contextID with perf thread mechanicGravatar Mathieu Poirier 1-0/+10
2019-06-10perf cs-etm: Introduce the concept of trace ID queuesGravatar Mathieu Poirier 1-2/+13
2019-06-10perf cs-etm: Move packet queue out of decoder structureGravatar Mathieu Poirier 1-0/+53
2019-06-10perf cs-etm: Configure contextID tracing in CPU-wide modeGravatar Mathieu Poirier 1-0/+12
2019-02-14perf cs-etm: Introducing function cs_etm__init_trace_params()Gravatar Mathieu Poirier 1-2/+2
2019-02-06perf cs-etm: Set sample flags for exception packetGravatar Leo Yan 1-0/+44
2019-02-06perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataGravatar Leo Yan 1-1/+8
2018-04-19coresight: Move to SPDX identifierGravatar Mathieu Poirier 1-12/+1
2018-01-25perf tools: Add processing of coresight metadataGravatar Tor Jeremiassen 1-0/+3
2018-01-25perf tools: Add initial entry point for decoder CoreSight tracesGravatar Mathieu Poirier 1-0/+15
2016-09-22perf tools: Add coresight etm PMU record capabilitiesGravatar Mathieu Poirier 1-0/+74