summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
Commit message (Expand)AuthorAgeFilesLines
* coresight-tpda: Change qcom,dsb-element-size to qcom,dsb-elem-bitsMao Jinlong2024-02-272-3/+3
* hwtracing: hisi_ptt: Move type check to the beginning of hisi_ptt_pmu_event_i...Yang Jihong2024-02-261-3/+3
* coresight: tpdm: Fix build break due to uninitialised fieldSuzuki K Poulose2024-02-131-0/+1
* coresight: etm4x: Set skip_power_up in etm4_init_arch_data functionMao Jinlong2024-02-121-5/+5
* coresight-tpdm: Add msr register support for CMBTao Zhang2024-02-122-1/+100
* coresight-tpdm: Add timestamp control register support for the CMBTao Zhang2024-02-122-7/+145
* coresight-tpdm: Add pattern registers support for CMBTao Zhang2024-02-122-1/+134
* coresight-tpdm: Add support to configure CMBTao Zhang2024-02-122-0/+72
* coresight-tpda: Add support to configure CMB elementTao Zhang2024-02-122-55/+81
* coresight-tpdm: Add CMB dataset supportTao Zhang2024-02-122-0/+41
* coresight-tpdm: Optimize the useage of tpdm_has_dsb_datasetTao Zhang2024-02-122-16/+18
* coresight-tpdm: Optimize the store function of tpdm simple datasetTao Zhang2024-02-121-20/+19
* coresight: Add helper for setting csdev->modeJames Clark2024-02-127-19/+19
* coresight: Add a helper for getting csdev->modeJames Clark2024-02-1210-45/+45
* coresight: Add helper for atomically taking the deviceJames Clark2024-02-123-15/+9
* coresight: Add explicit member initializers to coresight_dev_typeJames Clark2024-02-121-5/+5
* coresight: Remove atomic type from refcntJames Clark2024-02-127-32/+49
* coresight: Move all sysfs code to sysfs fileJames Clark2024-02-126-398/+403
* coresight: Remove the 'enable' field.James Clark2024-02-122-60/+38
* coresight: Move mode to struct coresight_deviceJames Clark2024-02-1213-76/+63
* coresight: Remove ops callback checksJames Clark2024-02-121-39/+12
* coresight: Make language around "activated" sinks consistentJames Clark2024-02-122-34/+19
* coresight: Fix issue where a source device's helpers aren't disabledJames Clark2024-02-123-9/+25
* coresight: make coresight_bustype constGreg Kroah-Hartman2024-02-121-1/+1
* coresight: Make current W=1 warnings defaultJames Clark2024-02-121-0/+20
* coresight: Fix undeclared variable warnings from sparse checkerJames Clark2024-02-121-0/+1
* coresight: etm3x: Fix build warningJames Clark2024-02-121-1/+1
* coresight: Fix uninitialized struct warningsJames Clark2024-02-1212-13/+13
* 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