This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ask about DSP profiling using hook option

Hi

now I'm in testing for DSP profiling refer to below URL.

http://processors.wiki.ti.com/index.php/Profiling_on_the_C6000_using_Function_Hooks

 

now I get dump that is made by hook functions. and I have log_profile.csv file after I run parser with dump / .out file(C6000 DSP Profiling Tool v1.1.2)

address seems good but all function's name is not displayed even though I used correspond .out file when I use parser.

function name is displayed like this:

 - ?function #152

 

how can I fix it?