aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-tmc-etf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-27coresight: Update comments for removing cs_etm_find_snapshot()Leo Yan1-3/+2
2021-10-27coresight: tmc-etf: Add comment for store orderingLeo Yan1-0/+5
2021-06-15coresight: tmc-etf: Fix global-out-of-bounds in tmc_update_etf_buffer()Sai Prakash Ranjan1-1/+1
2021-02-04coresight: Convert claim/disclaim operations to use access wrappersSuzuki K Poulose1-4/+6
2020-11-27coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable_etf_sink_perf()Sai Prakash Ranjan1-1/+3
2020-09-28coresight: Add coresight prefix to barrier_pktTingwei Zhang1-1/+1
2020-07-21coresight: tmc: Fix TMC mode read in tmc_read_unprepare_etb()Sai Prakash Ranjan1-7/+6
2020-05-19coresight: tmc: Fix TMC mode read in tmc_read_prepare_etb()Sai Prakash Ranjan1-8/+8
2019-11-04coresight: Serialize enabling/disabling a link device.Yabin Cui1-7/+19
2019-09-03coresight: tmc: Make memory width mask computation into a functionMathieu Poirier1-21/+2
2019-07-03coresight: tmc-etf: Do not call smp_processor_id from preemptibleSuzuki K Poulose1-4/+2
2019-06-19coresight: tmc: Clean up device specific dataSuzuki K Poulose1-5/+4
2019-06-19coresight: perf: Don't set the truncated flag in snapshot modeMathieu Poirier1-1/+7
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-04-25coresight: tmc-etf: Add support for CPU-wide trace scenariosMathieu Poirier1-5/+35
2019-04-25coresight: Communicate perf event to sink buffer allocation functionsMathieu Poirier1-3/+4
2019-04-25coresight: Properly address concurrency in sink::update() functionsMathieu Poirier1-1/+3
2019-04-25coresight: Properly address errors in sink::disable() functionsMathieu Poirier1-5/+4
2019-04-25coresight: Move reference counting inside sink driversMathieu Poirier1-4/+17
2019-04-25coresight: Adding return code to sink::disable() operationMathieu Poirier1-2/+3
2018-12-06coresight: etf: Release CLAIM tag after disabling the HWMathieu Poirier1-1/+1
2018-12-06coresight: tmc: Fix bad register address for CLAIMLeo Yan1-1/+1
2018-09-25coreisght: tmc: Claim device before useSuzuki K Poulose1-3/+19
2018-09-25coresight: tmc-etb/etf: Prepare to handle errors enablingSuzuki K Poulose1-28/+45
2018-09-25coresight: tmc: Fix byte-address alignment for RRPLeo Yan1-2/+2
2018-09-25coresight: tmc: Refactor loops in etb dumpLeo Yan1-10/+7
2018-09-25coresight: perf: Remove set_buffer call backSuzuki K Poulose1-9/+19
2018-09-25coresight: perf: Remove reset_buffer call back for sinksSuzuki K Poulose1-46/+12
2018-09-25coresight: Convert driver messages to dev_dbgSuzuki K Poulose1-4/+4
2018-07-15coresight: Add helper for inserting synchronization packetsSuzuki K Poulose1-19/+8
2018-07-15coresight: tmc: Hide trace buffer handling for file readSuzuki K Poulose1-0/+18
2018-05-14coresight: Moving framework and drivers to SPDX identifierMathieu Poirier1-12/+1
2017-08-28coresight tmc: Add helpers for accessing 64bit registersSuzuki K Poulose1-4/+4
2017-08-28coresight: Add barrier packet for synchronisationMathieu Poirier1-1/+25
2017-08-28coresight: Correct buffer lost incrementMathieu Poirier1-2/+6
2017-06-09coresight: tmc: minor fix for output logLeo Yan1-8/+17
2017-03-16perf/core: Keep AUX flags in the output handleWill Deacon1-4/+3
2016-11-29coresight: tmc: Get rid of mode parameter for helper routinesSuzuki K. Poulose1-13/+5
2016-11-29coresight: tmc: Cleanup operation mode handlingSuzuki K. Poulose1-18/+14
2016-09-09coresight: tmc: mark symbols static where possibleBaoyou Xie1-1/+1
2016-08-31coresight: tmc: Delete an unnecessary check before the function call "kfree"Markus Elfring1-1/+1
2016-08-31coresight: tmc: Limit the trace to available dataSuzuki K Poulose1-0/+2
2016-05-03coresight: tmc: implementing TMC-ETF AUX space APIMathieu Poirier1-0/+199
2016-05-03coresight: tmc: keep track of memory widthMathieu Poirier1-13/+1
2016-05-03coresight: tmc: make sysFS and Perf mode mutually exclusiveMathieu Poirier1-2/+58
2016-05-03coresight: tmc: dump system memory content only when neededMathieu Poirier1-1/+6
2016-05-03coresight: tmc: adding mode of operation for link/sinksMathieu Poirier1-7/+20
2016-05-03coresight: tmc: getting rid of multiple read accessMathieu Poirier1-0/+5
2016-05-03coresight: tmc: allocating memory when neededMathieu Poirier1-8/+82