aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-20coresight: Make device to CPU mapping genericSuzuki K Poulose2-7/+14
2019-06-20coresight: Introduce generic platform data helperSuzuki K Poulose10-81/+81
2019-06-20coresight: Make sure device uses DT for obsolete compatible checkSuzuki K Poulose2-2/+4
2019-06-20coresight: platform: Make memory allocation helper genericSuzuki K Poulose1-15/+19
2019-06-20coresight: Rename of_coresight to coresight-platformSuzuki K Poulose2-3/+3
2019-06-19coresight: tmc-etr: Rearrange probing default buffer sizeSuzuki K Poulose1-9/+12
2019-06-19coresight: stm: Rearrange probing the stimulus areaSuzuki K Poulose1-4/+19
2019-06-19coresight: etm3x: Rearrange cp14 access detectionSuzuki K Poulose1-1/+1
2019-06-19coresight: Use coresight device names for sinks in PMU attributeMathieu Poirier1-4/+4
2019-06-19coresight: etb10: Clean up device specific dataSuzuki K Poulose1-16/+16
2019-06-19coresight: etm: Clean up device specific dataSuzuki K Poulose5-30/+29
2019-06-19coresight: stm: Cleanup device specific dataSuzuki K Poulose1-11/+10
2019-06-19coresight: tpiu: Clean up device specific dataSuzuki K Poulose1-5/+2
2019-06-19coresight: catu: Cleanup device specific dataSuzuki K Poulose2-7/+7
2019-06-19coresight: tmc: Clean up device specific dataSuzuki K Poulose5-47/+47
2019-06-19coresight: replicator: Cleanup device trackingSuzuki K Poulose1-5/+2
2019-06-19coresight: funnel: Clean up device book keepingSuzuki K Poulose1-7/+4
2019-06-19coresight: perf: Don't set the truncated flag in snapshot modeMathieu Poirier3-3/+21
2019-06-19coresight: tmc-etf: Fix snapshot mode update functionMathieu Poirier1-2/+4
2019-06-19coresight: tmc-etf: Properly set AUX buffer head in snapshot modeMathieu Poirier1-5/+9
2019-06-19coresight: tmc-etr: Properly set AUX buffer head in snapshot modeMathieu Poirier1-6/+5
2019-06-19coresight: etb10: Properly set AUX buffer head in snapshot modeMathieu Poirier1-6/+7
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-02coresight: funnel: Support static funnelLeo Yan1-27/+89
2019-05-02coresight: replicator: Add new device id for static replicatorLeo Yan1-1/+5
2019-04-25coresight: etb10: Add support for CPU-wide trace scenariosMathieu Poirier1-4/+39
2019-04-25coresight: tmc-etf: Add support for CPU-wide trace scenariosMathieu Poirier1-5/+35
2019-04-25coresight: tmc-etr: Add support for CPU-wide trace scenariosMathieu Poirier3-5/+38
2019-04-25coresight: tmc-etr: Allocate and free ETR memory buffers for CPU-wide scenariosMathieu Poirier1-3/+104
2019-04-25coresight: tmc-etr: Introduce the notion of IDR to ETR devicesMathieu Poirier2-0/+10
2019-04-25coresight: tmc-etr: Introduce the notion of reference counting to ETR devicesMathieu Poirier2-0/+8
2019-04-25coresight: tmc-etr: Introduce the notion of process ID to ETR devicesMathieu Poirier1-0/+4
2019-04-25coresight: tmc-etr: Create per-thread buffer allocation functionMathieu Poirier1-1/+28
2019-04-25coresight: tmc-etr: Refactor function tmc_etr_setup_perf_buf()Mathieu Poirier1-9/+30
2019-04-25coresight: Communicate perf event to sink buffer allocation functionsMathieu Poirier4-15/+19
2019-04-25coresight: perf: Refactor function free_event_data()Mathieu Poirier1-6/+18
2019-04-25coresight: perf: Clean up function etm_setup_aux()Mathieu Poirier1-3/+5
2019-04-25coresight: Properly address concurrency in sink::update() functionsMathieu Poirier2-2/+6
2019-04-25coresight: Properly address errors in sink::disable() functionsMathieu Poirier3-15/+12
2019-04-25coresight: Move reference counting inside sink driversMathieu Poirier5-29/+66
2019-04-25coresight: Adding return code to sink::disable() operationMathieu Poirier5-7/+15
2019-04-25coresight: etm4x: Configure tracers to emit timestampsMathieu Poirier1-1/+101
2019-04-25coresight: etm4x: Skip selector pair 0Mathieu Poirier1-2/+5
2019-04-25coresight: etm4x: Add kernel configuration for CONTEXTIDMathieu Poirier3-0/+8
2019-04-25coresight: pmu: Adding ITRACE property to cs_etm PMUMathieu Poirier1-1/+2
2019-04-25coresight: tmc: Cleanup power managementSuzuki K Poulose1-2/+2
2019-04-25coresight: catu: Cleanup power managementSuzuki K Poulose1-1/+2
2019-04-25coresight: tpiu: Cleanup power managementSuzuki K Poulose1-3/+6
2019-04-25coresight: etb10: Cleanup power managementSuzuki K Poulose1-11/+3
2019-04-25coresight: Fix freeing up the coresight connectionsSuzuki K Poulose1-1/+0