public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: Roland McGrath <roland@redhat.com>
To: "William Cohen" <wcohen@redhat.com>, <systemtap@sourceware.org>
Subject: RE: probe hrtimer testing
Date: Wed, 24 May 2006 22:01:00 -0000	[thread overview]
Message-ID: <20060524220054.C38A1180054@magilla.sf.frob.com> (raw)
In-Reply-To: Stone, Joshua I's message of  Wednesday, 24 May 2006 13:51:07 -0700 <CBDB88BFD06F7F408399DBCF8776B3DC074AB140@scsmsx403.amr.corp.intel.com>

Just to reiterate, itimer.c (and posix-timers.c) implement the user syscall
ABIs for timers, and the only things they can be used for are affecting the
user-visible ABI components.  Those are implemented in terms of the
kernel's internal timer facilities.  Anything in private kernel code such
as systemtap probes/runtime must be done using those facilities, and they
are easy to use for it.  In the latest kernels, the hrtimer interface is
the preferred internal timer facility and is now the canonical thing to use
in new kernel code (regardless of what granularity you are going to ask for).

  reply	other threads:[~2006-05-24 22:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-24 20:51 Stone, Joshua I
2006-05-24 22:01 ` Roland McGrath [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-05-23 18:34 Stone, Joshua I
2006-05-24 15:36 ` Frank Ch. Eigler
2006-05-24 19:04 ` William Cohen
2006-05-23 17:58 William Cohen

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=20060524220054.C38A1180054@magilla.sf.frob.com \
    --to=roland@redhat.com \
    --cc=systemtap@sourceware.org \
    --cc=wcohen@redhat.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).