summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-etb10.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: 9374/1: coresight: etb10: drop owner assignmentKrzysztof Kozlowski2024-04-181-1/+0
* coresight: Add helper for setting csdev->modeJames Clark2024-02-121-3/+3
* coresight: Add a helper for getting csdev->modeJames Clark2024-02-121-5/+5
* coresight: Remove atomic type from refcntJames Clark2024-02-121-5/+6
* coresight: Move mode to struct coresight_deviceJames Clark2024-02-121-10/+8
* coresight: Fix uninitialized struct warningsJames Clark2024-02-121-1/+1
* coresight: Make refcount a property of the connectionJames Clark2023-06-051-5/+5
* coresight: Use enum type for cs_mode wherever possibleJames Clark2023-06-051-1/+2
* coresight: Re-use same function for similar sysfs register accessorsJames Clark2022-08-311-17/+8
* coresight: Simplify sysfs accessors by using csdev_access abstractionJames Clark2022-08-311-11/+8
* coresight: Update comments for removing cs_etm_find_snapshot()Leo Yan2021-10-271-3/+2
* Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ...Greg Kroah-Hartman2021-02-051-3/+1
|\
| * amba: Make the remove callback return voidUwe Kleine-König2021-02-021-3/+1
* | coresight: Convert claim/disclaim operations to use access wrappersSuzuki K Poulose2021-02-041-2/+2
* | coresight: Convert coresight_timeout to use access abstractionSuzuki K Poulose2021-02-041-2/+3
* | coresight: Introduce device access abstractionSuzuki K Poulose2021-02-041-0/+1
|/
* 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