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: Question about Instrumentation? Thanks


"Qiang Huang" <jameshq at liverpool dot ac dot uk> writes:

> Hi all:
>    I just tried to use kernel instrumentation in ecos. I have a question:
> Seen from the source code in "instrmnt/meminst.cxx", In function
> "cyg_instrument( )" it just record the time stamp by reading the clock as
> "HAL_CLOCK_READ( &p->timestamp );", but the system clock is running forever
> and roll over when it reach the limits, so through the whole program the
> clock may have already been roll over some times so how can I interept the
> time stamp recorded by the kernel instrumentation? probably a later
> instrumentation will have the time stamp less than the earlier one? so how?
> Am I wrong somewhere?
> 

The idea is that if timing over long periods is required, then you
should use the instrumentation entries stored by the clock DSR to
calculate correct timestamps.

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


-- 
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]