for Program Trace Macrocell in this link
https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/debugging_PTM.html
it says use mem_parser:
On the host, execute the command:
./mem_parser --formatter --etb <dumped_file_with_trace buffer> --elf <vmlinux_with_path> > <output_file_with_instructions>
where to find the binary and install it?