GPU kernel profiling on Jetson

Hi all,
in the default Ubuntu OS, installed in the Jetson board, the computeprof binary is missing.

I could successfully use nvprof with the -o option, to obtain the profiler output on a file, which I can use in the visual profiler on another host.
In this way I can have the execution timeline and some information about the kernels.

But how could I perform the full “kernel analysis”?
To do that the profiler wants to be able to run the kernels multiple times… is there a way to do this remotely?
Maybe some options for nvprof to collect all the needed information?

Thanks in advance,

Enrico