aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight/coresight-etm4x.c
AgeCommit message (Expand)Author
2016-06-01coresight: etm4x: add tracer ID for A72 Maia processor.Li Pengcheng
2016-06-01coresight: etm4x: implementing the perf PMU APIMathieu Poirier
2016-06-01coresight: etm4x: implementing user/kernel mode tracingMathieu Poirier
2016-06-01coresight: etm4x: moving etm_drvdata::enable to atomic fieldMathieu Poirier
2016-06-01coresight: etm4x: unlocking tracers in default arch initMathieu Poirier
2016-06-01coresight: etm4x: splitting etmv4 default configurationMathieu Poirier
2016-06-01coresight: etm4x: splitting struct etmv4_drvdataMathieu Poirier
2016-06-01coresight: etm4x: moving sysFS entries to a dedicated fileMathieu Poirier
2016-06-01drivers/hwtracing: make coresight-* explicitly non-modularPaul Gortmaker
2016-06-01coresight: etm3x: implementing perf_enable/disable() APIMathieu Poirier
2016-06-01coresight: etm3x: adding operation mode for etm_enable()Mathieu Poirier
2016-06-01coresight: moving PM runtime operations to core frameworkMathieu Poirier
2016-06-01coresight: "DEVICE_ATTR_RO" should defined as static.Eric Long
2016-06-01coresight: implementing 'cpu_id()' APIMathieu Poirier
2016-06-01coresight: removing bind/unbind options from sysfsMathieu Poirier
2015-10-07Coresight: ETMv4: Prevent TRCRSCTLR0&1 from being accessedChunyan Zhang
2015-08-05coresight-etm4x: Support context-ID tracing when PID namespace is enabledChunyan Zhang
2015-08-05coresight-etm4x: Change the name of the ctxid_val to ctxid_pidChunyan Zhang
2015-06-08drivers/hwtracing: fix coresight-etm4x implicit <module.h> usagePaul Gortmaker
2015-05-24coresight-etm4x: Read only access to the tracer's ID registersMathieu Poirier
2015-05-24coresight-etm4x: Read only access to the main management registersMathieu Poirier
2015-05-24coresight-etm4x: Controls pertaining to the VM ID functionsPratik Patel
2015-05-24coresight-etm4x: Controls pertaining to the context ID functionsPratik Patel
2015-05-24coresight-etm4x: Controls pertaining to the selection of resourcesPratik Patel
2015-05-24coresight-etm4x: Controls pertaining to the counter functionsPratik Patel
2015-05-24coresight-etm4x: Controls pertaining to the sequencer functionsPratik Patel
2015-05-24coresight-etm4x: Controls pertaining to the address comparator functionsPratik Patel
2015-05-24coresight-etm4x: Controls pertaining to the ViewInst registerPratik Patel
2015-05-24coresight-etm4x: Controls pertaining to various configuration optionsPratik Patel
2015-05-24coresight-etm4x: Controls pertaining to the reset, mode, pe and eventsPratik Patel
2015-05-24coresight-etm4x: Controls pertaining to tracer configurationPratik Patel
2015-05-24coresight-etm4x: Adding CoreSight ETM4x driverPratik Patel