Hi,
I would like to ask a question on hook.
(1.) On page 57 of the TMS320C6000 Optimizing Compiler v 7.2 Beta, I read that --entry_hook / --entry_hook are called upon entry and exit of functions, and can be used for instrumentation / profiling.
(2.) On page 35 of TI SYS_BIOS Real-time Operating System v6.x User’s Guide, it is also said that SYS-BIOS is capable of implementing hooks into functions. There are many different types of hooks there.
The question: Is (2) implemented using (1)?
Zheng