summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
Commit message (Expand)AuthorAgeFilesLines
* coresight: ultrasoc-smb: Use guards to cleanupJunhao He2023-11-211-48/+22
* coresight: ultrasoc-smb: Convert to platform remove callback returning voidUwe Kleine-König2023-11-161-4/+2
* coresight: trbe: Convert to platform remove callback returning voidUwe Kleine-König2023-11-161-3/+2
* coresight: replicator: Convert to platform remove callback returning voidUwe Kleine-König2023-11-161-3/+2
* coresight: funnel: Convert to platform remove callback returning voidUwe Kleine-König2023-11-161-3/+2
* coresight: etm4x: Convert to platform remove callback returning voidUwe Kleine-König2023-11-161-4/+2
* coresight: dummy: Convert to platform remove callback returning voidUwe Kleine-König2023-11-161-3/+2
* coresight: etm4x: Fix width of CCITMIN fieldJames Clark2023-11-161-1/+1
* coresight-tpdm: Correct the property name of MSR numberTao Zhang2023-11-161-1/+1
* hwtracing: hisi_ptt: Optimize the trace data committingYicong Yang2023-11-161-8/+7
* hwtracing: hisi_ptt: Disable interrupt after trace endYicong Yang2023-11-162-0/+5
* coresight-tpdm: Add nodes for dsb msr supportTao Zhang2023-11-162-0/+97
* coresight-tpdm: Add nodes for timestamp requestTao Zhang2023-11-162-7/+172
* coresight-tpdm: Add nodes to configure pattern match outputTao Zhang2023-11-162-1/+109
* coresight-tpdm: Add nodes for dsb edge controlTao Zhang2023-11-162-1/+233
* coresight-tpdm: Add node to set dsb programming modeTao Zhang2023-11-162-0/+72
* coresight-tpdm: Add nodes to set trigger timestamp and typeTao Zhang2023-11-161-0/+95
* coresight-tpdm: Add reset node to TPDM nodeTao Zhang2023-11-161-0/+22
* coresight-tpdm: Initialize DSB subunit configurationTao Zhang2023-11-162-8/+74
* coresight-tpda: Add DSB dataset supportTao Zhang2023-11-162-10/+118
* coresight-tpdm: Introduce TPDM subtype to TPDM driverTao Zhang2023-11-162-1/+4
* coresight-tpdm: Remove the unnecessary lockTao Zhang2023-11-161-2/+0
* coresight: tmc: Make etr buffer mode user configurable from sysfsAnshuman Khandual2023-11-163-14/+115
* coresight: etm: Make cycle count threshold user configurableAnshuman Khandual2023-11-162-2/+9
* coresight: etm: Override TRCIDR3.CCITMIN on errata affected cpusAnshuman Khandual2023-11-161-0/+37
* coresight: trbe: Enable ACPI based TRBE devicesAnshuman Khandual2023-11-162-0/+11
* coresight: trbe: Add a representative coresight_platform_data for TRBEAnshuman Khandual2023-11-161-2/+12
* coresight: ultrasoc-smb: Fix uninitialized before use buf_hw_baseJunhao He2023-11-161-1/+1
* coresight: ultrasoc-smb: Config SMB buffer before register sinkJunhao He2023-11-161-13/+8
* coresight: ultrasoc-smb: Fix sleep while close preempt in enable_smbJunhao He2023-11-162-24/+17
* hwtracing: hisi_ptt: Don't try to attach a taskYicong Yang2023-11-131-0/+3
* hwtracing: hisi_ptt: Handle the interrupt in hardirq contextYicong Yang2023-11-131-3/+3
* hwtracing: hisi_ptt: Add dummy callback pmu::read()Junhao He2023-11-131-0/+5
* coresight: Fix crash when Perf and sysfs modes are used concurrentlyJames Clark2023-11-131-2/+2
* coresight: etm4x: Remove bogous __exit annotation for some functionsUwe Kleine-König2023-11-131-3/+3
* coresight: tmc-etr: Disable warnings for allocation failuresSuzuki K Poulose2023-09-201-1/+2
* coresight: Fix run time warnings while reusing ETR bufferLinu Cherian2023-09-151-11/+13
* coresight: trbe: Fix TRBE potential sleep in atomic contextJunhao He2023-08-181-15/+17
* coresight: Fix memory leak in acpi_buffer->pointerJunhao He2023-08-181-14/+26
* coresight: etm4x: Ensure valid drvdata and clock before clk_put()Anshuman Khandual2023-08-171-1/+1
* coresight: trbe: Allocate platform data per deviceSuzuki K Poulose2023-08-171-7/+4
* hwtracing: hisi_ptt: Use pci_dev_id() to simplify the codeXiongfeng Wang2023-08-151-4/+4
* coresight: dummy: simplify the code with module_platform_driverYang Yingliang2023-08-041-11/+1
* coresight: tmc: Explicit type conversions to prevent integer overflowRuidong Tian2023-08-043-4/+5
* coresight: trbe: Directly use ID_AA64DFR0_EL1_TraceBuffer_IMPAnshuman Khandual2023-08-021-1/+1
* coresight: Fix all W=1 build warningsJames Clark2023-07-262-3/+3
* coresight: etm4x: Add ACPI support in platform driverSuzuki K Poulose2023-07-261-0/+10
* coresight: platform: acpi: Ignore the absence of graphSuzuki K Poulose2023-07-261-1/+5
* coresight: etm4x: Change etm4_platform_driver driver for MMIO devicesAnshuman Khandual2023-07-262-2/+60
* coresight: etm4x: Drop pid argument from etm4_probe()Anshuman Khandual2023-07-261-14/+15