van der Linden wrote:
 > Gilles,
 > 
 > I see the problem.
 > I think the best (easiest) way is not using the libasound library but using 
 > the kernel driver directly.

It will not work either. The kernel driver uses some synchronization
objects such as mutexes, semaphores, spinlocks that only work in Linux
domain. So, you really need to rewrite a driver using RTDM's own
synchronization objects.

 > 
 > Then using "borderline" threads for the non-realtime tasks.
 > 
 > If this is right I keep still one question,
 > 
 > What can be used as performance measurement tool.
 > The normal "top" Linux command will only show IRQ's taking almost 100% of 
 > the cpu loading. I gues that must be the Xenomai schedular but how can I 
 > display the loading the Xenomai threads realy take?

cat /proc/xenomai/sched or /proc/xenomai/stat but you really have other
issues to solve before you care about that.


-- 


                                            Gilles.

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to