From: Jan Kiszka <jan.kiszka@domain.hid>
To: Karl Reichert <Karl-Trampe@domain.hid>,
"M. Koehrer" <mathias_koehrer@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] TSCs synchron on multi-core CPUs?
Date: Tue, 03 Jun 2008 18:47:00 +0200 [thread overview]
Message-ID: <48457584.3040705@domain.hid> (raw)
In-Reply-To: <20080603142947.115490@domain.hid>
Karl Reichert wrote:
>> Hi everybody,
>>
>> I have a question concerning the time stamp counters of the Intel
>> core2duo/quad CPUs.
>> They will be used e.g. with the Xenomai native skin call rt_time_tsc which
>> ends up in
>> an assembler statement "rdtsc".
>> My question is now:
>> Are the values of TSC synchron with dual/quad core CPUs? Or is there a
>> possible drift between
>> the CPUs?
>> Background of the question is:
>> I want to measure the time of a event that occurs within one task.
>> A second event is checked in another task on a different core. The time
>> difference between the
>> events has to be checked.
>> Can this be done precisely with rdtsc() or is a mechanism required that
>> uses the TSC of exactly one
>> core?
>>
>> Thanks for all hints on that question!
>>
>> Regards
>>
>> Mathias
>
> Hi Mathias,
>
> TSC of the cores may differ: http://en.wikipedia.org/wiki/Time_Stamp_Counter
And if they do on your box, clocktest from the testsuite can tell you.
Note that Xenomai currently relies on TSC being synchronized, or that
you switch to a TSC-less CPU type in your kernel config. Once this
becomes and actual problem for a use case, one may consider adding HPET
as clocksource for Xenomai. So far this wasn't the case.
Jan
--
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux
prev parent reply other threads:[~2008-06-03 16:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-03 14:07 [Xenomai-help] TSCs synchron on multi-core CPUs? M. Koehrer
2008-06-03 14:29 ` Karl Reichert
2008-06-03 16:47 ` Jan Kiszka [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48457584.3040705@domain.hid \
--to=jan.kiszka@domain.hid \
--cc=Karl-Trampe@domain.hid \
--cc=mathias_koehrer@domain.hid \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.