summaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight/coresight-core.c
AgeCommit message (Expand)Author
2025-05-14coresight: Introduce pause and resume APIs for sourceLeo Yan
2025-04-30coresight: Add a KUnit test for coresight_find_default_sink()James Clark
2025-04-30coresight: Remove inlines from static function definitionsJames Clark
2025-04-30coresight: Add claim tag warnings and debug messagesJames Clark
2025-04-30coresight: Only check bottom two claim bitsJames Clark
2025-04-30coresight: Convert tag clear function to take a struct csdev_accessJames Clark
2025-04-30coresight: core: Disable helpers for devices that fail to enableYabin Cui
2025-04-29coresight: Fixes device's owner field for registered using coresight_init_dri...Junhao He
2025-03-10coresight: change coresight_trace_id_map's lock type to raw_spinlock_tYeoreum Yun
2025-03-10coresight: add verification process for coresight_etm_get_trace_idJie Gan
2025-03-04Coresight: Change functions to accept the coresight_pathJie Gan
2025-03-04Coresight: Allocate trace ID after building the pathJie Gan
2025-03-04Coresight: Introduce a new struct coresight_pathJie Gan
2025-03-04Coresight: Add trace_id function to retrieving the trace IDJie Gan
2025-02-26coresight-etm4x: add isb() before reading the TRCSTATRYuanfang Zhang
2025-02-21coresight: core: Add provision for panic callbacksLinu Cherian
2024-12-13coresight: Add support for trace filtering by sourceTao Zhang
2024-08-20coresight: Make trace ID map spinlock local to the mapJames Clark
2024-08-20coresight: Emit sink ID in the HW_ID packetsJames Clark
2024-08-20coresight: Use per-sink trace ID maps for Perf sessionsJames Clark
2024-04-16coresight: Add helpers registering/removing both AMBA and platform driversAnshuman Khandual
2024-02-12coresight: Move all sysfs code to sysfs fileJames Clark
2024-02-12coresight: Remove the 'enable' field.James 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
2023-11-16coresight-tpdm: Introduce TPDM subtype to TPDM driverTao Zhang
2023-07-26hwtracing: coresight: Explicitly include correct DT includesRob Herring
2023-06-05coresight: Fix CTI module refcount leak by making it a helper deviceJames Clark
2023-06-05coresight: Enable and disable helper devices adjacent to the pathJames Clark
2023-06-05coresight: Make refcount a property of the connectionJames Clark
2023-06-05coresight: Store in-connections as well as out-connectionsJames Clark
2023-06-05coresight: Simplify connection fixup mechanismJames Clark
2023-06-05coresight: Store pointers to connections rather than an array of themJames Clark
2023-06-05coresight: Dynamically add connectionsJames Clark
2023-06-05coresight: Rename connection members to make the direction explicitJames Clark
2023-06-05coresight: Rename nr_outports to nr_outconnsJames Clark
2023-06-05coresight: Change name of pdata->connsJames Clark
2023-06-05coresight: Use enum type for cs_mode wherever possibleJames Clark
2023-06-05coresight: Fix loss of connection info when a module is unloadedJames Clark
2023-01-24coresight: Fix uninitialised variable use in coresight_disableSuzuki K Poulose
2023-01-20Coresight: Add coresight TPDM source driverMao Jinlong
2023-01-19coresight: core: Use IDR for non-cpu bound sources' paths.Mao Jinlong
2023-01-19coresight: Remove obsolete Trace ID unniqueness checksMike Leach
2022-10-20coresight: Fix possible deadlock with lock dependencySudeep Holla
2022-08-31coresight: Make new csdev_access offsets unsignedJames Clark
2022-08-31coresight: Re-use same function for similar sysfs register accessorsJames Clark
2022-06-22coresight: Clear the connection field properlySuzuki K Poulose
2022-05-04coresight: core: Fix coresight device probe failure issueMao Jinlong