From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Tschaeche IT-Services <services@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] Monitoring Xenomai scheduler switches
Date: Fri, 21 May 2010 11:04:57 +0200 [thread overview]
Message-ID: <4BF64CB9.5010301@domain.hid> (raw)
In-Reply-To: <20100520142614.GA23058@domain.hid>
Tschaeche IT-Services wrote:
> Hi,
>
> we started an application which monitors task switches
> using Xenomai 2.5.3.
>
> For monitoring primary domain switches we hooked
> in our code by using rt_task_add_hook(T_HOOK_SWITCH)
> (storing a timestamp and the Xenomai task ID in an array,
> which is read later by user space appl from shared memory).
>
> It seems, that our code is not called when Xenomai switches to the ROOT task.
>
> We already had this issue with Xenomai 2.4.10
> and solved it by applying the attached patch.
>
> How can we catch these Xenomai scheduler events in 2.5.3?
>
> What is the reason for filtering them out?
The nucleus switch hook service was created to implement the equivalent
service provided by RTOSes such as vxworks, psos, vrtx, etc... And we
wrongly assumed that for these RTOSes the switch hook was not called
when switching to the idle task. So, your patch is indeed neeeded. We
also probably need to change code in some places to avoid missing the
switches which take place when changing mode.
--
Gilles.
next prev parent reply other threads:[~2010-05-21 9:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-20 14:26 [Xenomai-help] Monitoring Xenomai scheduler switches Tschaeche IT-Services
2010-05-20 14:54 ` Andreas Glatz
2010-05-21 9:04 ` Gilles Chanteperdrix [this message]
2010-05-21 9:28 ` Philippe Gerum
2010-05-25 11:44 ` Tschaeche IT-Services
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BF64CB9.5010301@domain.hid \
--to=gilles.chanteperdrix@xenomai.org \
--cc=services@domain.hid \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.