Where to find mem_parser binary for trace collection

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?

Thanks for your report, will check internally.

Have a check from below topic.

where is this elf file located :

–elf <vmlinux_with_path>
–elf $TEGRA_TOP/out/l4t-t186ref-debug-aarch64/nvidia/kernel/vmlinux

its an argument for the mem_parser

It’s internal build environment. Does it matter?