Woken by "Interrupt" after IO state #2066
-
|
Hi, I would like to understand whether this could be due to a change in system behavior or some information loss during trace collection. Please help. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
This is a change in the data we collect which makes wakeup tracking more accurate. We used to say "woken up by thread X" on older versions of Android even if that was not true and we were woken up by an interrupt happening on the CPU the thread was scheduled on. On newer Android versions, we made a change to our collection/processing of the ftrace event to actually track whether the wakeup came from an interrupt and expose that information in the UI. |
Beta Was this translation helpful? Give feedback.

This is a change in the data we collect which makes wakeup tracking more accurate. We used to say "woken up by thread X" on older versions of Android even if that was not true and we were woken up by an interrupt happening on the CPU the thread was scheduled on. On newer Android versions, we made a change to our collection/processing of the ftrace event to actually track whether the wakeup came from an interrupt and expose that information in the UI.