Hello,
I use a built-in feature in the TMS570 which give-me the exact number of instructions between 2 points (2 calls: start and end). It is called CPU performance.
I can use many of these channels to get multi-measurements in «parallel».
I want to use this feature in the BIOS to get a more precise measurement of my CPU load (and at run-time) for every thread.
My question:
Can I edit the kernel source code and where can I put these calls to have a measure for every thread?
Is there any hook that can I use?
Simon
CCS5.1, TMS570, xdc 3.20.8.88