Different path for the directory

I am trying to measure performance of concurrent DLA core execution using nsys tool and upon starting a remote profile from my host machine I get the following error:

DirectoryNotFoundError (150) {
    OriginalExceptionClass: N5boost10wrapexceptIN11QuadDCommon26DirectoryNotFoundExceptionEEE
    OriginalFile: /System/Volumes/Data/dvs/p4/build/sw/devtools/Agora/Rel/QuadD_Main/QuadD/Host/Analysis/PosixDeviceValidator.cpp
    OriginalLine: 26
    OriginalFunction: bool QuadDAnalysis::PosixDeviceValidator::CheckHostSupport(const DevicePtr &)
    Filename: /Applications/NVIDIA Nsight Systems.app/Contents/target-linux-tegra-armv8
    ErrorText: Deploy directory does not exist
}

How do I solve this error?

I have a few questions.

What version of Nsys are you using? What is the host and target OSs?

Is this bare metal or running in a container.

My host machine is a MacBook Pro M4 containing NSYS version 2025.3.1.

My target machine is a Jetson AGX Orin (64GB) machine containing NSYS version 2024.5.4.

@mpopov should that version have the right target bits for Orin?

@kunal.sahoo2003 , We do not officially support profiling from the UI on Jetson devices when using macOS - only from Linux (Supported Platforms). However, you can use the Nsight Systems CLI to profile your application and then open the report using the Nsight Systems UI.