aboutsummaryrefslogtreecommitdiff
path: root/include/linux/coresight.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-11coresight: Drop unused 'none' enum value for each componentGravatar Anshuman Khandual 1-5/+0
2021-08-18coresight: syscfg: Add API to activate and enable configurationsGravatar Mike Leach 1-0/+2
2021-08-18coresight: syscfg: Add registration and feature loading for cs devicesGravatar Mike Leach 1-0/+7
2021-04-06coresight: core: Add support for dedicated percpu sinksGravatar Anshuman Khandual 1-0/+13
2021-02-04coresight: Convert claim/disclaim operations to use access wrappersGravatar Suzuki K Poulose 1-8/+8
2021-02-04coresight: Convert coresight_timeout to use access abstractionGravatar Suzuki K Poulose 1-3/+8
2021-02-04coresight: Introduce device access abstractionGravatar Suzuki K Poulose 1-3/+188
2020-09-28coresight: cti: Don't disable ect device if it's not enabledGravatar Tingwei Zhang 1-0/+1
2020-09-28coresight: Use IS_ENABLED for CONFIGs that may be modulesGravatar Kim Phillips 1-1/+1
2020-07-21coresight: Add default sink selection to CoreSight baseGravatar Mike Leach 1-0/+3
2020-07-21coresight: Fix comment in main header fileGravatar Mike Leach 1-1/+2
2020-05-19coresight: Fix support for sparsely populated portsGravatar Suzuki K Poulose 1-4/+6
2020-05-19coresight: Expose device connections via sysfsGravatar Suzuki K Poulose 1-0/+2
2020-05-19coresight: Add generic sysfs link creation functionsGravatar Mike Leach 1-0/+20
2020-03-21coresight: cti: Enable CTI associated with devicesGravatar Mike Leach 1-0/+4
2020-03-21coresight: cti: Initial CoreSight CTI DriverGravatar Mike Leach 1-0/+23
2019-11-04coresight: etm4x: Save/restore state across CPU low power statesGravatar Andrew Murray 1-0/+6
2019-06-20coresight: Use platform agnostic namesGravatar Suzuki K Poulose 1-1/+24
2019-06-20coresight: Use fwnode handle instead of device namesGravatar Suzuki K Poulose 1-2/+2
2019-06-20coresight: Reuse platform data structure for connection trackingGravatar Suzuki K Poulose 1-6/+2
2019-06-20coresight: Remove name from platform descriptionGravatar Suzuki K Poulose 1-4/+4
2019-06-20coresight: Remove cpu field from platform dataGravatar Suzuki K Poulose 1-2/+0
2019-06-20coresight: Make device to CPU mapping genericGravatar Suzuki K Poulose 1-6/+1
2019-06-20coresight: Introduce generic platform data helperGravatar Suzuki K Poulose 1-5/+2
2019-04-25coresight: Communicate perf event to sink buffer allocation functionsGravatar Mathieu Poirier 1-2/+3
2019-04-25coresight: Adding return code to sink::disable() operationGravatar Mathieu Poirier 1-1/+1
2019-02-06coresight: perf: Add "sinks" group to PMU directoryGravatar Mathieu Poirier 1-2/+5
2018-09-25coresight: Add support for CLAIM tag protocolGravatar Suzuki K Poulose 1-0/+20
2018-09-25coresight: perf: Remove set_buffer call backGravatar Suzuki K Poulose 1-5/+1
2018-09-25coresight: perf: Remove reset_buffer call back for sinksGravatar Suzuki K Poulose 1-5/+1
2018-09-25coresight: platform: Cleanup coresight connection handlingGravatar Suzuki K Poulose 1-7/+2
2018-07-15coresight: Introduce support for Coresight Address Translation UnitGravatar Suzuki K Poulose 1-0/+1
2018-07-15coresight: Add helper device typeGravatar Suzuki K Poulose 1-0/+24
2018-07-15coresight: Cleanup device subtype structGravatar Suzuki K Poulose 1-9/+12
2018-07-15coresight: Cleanup platform description dataGravatar Suzuki K Poulose 1-2/+0
2018-07-15coresight: Remove function coresight_vpid_to_pid()Gravatar Mathieu Poirier 1-20/+0
2018-05-14coresight: Moving framework and drivers to SPDX identifierGravatar Mathieu Poirier 1-10/+3
2017-06-09coresight: refactor with function of_coresight_get_cpuGravatar Leo Yan 1-0/+3
2017-06-09coresight: use const for device_node structuresGravatar Leo Yan 1-3/+4
2017-03-16perf/core: Keep AUX flags in the output handleGravatar Will Deacon 1-1/+1
2016-08-31coresight: etm-perf: pass struct perf_event to source::enable/disable()Gravatar Mathieu Poirier 1-2/+3
2016-02-20coresight: etb10: implementing AUX APIGravatar Mathieu Poirier 1-2/+19
2016-02-20coresight: etb10: adding operation mode for sink->enable()Gravatar Mathieu Poirier 1-1/+1
2016-02-20coresight: etm3x: implementing perf_enable/disable() APIGravatar Mathieu Poirier 1-2/+4
2016-02-20coresight: etm3x: adding operation mode for etm_enable()Gravatar Mathieu Poirier 1-1/+1
2016-02-20coresight: associating path with session rather than tracerGravatar Mathieu Poirier 1-2/+0
2016-02-07coresight: implementing 'cpu_id()' APIGravatar Mathieu Poirier 1-0/+3
2015-10-07coresight: fixing typographical errorGravatar Mathieu Poirier 1-1/+1
2015-08-05coresight: Fix implicit inclusion of linux/sched.hGravatar Mark Brown 1-0/+1
2015-08-05Coresight: Add an interface for supporting ETM3/4 Context ID tracingGravatar Chunyan Zhang 1-0/+20