How to get the interrupts(include SEIs, SGIs and so on) when an application running on TDA4VM?
Are there some APIs that can get the begin/end of the interrupt?
And are there some APIs that can distinguish the type of the interrupt?
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.
How to get the interrupts(include SEIs, SGIs and so on) when an application running on TDA4VM?
Are there some APIs that can get the begin/end of the interrupt?
And are there some APIs that can distinguish the type of the interrupt?
How to get the start/stop of the interrupts? Are there some API or some example?
For example, Thread A runs on the core1, a higher priority thread B is scheduled on core1, an interrupt is generated. I want to collect the timestamp or clock to start to handle interrupt, the timestamp or clock to complete processing interrupt, and the handle was generated if possible.