aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight/coresight-etb10.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-25coresight: etb10: Add support for CPU-wide trace scenariosGravatar Mathieu Poirier 1-4/+39
2019-04-25coresight: Communicate perf event to sink buffer allocation functionsGravatar Mathieu Poirier 1-3/+4
2019-04-25coresight: Properly address concurrency in sink::update() functionsGravatar Mathieu Poirier 1-1/+3
2019-04-25coresight: Properly address errors in sink::disable() functionsGravatar Mathieu Poirier 1-5/+4
2019-04-25coresight: Move reference counting inside sink driversGravatar Mathieu Poirier 1-6/+15
2019-04-25coresight: Adding return code to sink::disable() operationGravatar Mathieu Poirier 1-1/+2
2019-04-25coresight: etb10: Cleanup power managementGravatar Suzuki K Poulose 1-11/+3
2018-12-06coresight: etb10: Add support for CLAIM tagGravatar Mathieu Poirier 1-6/+17
2018-09-25coresight: etb10: Handle errors enabling the deviceGravatar Suzuki K Poulose 1-5/+13
2018-09-25coresight: etb10: Splitting function etb_enable()Gravatar Mathieu Poirier 1-21/+52
2018-09-25coresight: etb10: Refactor etb_drvdata::mode handlingGravatar Mathieu Poirier 1-28/+34
2018-09-25coresight: perf: Remove set_buffer call backGravatar Suzuki K Poulose 1-7/+25
2018-09-25coresight: perf: Remove reset_buffer call back for sinksGravatar Suzuki K Poulose 1-44/+12
2018-09-25coresight: Convert driver messages to dev_dbgGravatar Suzuki K Poulose 1-3/+3
2018-09-25coresight: etb10: Fix handling of perf modeGravatar Suzuki K Poulose 1-0/+4
2018-07-15coresight: Add helper for inserting synchronization packetsGravatar Suzuki K Poulose 1-8/+4
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-2/+2
2018-05-14coresight: Moving framework and drivers to SPDX identifierGravatar Mathieu Poirier 1-10/+3
2017-12-19coresight: etb10: remove duplicate includesGravatar Pravin Shedge 1-1/+0
2017-10-20coresight: Extend the PIDR mask to cover relevant bits in PIDR2Gravatar Suzuki K Poulose 1-2/+2
2017-08-28coresight: etb10: constify amba_idGravatar Arvind Yadav 1-1/+1
2017-08-28coresight: Use the new helper for defining registersGravatar Suzuki K Poulose 1-11/+11
2017-08-28coresight: etb10: Move etb_disable_hw() outside of lockGravatar Mathieu Poirier 1-1/+1
2017-08-28coresight: Add barrier packet for synchronisationGravatar Mathieu Poirier 1-2/+20
2017-08-28coresight: etb10: Remove useless conversion to LEGravatar Mathieu Poirier 1-8/+4
2017-08-28coresight: Correct buffer lost incrementGravatar Mathieu Poirier 1-3/+7
2017-06-09coresight: etb10: Fix a typo in a comment lineGravatar Markus Elfring 1-1/+1
2017-06-09coresight: etb10: Delete an error message for a failed memory allocation in e...Gravatar Markus Elfring 1-4/+1
2017-03-16perf/core: Keep AUX flags in the output handleGravatar Will Deacon 1-5/+4
2016-08-31coresight: fix handling of ETM trace register access via sysfsGravatar Sudeep Holla 1-1/+1
2016-08-31coresight: Use local coresight_desc instancesGravatar Suzuki K Poulose 1-12/+8
2016-08-31coresight: Add better messages for coresight_timeoutGravatar Suzuki K Poulose 1-4/+2
2016-05-03coresight: etb10: adjust read pointer only when neededGravatar Mathieu Poirier 1-1/+2
2016-05-03coresight: moving struct cs_buffers to header fileGravatar Mathieu Poirier 1-20/+0
2016-05-03coresight: etb10: fixing the right amount of words to readGravatar Mathieu Poirier 1-1/+1
2016-05-01coresight: removing gratuitous boot time log messagesGravatar Mathieu Poirier 1-1/+0
2016-05-01coresight: etb10: splitting sysFS "status" entryGravatar Mathieu Poirier 1-43/+38
2016-02-20drivers/hwtracing: make coresight-* explicitly non-modularGravatar Paul Gortmaker 1-6/+3
2016-02-20coresight: etb10: implementing AUX APIGravatar Mathieu Poirier 1-0/+234
2016-02-20coresight: etb10: adding operation mode for sink->enable()Gravatar Mathieu Poirier 1-7/+23
2016-02-20coresight: etb10: moving to local atomic operationsGravatar Mathieu Poirier 1-4/+5
2016-02-20coresight: moving PM runtime operations to core frameworkGravatar Mathieu Poirier 1-4/+0
2016-02-07coresight: removing bind/unbind options from sysfsGravatar Mathieu Poirier 1-10/+1
2015-05-24coresight: etb: retrieve and handle atclkGravatar Linus Walleij 1-0/+37
2015-05-24coresight: etb: let runtime PM handle core clockGravatar Linus Walleij 1-26/+9
2015-05-18coresight: etb10: Fix check for bogus buffer depthGravatar Mark Brown 1-1/+1
2015-05-18coresight: etb10: Print size of buffer we fail to allocateGravatar Mark Brown 1-1/+4
2015-04-03coresight: moving to new "hwtracing" directoryGravatar Mathieu Poirier 1-0/+527