rv/rtapp: Add wakeup monitorAdd a wakeup monitor to detect a lower-priority task waking up ahigher-priority task.The rtapp/sleep monitor already detects this. However, that monitortriggers an e
rv/rtapp: Add wakeup monitorAdd a wakeup monitor to detect a lower-priority task waking up ahigher-priority task.The rtapp/sleep monitor already detects this. However, that monitortriggers an error in the context of the wakee task and user only getsthe stacktrace of that task. It is also extremely useful to get thestacktrace of the waker task, which this monitor offers. In otherwords, this monitor complements the rtapp/sleep monitor.Signed-off-by: Nam Cao <namcao@linutronix.de>Reviewed-by: Gabriele Monaco <gmonaco@redhat.com>Link: https://lore.kernel.org/r/ba5658fa13e49ada466b84a2c211f233037180b5.1781852967.git.namcao@linutronix.deSigned-off-by: Gabriele Monaco <gmonaco@redhat.com>
show more ...