aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/coresight.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-04coresight: etm4x: Save/restore state across CPU low power statesAndrew Murray1-0/+6
2019-06-20coresight: Use platform agnostic namesSuzuki K Poulose1-1/+24
2019-06-20coresight: Use fwnode handle instead of device namesSuzuki K Poulose1-2/+2
2019-06-20coresight: Reuse platform data structure for connection trackingSuzuki K Poulose1-6/+2
2019-06-20coresight: Remove name from platform descriptionSuzuki K Poulose1-4/+4
2019-06-20coresight: Remove cpu field from platform dataSuzuki K Poulose1-2/+0
2019-06-20coresight: Make device to CPU mapping genericSuzuki K Poulose1-6/+1
2019-06-20coresight: Introduce generic platform data helperSuzuki K Poulose1-5/+2
2019-04-25coresight: Communicate perf event to sink buffer allocation functionsMathieu Poirier1-2/+3
2019-04-25coresight: Adding return code to sink::disable() operationMathieu Poirier1-1/+1
2019-02-06coresight: perf: Add "sinks" group to PMU directoryMathieu Poirier1-2/+5
2018-09-25coresight: Add support for CLAIM tag protocolSuzuki K Poulose1-0/+20
2018-09-25coresight: perf: Remove set_buffer call backSuzuki K Poulose1-5/+1
2018-09-25coresight: perf: Remove reset_buffer call back for sinksSuzuki K Poulose1-5/+1
2018-09-25coresight: platform: Cleanup coresight connection handlingSuzuki K Poulose1-7/+2
2018-07-15coresight: Introduce support for Coresight Address Translation UnitSuzuki K Poulose1-0/+1
2018-07-15coresight: Add helper device typeSuzuki K Poulose1-0/+24
2018-07-15coresight: Cleanup device subtype structSuzuki K Poulose1-9/+12
2018-07-15coresight: Cleanup platform description dataSuzuki K Poulose1-2/+0
2018-07-15coresight: Remove function coresight_vpid_to_pid()Mathieu Poirier1-20/+0
2018-05-14coresight: Moving framework and drivers to SPDX identifierMathieu Poirier1-10/+3
2017-06-09coresight: refactor with function of_coresight_get_cpuLeo Yan1-0/+3
2017-06-09coresight: use const for device_node structuresLeo Yan1-3/+4
2017-03-16perf/core: Keep AUX flags in the output handleWill Deacon1-1/+1
2016-08-31coresight: etm-perf: pass struct perf_event to source::enable/disable()Mathieu Poirier1-2/+3
2016-02-20coresight: etb10: implementing AUX APIMathieu Poirier1-2/+19
2016-02-20coresight: etb10: adding operation mode for sink->enable()Mathieu Poirier1-1/+1
2016-02-20coresight: etm3x: implementing perf_enable/disable() APIMathieu Poirier1-2/+4
2016-02-20coresight: etm3x: adding operation mode for etm_enable()Mathieu Poirier1-1/+1
2016-02-20coresight: associating path with session rather than tracerMathieu Poirier1-2/+0
2016-02-07coresight: implementing 'cpu_id()' APIMathieu Poirier1-0/+3
2015-10-07coresight: fixing typographical errorMathieu Poirier1-1/+1
2015-08-05coresight: Fix implicit inclusion of linux/sched.hMark Brown1-0/+1
2015-08-05Coresight: Add an interface for supporting ETM3/4 Context ID tracingChunyan Zhang1-0/+20
2015-02-04coresight: remove the unnecessary function coresight_is_bit_set()Kaixu Xia1-3/+0
2015-01-12coresight: Fixing wrong #ifdef/#endif placementMathieu Poirier1-5/+5
2015-01-12coresight: remove the unused macro CORESIGHT_DEBUGFS_ENTRYXia Kaixu1-9/+0
2014-11-26coresight: fixed comments in coresight.hPankaj Dubey1-3/+3
2014-11-07coresight: add CoreSight core layer frameworkPratik Patel1-0/+263