aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-etm3x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-04coresight: Do not default to CPU0 for missing CPU phandleSai Prakash Ranjan1-0/+3
2019-07-03coresight: etm3x: Smatch: Fix potential NULL pointer dereferenceSuzuki K Poulose1-1/+2
2019-06-20coresight: Use platform agnostic namesSuzuki K Poulose1-1/+3
2019-06-20coresight: Rearrange platform data probingSuzuki K Poulose1-5/+7
2019-06-20coresight: Remove name from platform descriptionSuzuki K Poulose1-0/+1
2019-06-20coresight: Remove cpu field from platform dataSuzuki K Poulose1-1/+1
2019-06-20coresight: Introduce generic platform data helperSuzuki K Poulose1-8/+4
2019-06-19coresight: etm3x: Rearrange cp14 access detectionSuzuki K Poulose1-1/+1
2019-06-19coresight: etm: Clean up device specific dataSuzuki K Poulose1-10/+12
2019-02-26ARM: 8838/1: drivers: amba: Updates to component identification for driver matching.Mike Leach1-31/+13
2018-12-06coresight: etm3x: Release CLAIM tag when operated from perfMathieu Poirier1-0/+1
2018-12-06coresight: etm3x: Deal with CLAIM tag before and after accessing HWMathieu Poirier1-6/+5
2018-09-25coresight: etmx: Claim devices before useSuzuki K Poulose1-3/+13
2018-09-25coresight: etm3: Add support for handling errorsSuzuki K Poulose1-14/+28
2018-09-25coresight: Convert driver messages to dev_dbgSuzuki K Poulose1-2/+2
2018-07-15coresight: etm3x: Don't use contextID with PID namespacesMathieu Poirier1-3/+1
2018-05-14coresight: Moving framework and drivers to SPDX identifierMathieu Poirier1-10/+3
2017-10-20coresight: Extend the PIDR mask to cover relevant bits in PIDR2Suzuki K Poulose1-12/+12
2017-08-28coresight: etm3x: constify amba_idArvind Yadav1-1/+1
2017-08-28coresight: ptm: Adds trace return stack option programming for PTM.Mike Leach1-3/+15
2017-08-28coresight: etm3x: Set synchronisation frequencty to TRM defaultMathieu Poirier1-0/+2
2017-05-26hwtracing/coresight-etm3x: Use cpuhp_setup_state_nocalls_cpuslocked()Sebastian Andrzej Siewior1-10/+10
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-2/+2
2016-08-31coresight: etm-perf: pass struct perf_event to source::enable/disable()Mathieu Poirier1-6/+8
2016-08-31coresight: Use local coresight_desc instancesSuzuki K Poulose1-12/+8
2016-08-31coresight-etm3x: Add ARM ETM 3.5 Cortex-A5 peripheral IDOlivier Schonken1-0/+5
2016-07-15hwtracing/coresight-etm3x: Convert to hotplug state machineRichard Cochran1-41/+49
2016-02-20drivers/hwtracing: make coresight-* explicitly non-modularPaul Gortmaker1-6/+8
2016-02-20coresight: introducing a global trace ID functionMathieu Poirier1-5/+2
2016-02-20coresight: etm-perf: new PMU driver for ETM tracersMathieu Poirier1-0/+7
2016-02-20coresight: etm3x: implementing perf_enable/disable() APIMathieu Poirier1-5/+90
2016-02-20coresight: etm3x: implementing user/kernel mode tracingMathieu Poirier1-0/+63
2016-02-20coresight: etm3x: consolidating initial configMathieu Poirier1-23/+14
2016-02-20coresight: etm3x: changing default trace configurationMathieu Poirier1-16/+13
2016-02-20coresight: etm3x: set progbit to stop trace collectionMathieu Poirier1-3/+0
2016-02-20coresight: etm3x: adding operation mode for etm_enable()Mathieu Poirier1-8/+60
2016-02-20coresight: etm3x: splitting struct etm_drvdataMathieu Poirier1-74/+79
2016-02-20coresight: etm3x: unlocking tracers in default arch initMathieu Poirier1-5/+5
2016-02-20coresight: etm3x: moving sysFS entries to dedicated fileMathieu Poirier1-1217/+17
2016-02-20coresight: etm3x: moving etm_readl/writel to header fileMathieu Poirier1-29/+0
2016-02-20coresight: moving PM runtime operations to core frameworkMathieu Poirier1-3/+0
2016-02-07coresight: implementing 'cpu_id()' APIMathieu Poirier1-0/+8
2016-02-07coresight: removing bind/unbind options from sysfsMathieu Poirier1-12/+1
2015-10-07coresight: etm3x: making error message unambiguousMathieu Poirier1-2/+4
2015-10-07coresight: etm3x: breaking down sysFS status interfaceMathieu Poirier1-49/+51
2015-10-07coresight: etm3x: adding cpu affinity to sysFS interfaceMathieu Poirier1-0/+13
2015-08-05coresight-etm3x: Support context-ID tracing when PID namespace is enabledChunyan Zhang1-5/+11
2015-08-05coresight-etm3x: Change the name of the ctxid_val to ctxid_pidChunyan Zhang1-8/+8
2015-08-05coresight-etm3x: Add Qualcomm PTM v1.1 peripheral IDIvan T. Ivanov1-0/+5
2015-05-24coresight: etm: retrieve and handle atclkLinus Walleij1-1/+35