aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-etm4x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-20coresight: etm3x: adding operation mode for etm_enable()Mathieu Poirier1-1/+1
2016-02-20coresight: moving PM runtime operations to core frameworkMathieu Poirier1-6/+0
2016-02-20coresight: "DEVICE_ATTR_RO" should defined as static.Eric Long1-1/+1
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: ETMv4: Prevent TRCRSCTLR0&1 from being accessedChunyan Zhang1-6/+16
2015-08-05coresight-etm4x: Support context-ID tracing when PID namespace is enabledChunyan Zhang1-6/+15
2015-08-05coresight-etm4x: Change the name of the ctxid_val to ctxid_pidChunyan Zhang1-10/+10
2015-06-08drivers/hwtracing: fix coresight-etm4x implicit <module.h> usagePaul Gortmaker1-0/+1
2015-05-24coresight-etm4x: Read only access to the tracer's ID registersMathieu Poirier1-0/+37
2015-05-24coresight-etm4x: Read only access to the main management registersMathieu Poirier1-1/+52
2015-05-24coresight-etm4x: Controls pertaining to the VM ID functionsPratik Patel1-0/+178
2015-05-24coresight-etm4x: Controls pertaining to the context ID functionsPratik Patel1-0/+187
2015-05-24coresight-etm4x: Controls pertaining to the selection of resourcesPratik Patel1-0/+75
2015-05-24coresight-etm4x: Controls pertaining to the counter functionsPratik Patel1-0/+144
2015-05-24coresight-etm4x: Controls pertaining to the sequencer functionsPratik Patel1-0/+129
2015-05-24coresight-etm4x: Controls pertaining to the address comparator functionsPratik Patel1-0/+423
2015-05-24coresight-etm4x: Controls pertaining to the ViewInst registerPratik Patel1-0/+98
2015-05-24coresight-etm4x: Controls pertaining to various configuration optionsPratik Patel1-0/+124
2015-05-24coresight-etm4x: Controls pertaining to the reset, mode, pe and eventsPratik Patel1-0/+441
2015-05-24coresight-etm4x: Controls pertaining to tracer configurationPratik Patel1-0/+117
2015-05-24coresight-etm4x: Adding CoreSight ETM4x driverPratik Patel1-0/+697