All of lore.kernel.org
 help / color / mirror / Atom feed
From: William Cohen <wcohen@nc.rr.com>
To: John Levon <levon@movementarian.org>
Cc: "Santos,
	Jose Renato G (Jose Renato Santos)" <joserenato.santos@hp.com>,
	William Cohen <wcohen@redhat.com>,
	xen-devel@lists.xensource.com,
	oprofile-list <oprofile-list@lists.sourceforge.net>,
	Aravind Menon <aravind.menon@epfl.ch>,
	G John Janakiraman <john@arivalai.hpl.hp.com>,
	"Turner, Yoshio" <yoshio_turner@hp.com>
Subject: Re: [Xen-devel] [PATCH] Xenoprof: Enabling performance profiling in Xen
Date: Mon, 11 Apr 2005 23:10:32 -0400	[thread overview]
Message-ID: <425B3C28.3040708@nc.rr.com> (raw)
In-Reply-To: <20050411231147.GA21084@compsoc.man.ac.uk>

John Levon wrote:
> On Mon, Apr 11, 2005 at 03:37:57PM -0700, Santos, Jose Renato G (Jose Renato Santos) wrote:
> 
> 
>>http://lists.xensource.com/archives/html/xen-devel/2005-04/msg00256.html
> 
> 
> Where can I get the diff against oprofile userspace source, plus a diff
> of the changes to the kernel driver?
> 
> (It'd be really handy if somebody wrote up a little bit about Xen (no
> idea what a domain is) for us OProfile people too)

Xen is a virtualization system. It allows multiple domains (instances of 
the OS) to run on a computer using a hypervisor. Think of a domain as a 
Virtual Machine in the old 360 mainframes. Thus, a physical machine 
could appear to be multiple logical machines, each with a different disk 
image and installation running on it.

Xen uses paravirtualization, so the kernel needs to be modified to make 
calls to the hypervisor rather than directly touch hardware like the 
memory management unit. This is bit different than VMware which emulates 
the machine and the OS doesn't need to be modified. However, Xen has 
better performance a a result of this. Note that user applications do 
not need to be modified to run on Xen. There is more information about 
Xen at:

http://xen.sf.net/

Here are the start of the threads in the xen-devel mailing list 
discussing the patches to provide oprofile support:

http://lists.xensource.com/archives/html/xen-devel/2005-04/msg00256.html
http://lists.xensource.com/archives/html/xen-devel/2005-04/msg00257.html
http://lists.xensource.com/archives/html/xen-devel/2005-04/msg00259.html

-Will


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

      reply	other threads:[~2005-04-12  3:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-11 22:37 [PATCH] Xenoprof: Enabling performance profiling in Xen Santos, Jose Renato G (Jose Renato Santos)
2005-04-11 23:11 ` [Xen-devel] " John Levon
2005-04-12  3:10   ` William Cohen [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=425B3C28.3040708@nc.rr.com \
    --to=wcohen@nc.rr.com \
    --cc=aravind.menon@epfl.ch \
    --cc=john@arivalai.hpl.hp.com \
    --cc=joserenato.santos@hp.com \
    --cc=levon@movementarian.org \
    --cc=oprofile-list@lists.sourceforge.net \
    --cc=wcohen@redhat.com \
    --cc=xen-devel@lists.xensource.com \
    --cc=yoshio_turner@hp.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 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.