aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-etm4x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-04coresight: Do not default to CPU0 for missing CPU phandleSai Prakash Ranjan1-0/+3
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-7/+4
2019-06-19coresight: etm: Clean up device specific dataSuzuki K Poulose1-8/+9
2019-04-25coresight: etm4x: Configure tracers to emit timestampsMathieu Poirier1-1/+101
2019-04-25coresight: etm4x: Skip selector pair 0Mathieu Poirier1-2/+5
2019-04-25coresight: etm4x: Add kernel configuration for CONTEXTIDMathieu Poirier1-0/+5
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-9/+12
2019-02-26coresight: etm4x: Add support to enable ETMv4.2Sai Prakash Ranjan1-1/+2
2019-02-26ARM: 8837/1: coresight: etmv4: Update ID register table to add UCI supportMike Leach1-9/+12
2018-09-25coresight: etmx: Claim devices before useSuzuki K Poulose1-3/+11
2018-09-25coresight: etm4x: Add support for handling errorsSuzuki K Poulose1-13/+26
2018-09-25coresight: etm4x: Configure EL2 exception level when kernel is running in HYPTomasz Nowicki1-20/+20
2018-09-25coresight: Convert driver messages to dev_dbgSuzuki K Poulose1-2/+2
2018-07-15coresight: ETM: Add support for Arm Cortex-A73 and Cortex-A35Suzuki K Poulose1-17/+14
2018-05-14coresight: Moving framework and drivers to SPDX identifierMathieu Poirier1-10/+3
2017-08-28coresight: etm4x: constify amba_idArvind Yadav1-1/+1
2017-08-28coresight: etm4x: Adds trace return stack option programming for ETMv4.Mike Leach1-0/+4
2017-05-26hwtracing/coresight-etm4x: Use cpuhp_setup_state_nocalls_cpuslocked()Sebastian Andrzej Siewior1-10/+10
2017-01-25coresight: etm4x: Fix timestamp configuration when working from perfMathieu Poirier1-1/+2
2017-01-25coresight: etm4x: Fix enabling of cycle accurate tracing in perf.Mike Leach1-2/+5
2016-12-25coresight/etm3/4x: Consolidate hotplug state spaceThomas Gleixner1-2/+2
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-2/+2
2016-08-31coresight: etm4x: adding configurable start/stop filteringMathieu Poirier1-0/+71
2016-08-31coresight: etm4x: adding configurable address range filteringMathieu Poirier1-9/+119
2016-08-31coresight: etm4x: configuring include/exclude functionMathieu Poirier1-10/+25
2016-08-31coresight: etm4x: adding range filter configuration functionMathieu Poirier1-18/+38
2016-08-31coresight: etm4x: cleaning up default filter configurationMathieu Poirier1-26/+27
2016-08-31coresight: etm4x: split default and filter configurationMathieu Poirier1-14/+22
2016-08-31coresight: etm-perf: pass struct perf_event to source::enable/disable()Mathieu Poirier1-8/+11
2016-08-31coresight: etm4x: request to retain power to the trace unit when activeSudeep Holla1-0/+12
2016-08-31coresight: etm4x: remove duplicated include from coresight-etm4x.cWei Yongjun1-1/+0
2016-08-31coresight: Use local coresight_desc instancesSuzuki K Poulose1-12/+8
2016-08-31coresight: Add better messages for coresight_timeoutSuzuki K Poulose1-4/+2
2016-08-31coresight: etmv4: Fix ETMv4x peripheral ID tableSuzuki K Poulose1-4/+4
2016-08-31coresight: always use stashed trace id value in etm4_trace_idSudeep Holla1-15/+1
2016-07-15hwtracing/coresight-etm4x: Convert to hotplug state machineSebastian Andrzej Siewior1-38/+49
2016-05-03coresight: etm4x: add tracer ID for A72 Maia processor.Li Pengcheng1-0/+5
2016-05-01coresight: etm4x: implementing the perf PMU APIMathieu Poirier1-5/+80
2016-05-01coresight: etm4x: implementing user/kernel mode tracingMathieu Poirier1-0/+35
2016-05-01coresight: etm4x: moving etm_drvdata::enable to atomic fieldMathieu Poirier1-9/+60
2016-05-01coresight: etm4x: unlocking tracers in default arch initMathieu Poirier1-6/+5
2016-05-01coresight: etm4x: splitting etmv4 default configurationMathieu Poirier1-67/+61
2016-05-01coresight: etm4x: splitting struct etmv4_drvdataMathieu Poirier1-66/+68
2016-05-01coresight: etm4x: moving sysFS entries to a dedicated fileMathieu Poirier1-2029/+0
2016-02-20drivers/hwtracing: make coresight-* explicitly non-modularPaul Gortmaker1-3/+1
2016-02-20coresight: etm3x: implementing perf_enable/disable() APIMathieu Poirier1-1/+3