This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Thread behaviour examination/visualization.


On Wed, Apr 30, 2003 at 05:58:36PM +0530, Prakash R wrote:
> I would like to examine the behaviour of various threads running on a 
> target system over a period of time. The following are desirable:
> 
> *) Thread creation/deletion.
> *) State changes in thread (Running/Ready/WaitingForEvent etc) at a 
> resolution of milliseconds.
> *) ISRs' and DSRs' cpu usage.
> *) Logging of the behaviour should start and stop on a specific 
> trigger.
> 
> Are there any mechanism to do this? Any suggestions on how to go about 
> doing this?

Take a look at kernel instrumentation. This does most of what you want
to do.

     Andrew

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]