summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-etb10.c
Commit message (Expand)AuthorAgeFilesLines
* coresight: remove broken __exit annotationsArnd Bergmann2020-12-081-1/+1
* coresight: etb10: Fix possible NULL ptr dereference in etb_enable_perf()Sai Prakash Ranjan2020-11-271-1/+3
* coresight: etb: Allow etb to be built as a moduleKim Phillips2020-09-281-1/+25
* coresight: Add coresight prefix to barrier_pktTingwei Zhang2020-09-281-1/+1
* coresight: etb10: Make coresight_etb_groups staticJason Yan2020-05-191-1/+1
* coresight: etb10: Do not call smp_processor_id from preemptibleSuzuki K Poulose2019-07-031-4/+2
* coresight: Use platform agnostic namesSuzuki K Poulose2019-06-201-1/+6
* coresight: Rearrange platform data probingSuzuki K Poulose2019-06-201-5/+5
* coresight: Remove name from platform descriptionSuzuki K Poulose2019-06-201-1/+2
* coresight: Introduce generic platform data helperSuzuki K Poulose2019-06-201-7/+4
* coresight: etb10: Clean up device specific dataSuzuki K Poulose2019-06-191-16/+16
* coresight: perf: Don't set the truncated flag in snapshot modeMathieu Poirier2019-06-191-1/+7
* coresight: etb10: Properly set AUX buffer head in snapshot modeMathieu Poirier2019-06-191-6/+7
* coresight: etb10: Add support for CPU-wide trace scenariosMathieu Poirier2019-04-251-4/+39
* coresight: Communicate perf event to sink buffer allocation functionsMathieu Poirier2019-04-251-3/+4
* coresight: Properly address concurrency in sink::update() functionsMathieu Poirier2019-04-251-1/+3
* coresight: Properly address errors in sink::disable() functionsMathieu Poirier2019-04-251-5/+4
* coresight: Move reference counting inside sink driversMathieu Poirier2019-04-251-6/+15
* coresight: Adding return code to sink::disable() operationMathieu Poirier2019-04-251-1/+2
* coresight: etb10: Cleanup power managementSuzuki K Poulose2019-04-251-11/+3
* coresight: etb10: Add support for CLAIM tagMathieu Poirier2018-12-061-6/+17
* coresight: etb10: Handle errors enabling the deviceSuzuki K Poulose2018-09-251-5/+13
* coresight: etb10: Splitting function etb_enable()Mathieu Poirier2018-09-251-21/+52
* coresight: etb10: Refactor etb_drvdata::mode handlingMathieu Poirier2018-09-251-28/+34
* coresight: perf: Remove set_buffer call backSuzuki K Poulose2018-09-251-7/+25
* coresight: perf: Remove reset_buffer call back for sinksSuzuki K Poulose2018-09-251-44/+12
* coresight: Convert driver messages to dev_dbgSuzuki K Poulose2018-09-251-3/+3
* coresight: etb10: Fix handling of perf modeSuzuki K Poulose2018-09-251-0/+4
* coresight: Add helper for inserting synchronization packetsSuzuki K Poulose2018-07-151-8/+4
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+2
* coresight: Moving framework and drivers to SPDX identifierMathieu Poirier2018-05-141-10/+3
* coresight: etb10: remove duplicate includesPravin Shedge2017-12-191-1/+0
* coresight: Extend the PIDR mask to cover relevant bits in PIDR2Suzuki K Poulose2017-10-201-2/+2
* coresight: etb10: constify amba_idArvind Yadav2017-08-281-1/+1
* coresight: Use the new helper for defining registersSuzuki K Poulose2017-08-281-11/+11
* coresight: etb10: Move etb_disable_hw() outside of lockMathieu Poirier2017-08-281-1/+1
* coresight: Add barrier packet for synchronisationMathieu Poirier2017-08-281-2/+20
* coresight: etb10: Remove useless conversion to LEMathieu Poirier2017-08-281-8/+4
* coresight: Correct buffer lost incrementMathieu Poirier2017-08-281-3/+7
* coresight: etb10: Fix a typo in a comment lineMarkus Elfring2017-06-091-1/+1
* coresight: etb10: Delete an error message for a failed memory allocation in e...Markus Elfring2017-06-091-4/+1
* perf/core: Keep AUX flags in the output handleWill Deacon2017-03-161-5/+4
* coresight: fix handling of ETM trace register access via sysfsSudeep Holla2016-08-311-1/+1
* coresight: Use local coresight_desc instancesSuzuki K Poulose2016-08-311-12/+8
* coresight: Add better messages for coresight_timeoutSuzuki K Poulose2016-08-311-4/+2
* coresight: etb10: adjust read pointer only when neededMathieu Poirier2016-05-031-1/+2
* coresight: moving struct cs_buffers to header fileMathieu Poirier2016-05-031-20/+0
* coresight: etb10: fixing the right amount of words to readMathieu Poirier2016-05-031-1/+1
* coresight: removing gratuitous boot time log messagesMathieu Poirier2016-05-011-1/+0
* coresight: etb10: splitting sysFS "status" entryMathieu Poirier2016-05-011-43/+38