Hi Reinier,

> I've been testing the USB driver in the RaspberryPI assigning priorities
> to each processes, but continue losing events. I have also tried
> changing the top value of cnt, but still the same result. I will
> continue doing some independent tests of the driver, mouse, keyboard and
> network independently.
> If you have any other suggestions?

admittedly, I am (almost) running out of ideas. The last resort would be
to use Genode's tracing mechanism [1] to obtain a trace of interrupts as
received by the USB driver along with information about the state of the
USB driver. I would then compare the trace generated with base-hw
against the trace generated with base-foc.

Unfortunately, employing the tracing mechanism requires a bit of labor
on your side. You will need to develop a so-called trace monitor that
assigns a tracing policy to the threads of interest (the ones living in
the USB driver) and captures the tracing data. You can find a simple
example at os/run/trace.run.

BTW, the tracing framework played an instrumental role for bringing the
Rpi USB driver to Genode in the first place. Without it, I certainly
would not have succeeded.

[1]
http://genode.org/documentation/release-notes/13.08#Light-weight_event_tracing

Best regards
Norman

-- 
Dr.-Ing. Norman Feske
Genode Labs

http://www.genode-labs.com · http://genode.org

Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden
Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main

Reply via email to