No profiling results shown using Nsight

I am trying to use Nsight to profile a program on Jetson TX2. I use “debug remote application” in tab “run” in nsight eclipse edition. It can run the program and print the outputs correctly, and it also shows that it is generating a pipeline.

However, no pipeline is shown when it finishes running and all the areas are just blank.

I am using CUDA toolkit 10.0 and ubuntu 18.4 on the host computer.

Does anyone know what the problem could be?