aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-etb10.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31coresight: Re-use same function for similar sysfs register accessorsJames Clark1-17/+8
2022-08-31coresight: Simplify sysfs accessors by using csdev_access abstractionJames Clark1-11/+8
2021-10-27coresight: Update comments for removing cs_etm_find_snapshot()Leo Yan1-3/+2
2021-02-05Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into char-misc-nextGreg Kroah-Hartman1-3/+1
2021-02-04coresight: Convert claim/disclaim operations to use access wrappersSuzuki K Poulose1-2/+2
2021-02-04coresight: Convert coresight_timeout to use access abstractionSuzuki K Poulose1-2/+3
2021-02-04coresight: Introduce device access abstractionSuzuki K Poulose1-0/+1
2021-02-02amba: Make the remove callback return voidUwe Kleine-König1-3/+1
2020-12-08coresight: remove broken __exit annotationsArnd Bergmann1-1/+1
2020-11-27coresight: etb10: Fix possible NULL ptr dereference in etb_enable_perf()Sai Prakash Ranjan1-1/+3
2020-09-28coresight: etb: Allow etb to be built as a moduleKim Phillips1-1/+25
2020-09-28coresight: Add coresight prefix to barrier_pktTingwei Zhang1-1/+1
2020-05-19coresight: etb10: Make coresight_etb_groups staticJason Yan1-1/+1
2019-07-03coresight: etb10: Do not call smp_processor_id from preemptibleSuzuki K Poulose1-4/+2
2019-06-20coresight: Use platform agnostic namesSuzuki K Poulose1-1/+6
2019-06-20coresight: Rearrange platform data probingSuzuki K Poulose1-5/+5
2019-06-20coresight: Remove name from platform descriptionSuzuki K Poulose1-1/+2
2019-06-20coresight: Introduce generic platform data helperSuzuki K Poulose1-7/+4
2019-06-19coresight: etb10: Clean up device specific dataSuzuki K Poulose1-16/+16
2019-06-19coresight: perf: Don't set the truncated flag in snapshot modeMathieu Poirier1-1/+7
2019-06-19coresight: etb10: Properly set AUX buffer head in snapshot modeMathieu Poirier1-6/+7
2019-04-25coresight: etb10: Add support for CPU-wide trace scenariosMathieu Poirier1-4/+39
2019-04-25coresight: Communicate perf event to sink buffer allocation functionsMathieu Poirier1-3/+4
2019-04-25coresight: Properly address concurrency in sink::update() functionsMathieu Poirier1-1/+3
2019-04-25coresight: Properly address errors in sink::disable() functionsMathieu Poirier1-5/+4
2019-04-25coresight: Move reference counting inside sink driversMathieu Poirier1-6/+15
2019-04-25coresight: Adding return code to sink::disable() operationMathieu Poirier1-1/+2
2019-04-25coresight: etb10: Cleanup power managementSuzuki K Poulose1-11/+3
2018-12-06coresight: etb10: Add support for CLAIM tagMathieu Poirier1-6/+17
2018-09-25coresight: etb10: Handle errors enabling the deviceSuzuki K Poulose1-5/+13
2018-09-25coresight: etb10: Splitting function etb_enable()Mathieu Poirier1-21/+52
2018-09-25coresight: etb10: Refactor etb_drvdata::mode handlingMathieu Poirier1-28/+34
2018-09-25coresight: perf: Remove set_buffer call backSuzuki K Poulose1-7/+25
2018-09-25coresight: perf: Remove reset_buffer call back for sinksSuzuki K Poulose1-44/+12
2018-09-25coresight: Convert driver messages to dev_dbgSuzuki K Poulose1-3/+3
2018-09-25coresight: etb10: Fix handling of perf modeSuzuki K Poulose1-0/+4
2018-07-15coresight: Add helper for inserting synchronization packetsSuzuki K Poulose1-8/+4
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-05-14coresight: Moving framework and drivers to SPDX identifierMathieu Poirier1-10/+3
2017-12-19coresight: etb10: remove duplicate includesPravin Shedge1-1/+0
2017-10-20coresight: Extend the PIDR mask to cover relevant bits in PIDR2Suzuki K Poulose1-2/+2
2017-08-28coresight: etb10: constify amba_idArvind Yadav1-1/+1
2017-08-28coresight: Use the new helper for defining registersSuzuki K Poulose1-11/+11
2017-08-28coresight: etb10: Move etb_disable_hw() outside of lockMathieu Poirier1-1/+1
2017-08-28coresight: Add barrier packet for synchronisationMathieu Poirier1-2/+20
2017-08-28coresight: etb10: Remove useless conversion to LEMathieu Poirier1-8/+4
2017-08-28coresight: Correct buffer lost incrementMathieu Poirier1-3/+7
2017-06-09coresight: etb10: Fix a typo in a comment lineMarkus Elfring1-1/+1
2017-06-09coresight: etb10: Delete an error message for a failed memory allocation in etb_probe()Markus Elfring1-4/+1
2017-03-16perf/core: Keep AUX flags in the output handleWill Deacon1-5/+4