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