summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)Author
2024-04-18ARM: 9379/1: coresight: tpda: drop owner assignmentamba-for-coresightKrzysztof Kozlowski
2024-04-18ARM: 9378/1: coresight: etm4x: drop owner assignmentKrzysztof Kozlowski
2024-04-18ARM: 9376/1: coresight: tpdm: drop owner assignmentKrzysztof Kozlowski
2024-04-18ARM: 9375/1: coresight: stm: drop owner assignmentKrzysztof Kozlowski
2024-04-18ARM: 9374/1: coresight: etb10: drop owner assignmentKrzysztof Kozlowski
2024-04-18ARM: 9373/1: coresight: funnel: drop owner assignmentKrzysztof Kozlowski
2024-04-18ARM: 9371/1: coresight: cti: drop owner assignmentKrzysztof Kozlowski
2024-04-18ARM: 9366/1: coresight: tpiu: drop owner assignmentKrzysztof Kozlowski
2024-04-18ARM: 9365/1: coresight: tmc: drop owner assignmentKrzysztof Kozlowski
2024-04-18ARM: 9364/1: coresight: replicator: drop owner assignmentKrzysztof Kozlowski
2024-04-18ARM: 9363/1: coresight: etm3x: drop owner assignmentKrzysztof Kozlowski
2024-04-18ARM: 9362/1: coresight: catu: drop owner assignmentKrzysztof Kozlowski
2024-02-27coresight-tpda: Change qcom,dsb-element-size to qcom,dsb-elem-bitsMao Jinlong
2024-02-26hwtracing: hisi_ptt: Move type check to the beginning of hisi_ptt_pmu_event_i...Yang Jihong
2024-02-13coresight: tpdm: Fix build break due to uninitialised fieldSuzuki K Poulose
2024-02-12coresight: etm4x: Set skip_power_up in etm4_init_arch_data functionMao Jinlong
2024-02-12coresight-tpdm: Add msr register support for CMBTao Zhang
2024-02-12coresight-tpdm: Add timestamp control register support for the CMBTao Zhang
2024-02-12coresight-tpdm: Add pattern registers support for CMBTao Zhang
2024-02-12coresight-tpdm: Add support to configure CMBTao Zhang
2024-02-12coresight-tpda: Add support to configure CMB elementTao Zhang
2024-02-12coresight-tpdm: Add CMB dataset supportTao Zhang
2024-02-12coresight-tpdm: Optimize the useage of tpdm_has_dsb_datasetTao Zhang
2024-02-12coresight-tpdm: Optimize the store function of tpdm simple datasetTao Zhang
2024-02-12coresight: Add helper for setting csdev->modeJames Clark
2024-02-12coresight: Add a helper for getting csdev->modeJames Clark
2024-02-12coresight: Add helper for atomically taking the deviceJames Clark
2024-02-12coresight: Add explicit member initializers to coresight_dev_typeJames Clark
2024-02-12coresight: Remove atomic type from refcntJames Clark
2024-02-12coresight: Move all sysfs code to sysfs fileJames Clark
2024-02-12coresight: Remove the 'enable' field.James Clark
2024-02-12coresight: Move mode to struct coresight_deviceJames Clark
2024-02-12coresight: Remove ops callback checksJames Clark
2024-02-12coresight: Make language around "activated" sinks consistentJames Clark
2024-02-12coresight: Fix issue where a source device's helpers aren't disabledJames Clark
2024-02-12coresight: make coresight_bustype constGreg Kroah-Hartman
2024-02-12coresight: Make current W=1 warnings defaultJames Clark
2024-02-12coresight: Fix undeclared variable warnings from sparse checkerJames Clark
2024-02-12coresight: etm3x: Fix build warningJames Clark
2024-02-12coresight: Fix uninitialized struct warningsJames Clark
2023-11-21coresight: ultrasoc-smb: Use guards to cleanupJunhao He
2023-11-16coresight: ultrasoc-smb: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-16coresight: trbe: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-16coresight: replicator: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-16coresight: funnel: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-16coresight: etm4x: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-16coresight: dummy: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-16coresight: etm4x: Fix width of CCITMIN fieldJames Clark
2023-11-16coresight-tpdm: Correct the property name of MSR numberTao Zhang
2023-11-16hwtracing: hisi_ptt: Optimize the trace data committingYicong Yang