Home
last modified time | relevance | path

Searched +full:coresight +full:- +full:catu (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/arm/
H A Darm,coresight-catu.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/arm/arm,coresight-catu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Arm Coresight Address Translation Unit (CATU)
10 - Mathieu Poirier <mathieu.poirier@linaro.org>
11 - Mike Leach <mike.leach@linaro.org>
12 - Leo Yan <leo.yan@linaro.org>
13 - Suzuki K Poulose <suzuki.poulose@arm.com>
16 CoreSight components are compliant with the ARM CoreSight architecture
[all …]
/linux/drivers/hwtracing/coresight/
H A Dcoresight-kunit-tests.c1 // SPDX-License-Identifier: GPL-2.0
5 #include <linux/coresight.h>
7 #include "coresight-priv.h"
14 csdev->pdata = devm_kcalloc(dev, 1, in coresight_test_device()
23 * Source -> ETF -> ETR -> CATU in test_default_sink()
31 *catu = coresight_test_device(dev); in test_default_sink() local
34 src->type = CORESIGHT_DEV_TYPE_SOURCE; in test_default_sink()
39 src->subtype.source_subtype = CORESIGHT_DEV_SUBTYPE_SOURCE_BUS; in test_default_sink()
40 etf->type = CORESIGHT_DEV_TYPE_LINKSINK; in test_default_sink()
41 etf->subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in test_default_sink()
[all …]
H A Dcoresight-tmc-etr.c1 // SPDX-License-Identifier: GPL-2.0
8 #include <linux/coresight.h>
9 #include <linux/dma-mapping.h>
17 #include "coresight-catu.h"
18 #include "coresight-etm-perf.h"
19 #include "coresight-priv.h"
20 #include "coresight-tmc.h"
37 * etr_perf_buffer - Perf buffer used for ETR
38 * @drvdata - The ETR drvdaga this buffer has been allocated for.
39 * @etr_buf - Actual buffer used by the ETR
[all …]