How can I use MC DFD Interface??(CoreSight)

I’m trying to use Jetson’s CoreSight feature.
Since there’s only 32KB buffer for ETF in Parker SoC, I can’t trace program’s control flow with full trace output.
While reading the Parker’s specification pdf, I found something interesting in DFD components.
It appears that ETR which located in CoreSight SoC 400 connects to AXICIF and AXICIF connects to DFD PC.
And in ETR MC Interface section, what it says is like I can use this feature in some way.
However I could not find any materials about this feature.
So the question is, how can I use this interface and is this feature implemented in L4T kernel or something?

Hi,

This was verified in r28.3
May be you can give it a try
https://docs.nvidia.com/jetson/archives/l4t-archived/l4t-283/index.html#page/Tegra%2520Linux%2520Driver%2520Package%2520Development%2520Guide%2Fdebugging_PTM.html

regards
Bibek

Thanks for the link (which I was looking for but missing), bbasu!

However I still can’t figure out a way to set trace sinks as DDR via ETR DMA for my Jetson TX2 since there seems no documentation available…
Is there any material that describes ETR DMA feature as well?