Part Number: TMDSEVM6678
Tool/software: Code Composer Studio
Hi
In CCS how does Function profiler works?
Does it use ETB and trace features? Or any Other methods?
thanks
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.
Hello,
didoo said:In CCS how does Function profiler works?
See slides 7-9 of the below presentation:
http://software-dl.ti.com/ccs/esd/training/modules/profiling/CCSv6-Profiling.pptx
didoo said:Does it use ETB and trace features? Or any Other methods?
No, as mentioned in the link above, it is strictly breakpoint based using the profile clock
For trace based profiling, see:
http://software-dl.ti.com/ccs/esd/training/modules/trace_keystone/CCSv6-KeystoneTraceWorkshop.pptx
Thanks
ki
Hi Ki-Soo, and thanks
In slide 7 it says:
"Hardware support is provided by setting breakpoints on each function entry/exit point and reading a counter on the target"
What kind of breakpoint does CCS use?
which counter is used? is it a register?
if I extract functions address from .out file, How can I do CCS function profiling method from core0 (linux os) on other cores?