Searched full:tpda (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | qcom,coresight-tpda.yaml | 5 $id: http://devicetree.org/schemas/arm/qcom,coresight-tpda.yaml# 8 title: Trace, Profiling and Diagnostics Aggregator - TPDA 17 There is no strict binding between TPDM and TPDA. TPDA can have multiple 18 TPDMs connect to it. But There must be only one TPDA in the path from the 19 TPDM source to TMC sink. TPDM can directly connect to TPDA's inport or 20 connect to funnel which will connect to TPDA's inport. 45 - qcom,coresight-tpda 51 pattern: "^tpda(@[0-9a-f]+)$" 54 - const: qcom,coresight-tpda 70 Input connections from TPDM to TPDA [all …]
|
D | qcom,coresight-tpdm.yaml | 19 sources and send it to a TPDA for packetization, timestamping, and funneling. 89 Output connections from the TPDM to coresight funnel/TPDA. 95 funnel/TPDA. 107 # minimum TPDM definition. TPDM connect to coresight TPDA.
|
/linux-6.12.1/Documentation/trace/coresight/ |
D | coresight-tpda.rst | 4 The trace performance monitoring and diagnostics aggregator(TPDA) 13 TPDA - The trace performance monitoring and diagnostics aggregator or 14 TPDA in short serves as an arbitration and packetization engine for the 16 The primary use case of the TPDA is to provide packetization, funneling 22 Root: ``/sys/bus/coresight/devices/tpda<N>`` 27 The tpdm and tpda nodes should be observed at the coresight path 31 tpda0 -> ../../../devices/platform/soc@0/6004000.tpda/tpda0 35 Enable coresight sink first. The port of tpda which is connected to 48 There must be a tpda between tpdm and the sink. When there are some 52 tpda directly.
|
D | coresight-tpdm.rst | 15 sources and send it to a TPDA for packetization, timestamping and funneling.
|
/linux-6.12.1/drivers/hwtracing/coresight/ |
D | coresight-tpda.c | 19 #include "coresight-tpda.h" 23 DEFINE_CORESIGHT_DEVLIST(tpda_devs, "tpda"); 89 * the devicetree. Each input port of TPDA is connected to 93 * of TPDA, and it is set to -1 in the recursize call. 198 dev_dbg(drvdata->dev, "TPDA inport %d enabled.\n", in->dest_port); in tpda_enable() 232 dev_dbg(drvdata->dev, "TPDA inport %d disabled\n", in->dest_port); in tpda_disable() 248 * TPDA must has a unique atid. This atid can uniquely in tpda_init_default_data() 249 * identify the TPDM trace source connected to the TPDA. in tpda_init_default_data() 250 * The TPDMs which are connected to same TPDA share the in tpda_init_default_data() 251 * same trace-id. When TPDA does packetization, different in tpda_init_default_data() [all …]
|
D | coresight-tpda.h | 24 * struct tpda_drvdata - specifics associated to an TPDA component
|
D | Kconfig | 235 monitors are connected on different input ports of TPDA. 238 called coresight-tpda.
|
D | Makefile | 49 obj-$(CONFIG_CORESIGHT_TPDA) += coresight-tpda.o
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sa8775p.dtsi | 1954 tpda@4004000 { 1955 compatible = "qcom,coresight-tpda", "arm,primecell"; 2212 tpda@4b08000 { 2213 compatible = "qcom,coresight-tpda", "arm,primecell"; 2706 tpda@6863000 { 2707 compatible = "qcom,coresight-tpda", "arm,primecell";
|
D | sm8250.dtsi | 3155 tpda@6004000 { 3156 compatible = "qcom,coresight-tpda", "arm,primecell";
|