broken backtrace in Jetson TK1

I try to use tegra system profiler on the project dct8x8 in samples cuda sdk. I modified the make file, adding the keys compilation -fno-omit-frame-pointer -marm -funwind-tables. Now build the project looks like this:

/usr/local/cuda-6.5/bin/nvcc -ccbin g++ -I…/…/common/inc -m32 -g -G -Xcompiler -fno-omit-frame-pointer -Xcompiler -marm -Xcompiler -funwind-tables -Xcompiler -mfloat-abi=hard -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_32,code=sm_32 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_52,code=compute_52 -o BmpUtil.o -c BmpUtil.cpp
/usr/local/cuda-6.5/bin/nvcc -ccbin g++ -I…/…/common/inc -m32 -g -G -Xcompiler -fno-omit-frame-pointer -Xcompiler -marm -Xcompiler -funwind-tables -Xcompiler -mfloat-abi=hard -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_32,code=sm_32 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_52,code=compute_52 -o DCT8x8_Gold.o -c DCT8x8_Gold.cpp
/usr/local/cuda-6.5/bin/nvcc -ccbin g++ -I…/…/common/inc -m32 -g -G -Xcompiler -fno-omit-frame-pointer -Xcompiler -marm -Xcompiler -funwind-tables -Xcompiler -mfloat-abi=hard -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_32,code=sm_32 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_52,code=compute_52 -o dct8x8.o -c dct8x8.cu
/usr/local/cuda-6.5/bin/nvcc -ccbin g++ -m32 -g -G -Xcompiler -fno-omit-frame-pointer -Xcompiler -marm -Xcompiler -funwind-tables -Xcompiler -mfloat-abi=hard -Xlinker --dynamic-linker=/lib/ld-linux-armhf.so.3 -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_32,code=sm_32 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_37,code=sm_37 -gencode arch=compute_50,code=sm_50 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_52,code=compute_52 -o dct8x8 BmpUtil.o DCT8x8_Gold.o dct8x8.o

I profiled application in tegra system profiler with options: Sampling rate: 100 Hz and Collect call stacks: automatic. But while the construction report I appear broken backtraces:
[url]http://itmages.ru/image/view/2675309/3b2a4605[/url]

Can this be fixed?

Hi Ghost,
Could you try the latest tool? It should have fixed your issue.

Victor

Hi,

I am facing Broken backtraces on my tegra profiler 2.6 when I try to profile my code

Any pointers to resolve these issues?

Thanks,
njs

Hi Ghost,

To resolve issue try use latest tool which is 3.1.

Maxim