All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@domain.hid>
To: rpm@xenomai.org
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] How to check task activation ?
Date: Fri, 06 Feb 2009 16:01:32 +0100	[thread overview]
Message-ID: <498C50CC.6060307@domain.hid> (raw)
In-Reply-To: <498C4DB1.3010206@domain.hid>

Philippe Gerum wrote:
> Sebastien DI MERCURIO wrote:
>> Hello,
>>  
>> Is there a way to get task scheduling log in xenomai ? Something like a
>> log in /proc/xenomai, telling which task was activated at which time,
>> and then which other task was activated .... would be fine?
>>
> 
> No. You can do it yourself using the task callouts in kernel space (namely
> TSWITCH). If you are running on top of the VxWorks skin, then the taskHookLib is
> available from kernel space. If you are running on top of the native API,
> rt_task_add_hook() is an equivalent. The idea would be to create a small module
> using the native API in kernel space as well, that registers a TSWITCH scheduler
> hook. The hook routine would emit a record via a message pipe (RT_PIPE) for each
> event, which a plain Linux process would collect by reading on the user-space
> end of the pipe.
> 
> Note: this will obviously cause overhead.
> 
> The other option is to either use LTTng or the I-pipe tracer, but you would
> collect a lot of data, aside of the TSWITCH events. YMMV.
> 
>> Other point: is there some kind of monitoring tool (a bit like windriver
>> Windview) working on xenomai ?
> 
> No.

LTTV from the LTTng project can serve as such, though the Xenomai events
are not graphically visualized. It's unclear if we will ever see this
for LTTV as there is now activity towards an Eclipse plugin for LTTng
which will probably be the better place for extensions.

Jan

-- 
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux


  reply	other threads:[~2009-02-06 15:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-06 14:29 [Xenomai-help] How to check task activation ? Sebastien DI MERCURIO
2009-02-06 14:48 ` Philippe Gerum
2009-02-06 15:01   ` Jan Kiszka [this message]
2009-02-06 15:59     ` Sebastien DI MERCURIO
2009-02-06 15:42   ` Sebastien DI MERCURIO

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=498C50CC.6060307@domain.hid \
    --to=jan.kiszka@domain.hid \
    --cc=rpm@xenomai.org \
    --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.