aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-etm3x-core.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-18ARM: 9363/1: coresight: etm3x: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-02-12coresight: Add helper for setting csdev->modeJames Clark1-2/+2
2024-02-12coresight: Add a helper for getting csdev->modeJames Clark1-3/+3
2024-02-12coresight: Add helper for atomically taking the deviceJames Clark1-5/+3
2024-02-12coresight: Move all sysfs code to sysfs fileJames Clark1-2/+2
2024-02-12coresight: Move mode to struct coresight_deviceJames Clark1-7/+6
2024-02-12coresight: etm3x: Fix build warningJames Clark1-1/+1
2024-02-12coresight: Fix uninitialized struct warningsJames Clark1-1/+1
2023-06-05coresight: Use enum type for cs_mode wherever possibleJames Clark1-3/+3
2023-01-19coresight: etmX.X: stm: Remove trace_id() callbackMike Leach1-37/+0
2023-01-19coresight: etm3x: Update ETM3 driver to use Trace ID APIMike Leach1-6/+66
2022-04-13coresight: etm3x: Cleanup ETMTECR1 register accessesJames Clark1-1/+1
2022-03-11coresight: etm3x: Don't trace PID for non-root PID namespaceLeo Yan1-0/+4
2021-02-05Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ...Greg Kroah-Hartman1-3/+1
2021-02-04coresight: Convert claim/disclaim operations to use access wrappersSuzuki K Poulose1-3/+5
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-2/+2
2020-09-28coresight: etm3x: Allow etm3x to be built as a moduleKim Phillips1-0/+1026