summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight
AgeCommit message (Expand)AuthorFilesLines
2021-10-27coresight: trbe: Prohibit trace before disabling TRBESuzuki K Poulose2-1/+12
2021-10-27coresight: trbe: End the AUX handle on truncationSuzuki K Poulose1-10/+16
2021-10-27coresight: trbe: Do not truncate buffer on IRQSuzuki K Poulose1-6/+21
2021-10-27coresight: trbe: Fix handling of spurious interruptsSuzuki K Poulose1-13/+9
2021-10-27coresight: trbe: irq handler: Do not disable TRBE if no action is neededSuzuki K Poulose1-6/+6
2021-10-27coresight: trbe: Unify the enabling sequenceSuzuki K Poulose1-19/+18
2021-10-27coresight: trbe: Drop duplicate TRUNCATE flagsSuzuki K Poulose1-6/+6
2021-10-27coresight: trbe: Ensure the format flag is always setSuzuki K Poulose1-4/+3
2021-10-27coresight: etm-pmu: Ensure the AUX handle is validSuzuki K Poulose1-3/+24
2021-10-27coresight: etm4x: Use Trace Filtering controls dynamicallySuzuki K Poulose3-18/+59
2021-10-27coresight: etm4x: Save restore TRFCR_EL1Suzuki K Poulose3-12/+57
2021-10-27coresight: Don't immediately close events that are run on invalid CPU/sink co...James Clark1-6/+23
2021-10-27coresight: tmc-etr: Speed up for bounce buffer in flat modeLeo Yan1-4/+22
2021-10-27coresight: Update comments for removing cs_etm_find_snapshot()Leo Yan3-9/+6
2021-10-27coresight: tmc-etr: Use perf_output_handle::head for AUX ring bufferLeo Yan1-7/+3
2021-10-27coresight: tmc-etf: Add comment for store orderingLeo Yan1-0/+5
2021-10-27coresight: tmc-etr: Add barrier after updating AUX ring bufferLeo Yan1-0/+8
2021-10-27coresight: tmc: Configure AXI write burst sizeTanmay Jagdale3-4/+26
2021-10-27coresight: cpu-debug: Control default behavior via KconfigBrian Norris2-1/+14
2021-10-27coresight: cti: Correct the parameter for pm_runtime_putTao Zhang1-1/+1
2021-09-14coresight: syscfg: Fix compiler warningJian Cai1-0/+1
2021-08-18coresight: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-08-18coresight: syscfg: Add initial configfs supportMike Leach6-1/+527
2021-08-18coresight: config: Add preloaded configurationsMike Leach7-1/+224
2021-08-18coresight: etm4x: Add complex configuration handlers to etmv4Mike Leach5-3/+238
2021-08-18coresight: etm-perf: Update to activate selected configurationMike Leach2-1/+15
2021-08-18coresight: syscfg: Add API to activate and enable configurationsMike Leach3-0/+225
2021-08-18coresight: etm-perf: Update to handle configuration selectionMike Leach4-28/+127
2021-08-18coresight: config: Add configuration and feature generic functionsMike Leach4-2/+284
2021-08-18coresight: syscfg: Add registration and feature loading for cs devicesMike Leach3-1/+454
2021-08-18coresight: syscfg: Initial coresight system configurationMike Leach7-4/+401
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-12/+6
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-15coresight: Propagate symlink failureJeremy Linton1-1/+1
2021-06-15coresight: tmc-etf: Fix global-out-of-bounds in tmc_update_etf_buffer()Sai Prakash Ranjan1-1/+1
2021-06-15coresight: etm4x: core: Remove redundant check of attrJunhao He1-5/+0
2021-06-15coresight: core: Remove unnecessary assignmentJunhao He1-1/+0
2021-06-15coresight: core: Fix use of uninitialized pointerJunhao He1-1/+1
2021-06-15coresight: core: Switch to krealloc_array()Andy Shevchenko1-3/+3
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-56/+1698
2021-04-16coresight: etm-perf: Fix define build issue when built as moduleMike Leach1-1/+1
2021-04-13coresight: trbe: Fix return value check in arm_trbe_register_coresight_cpu()Wei Yongjun1-1/+1
2021-04-13coresight: core: Make symbol 'csdev_sink' staticWei Yongjun1-1/+1
2021-04-07coresight: core: Fix typo in coresight-core.cQi Liu1-1/+1
2021-04-07coresight: etm: perf: Make symbol 'format_attr_contextid' staticWei Yongjun1-1/+1
2021-04-07coresight: etm4x: Add ETM PID for Cortex-A78Sai Prakash Ranjan1-0/+1
2021-04-06coresight: sink: Add TRBE driverAnshuman Khandual4-0/+1324
2021-04-06coresight: core: Add support for dedicated percpu sinksAnshuman Khandual2-2/+30
2021-04-06coresight: etm-perf: Handle stale output handlesSuzuki K Poulose1-5/+54
2021-04-06coresight: ete: Add support for ETE tracingSuzuki K Poulose4-21/+78