Re: [Xenomai-core] measuring tasks execution time

2007-07-12 Thread Daniel Simon
On Wed, 11 Jul 2007 23:20:47 +0200 Jan Kiszka <[EMAIL PROTECTED]> wrote: > I've merge you changes (whitespaces...) sorry for bad formatting, my dev. tool is emacs, which sometimes refuse to understand tabs... >http://www.rts.uni-hannover.de/rtaddon/patches/xenomai/enhance-thread-stats-v2.patch t

Re: [Xenomai-core] measuring tasks execution time

2007-07-12 Thread Jan Kiszka
Daniel Simon wrote: > On Wed, 11 Jul 2007 23:20:47 +0200 > Jan Kiszka <[EMAIL PROTECTED]> wrote: > >> I've merge you changes (whitespaces...) > sorry for bad formatting, my dev. tool is emacs, which sometimes refuse to > understand tabs... > >> http://www.rts.uni-hannover.de/rtaddon/patches/xenom

[Xenomai-core] [PATCH 3/3] Report IPIs by name

2007-07-12 Thread Jan Kiszka
Trivial beautification of /proc/xenomai/irq: Starring at the output of some SMP box, I wondered what those two unnamed IRQs are for... --- ksrc/nucleus/intr.c |8 1 file changed, 8 insertions(+) Index: xenomai/ksrc/nucleus/intr.c ==

[Xenomai-core] [PATCH 1/3] Enhanced xnthread & native task stats

2007-07-12 Thread Jan Kiszka
Basically, this patch enhances the statistics one can obtain via rt_task_inquire. It adds the task's - accumulated execution time - context switches - mode switches - page faults to RT_TASK_INFO. To provide this data, our existing exectime stats had to be extended so that the collected data n

[Xenomai-core] [PATCH 2/3] Refactor xnstat_runtime to xnstat_exectime

2007-07-12 Thread Jan Kiszka
Meanwhile, "runtime" appears to me like the wrong term for what we provide with the xnstat API. Let's refactor every xnstat_exectime occurrence to xnstat_exectime (and a few more spots). Jan --- include/nucleus/intr.h |6 ++-- include/nucleus/pod.h|2 - include/nucleus/stat.h |