aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight/coresight-etb10.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-05coresight: Make refcount a property of the connectionGravatar James Clark 1-5/+5
2023-06-05coresight: Use enum type for cs_mode wherever possibleGravatar James Clark 1-1/+2
2022-08-31coresight: Re-use same function for similar sysfs register accessorsGravatar James Clark 1-17/+8
2022-08-31coresight: Simplify sysfs accessors by using csdev_access abstractionGravatar James Clark 1-11/+8
2021-10-27coresight: Update comments for removing cs_etm_find_snapshot()Gravatar Leo Yan 1-3/+2
2021-02-05Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ...Gravatar Greg Kroah-Hartman 1-3/+1
2021-02-04coresight: Convert claim/disclaim operations to use access wrappersGravatar Suzuki K Poulose 1-2/+2
2021-02-04coresight: Convert coresight_timeout to use access abstractionGravatar Suzuki K Poulose 1-2/+3
2021-02-04coresight: Introduce device access abstractionGravatar Suzuki K Poulose 1-0/+1
2021-02-02amba: Make the remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2020-12-08coresight: remove broken __exit annotationsGravatar Arnd Bergmann 1-1/+1
2020-11-27coresight: etb10: Fix possible NULL ptr dereference in etb_enable_perf()Gravatar Sai Prakash Ranjan 1-1/+3
2020-09-28coresight: etb: Allow etb to be built as a moduleGravatar Kim Phillips 1-1/+25
2020-09-28coresight: Add coresight prefix to barrier_pktGravatar Tingwei Zhang 1-1/+1
2020-05-19coresight: etb10: Make coresight_etb_groups staticGravatar Jason Yan 1-1/+1
2019-07-03coresight: etb10: Do not call smp_processor_id from preemptibleGravatar Suzuki K Poulose 1-4/+2
2019-06-20coresight: Use platform agnostic namesGravatar Suzuki K Poulose 1-1/+6
2019-06-20coresight: Rearrange platform data probingGravatar Suzuki K Poulose 1-5/+5
2019-06-20coresight: Remove name from platform descriptionGravatar Suzuki K Poulose 1-1/+2
2019-06-20coresight: Introduce generic platform data helperGravatar Suzuki K Poulose 1-7/+4
2019-06-19coresight: etb10: Clean up device specific dataGravatar Suzuki K Poulose 1-16/+16
2019-06-19coresight: perf: Don't set the truncated flag in snapshot modeGravatar Mathieu Poirier 1-1/+7
2019-06-19coresight: etb10: Properly set AUX buffer head in snapshot modeGravatar Mathieu Poirier 1-6/+7
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