Hi all,
I am working on Jetson Orin AGX with the JP6.2.
I am running the following command:
sudo -E nsys profile -w true -t cuda,nvtx,osrt,cudnn,cublas,syscall,tegra-accelerators,oshmem -s cpu -o my_report -f true --cudabacktrace=true --osrt-threshold=10000 -x true python my_script.py"
When opening the profile file, sys-ui indicate an error:
Failed to set up syscall trace: Failed to load BPF skeleton `syscall_trace_bpf`: No such process
I have tried a couple of things in vain. What would be the straight forward approach to asses this issue ?
Thanks in advance for your help.