WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] XENOPROF: add a new hypercall operation for allocati

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] XENOPROF: add a new hypercall operation for allocating and sharing xenoprof buffer with domain
From: "Santos, Jose Renato G" <joserenato.santos@xxxxxx>
Date: Tue, 12 Sep 2006 23:06:56 -0500
Delivery-date: Tue, 12 Sep 2006 21:07:31 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcbW6g3QyF/ffSnrTYOpg8BaqIrSMA==
Thread-topic: [PATCH] XENOPROF: add a new hypercall operation for allocating and sharing xenoprof buffer with domain
This patch modifies the XENOPROF_init operation in xenoprof hypercall,
removing the code for allocating and sharing the xenoprof buffer. The
patch creates a new xenoprof hypercall operation for the buffer
operations: XENOPROF_get_buffer.
This is the first step to enable dynamic mapping and unmapping of the
xenoprof buffer. This is necessary for doing passive profiling of
domains which have oprofile module loaded or builtin the kernel. Today
loading oprofile in a domain prevent it to be profiled in passive mode
even if the module is later unloaded.

Since this change modifies the hypercall interface, it would be nice if
it could make the 3.0.3 release to avoid breaking compatibility.

Thanks

Renato


Attachment: xenoprof_add_get_buffer_op.patch
Description: xenoprof_add_get_buffer_op.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] XENOPROF: add a new hypercall operation for allocating and sharing xenoprof buffer with domain, Santos, Jose Renato G <=