aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-16coresight: Handle build path errorSuzuki K Poulose1-3/+6
2016-06-16coresight: Fix erroneous memset in tmc_read_unprepare_etrSuzuki K Poulose1-6/+3
2016-06-16coresight: Fix tmc_read_unprepare_etrSuzuki K Poulose1-1/+1
2016-06-16coresight: Fix NULL pointer dereference in _coresight_build_pathSuzuki K Poulose1-3/+3
2016-05-03coresight: etb10: adjust read pointer only when neededMathieu Poirier1-1/+2
2016-05-03coresight: configuring ETF in FIFO mode when acting as linkMathieu Poirier1-4/+28
2016-05-03coresight: tmc: implementing TMC-ETF AUX space APIMathieu Poirier2-0/+200
2016-05-03coresight: moving struct cs_buffers to header fileMathieu Poirier2-20/+20
2016-05-03coresight: tmc: keep track of memory widthMathieu Poirier3-17/+41
2016-05-03coresight: tmc: make sysFS and Perf mode mutually exclusiveMathieu Poirier2-5/+117
2016-05-03coresight: tmc: dump system memory content only when neededMathieu Poirier2-2/+12
2016-05-03coresight: tmc: adding mode of operation for link/sinksMathieu Poirier3-14/+40
2016-05-03coresight: tmc: getting rid of multiple read accessMathieu Poirier4-17/+18
2016-05-03coresight: tmc: allocating memory when neededMathieu Poirier3-27/+170
2016-05-03coresight: tmc: making prepare/unprepare functions genericMathieu Poirier4-50/+117
2016-05-03coresight: tmc: splitting driver in ETB/ETF and ETR componentsMathieu Poirier5-261/+357
2016-05-03coresight: tmc: cleaning up header fileMathieu Poirier2-4/+3
2016-05-03coresight: tmc: introducing new header fileMathieu Poirier2-101/+123
2016-05-03coresight: tmc: clearly define number of transfers per burstMathieu Poirier1-2/+2
2016-05-03coresight: tmc: re-implementing tmc_read_prepare/unprepare() functionsMathieu Poirier1-20/+36
2016-05-03coresight: tmc: waiting for TMCReady bit before programmingMathieu Poirier1-0/+9
2016-05-03coresight: tmc: modifying naming conventionMathieu Poirier1-4/+4
2016-05-03coresight: tmc: adding sysFS management entriesMathieu Poirier1-64/+43
2016-05-03coresight: etm4x: add tracer ID for A72 Maia processor.Li Pengcheng1-0/+5
2016-05-03coresight: etb10: fixing the right amount of words to readMathieu Poirier1-1/+1
2016-05-03coresight: stm: adding driver for CoreSight STM componentPratik Patel3-0/+932
2016-05-03coresight: adding path for STM deviceMathieu Poirier1-24/+82
2016-05-03coresight: etm4x: modify q_support typeLi Pengcheng1-1/+1
2016-05-03coresight: no need to do the forced type conversionLi Pengcheng1-2/+2
2016-05-01coresight: removing gratuitous boot time log messagesMathieu Poirier5-5/+0
2016-05-01coresight: etb10: splitting sysFS "status" entryMathieu Poirier1-43/+38
2016-05-01coresight: moving coresight_simple_func() to header fileMathieu Poirier3-55/+51
2016-05-01coresight: etm4x: implementing the perf PMU APIMathieu Poirier2-8/+82
2016-05-01coresight: etm4x: implementing user/kernel mode tracingMathieu Poirier3-1/+42
2016-05-01coresight: etm4x: moving etm_drvdata::enable to atomic fieldMathieu Poirier2-11/+63
2016-05-01coresight: etm4x: unlocking tracers in default arch initMathieu Poirier1-6/+5
2016-05-01coresight: etm4x: splitting etmv4 default configurationMathieu Poirier2-67/+73
2016-05-01coresight: etm4x: splitting struct etmv4_drvdataMathieu Poirier3-445/+533
2016-05-01coresight: etm4x: adding config and traceid registersMathieu Poirier1-0/+4
2016-05-01coresight: etm4x: moving sysFS entries to a dedicated fileMathieu Poirier4-2030/+2052
2016-03-05drivers/hwtracing: make coresight-etm-perf.c explicitly non-modularPaul Gortmaker1-2/+2
2016-02-20drivers/hwtracing: make coresight-* explicitly non-modularPaul Gortmaker10-45/+24
2016-02-20coresight: introducing a global trace ID functionMathieu Poirier1-5/+2
2016-02-20coresight: etm-perf: new PMU driver for ETM tracersMathieu Poirier4-1/+434
2016-02-20coresight: etb10: implementing AUX APIMathieu Poirier1-0/+234
2016-02-20coresight: etb10: adding operation mode for sink->enable()Mathieu Poirier5-15/+31
2016-02-20coresight: etb10: moving to local atomic operationsMathieu Poirier1-4/+5
2016-02-20coresight: etm3x: implementing perf_enable/disable() APIMathieu Poirier4-7/+95
2016-02-20coresight: etm3x: implementing user/kernel mode tracingMathieu Poirier4-1/+75
2016-02-20coresight: etm3x: consolidating initial configMathieu Poirier1-23/+14