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-tools] Dprobe and Systemtap for Xen Tracing and Debugging.

To: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-tools@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-tools] Dprobe and Systemtap for Xen Tracing and Debugging.
From: "rickey berkeley" <rickey.berkeley@xxxxxxxxx>
Date: Mon, 31 Jul 2006 21:00:10 +0800
Delivery-date: Mon, 31 Jul 2006 06:00:20 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=X1waTXZ8FpjCPBxsxqSrGr/NoQtrBwQ3YkaFhtVX9oFaXr2SGBf6c/DL67GTmw3mgZKzcvOQDg2/zUqg0pqlUMZGY23rNcR2FR5Bl4R+vvtmMkGl2u6HG5HgpmQ90ncVRhGEOeN45AP0XqWdDD0dgsJcKAfJSTzZYUsJdf0fibA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-tools-request@lists.xensource.com?subject=help>
List-id: Xen control tools developers <xen-tools.lists.xensource.com>
List-post: <mailto:xen-tools@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-tools>, <mailto:xen-tools-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-tools>, <mailto:xen-tools-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-tools-bounces@xxxxxxxxxxxxxxxxxxx
Hi folks
 
In linux kernel development, there is a debug tool called dprobe ,which can be used to dynamic insert the probes into the function of kernel source code and find what's goning on.There is also a tool called systemtap which is based on dprobe and kernel debug info.
Using the kprobes infrastructure, SystemTap is being developed to dynamically instrument the kernel and user applications.
In this way,we can diagnose complex problems without multiple rebuilds and reboots.
 
Can xen use this kind of tools for xen tracing and debugging ? As we know ,the capability of performace tracing tools (xenoprof)for xen is limited comparing with dprobe and systemtap.Dose anyone have any good idea about this ?
 
My idea is we cab make use of dprobe and systemtap to build a more powerful and covenient tool for xen performance tracing and debugging.  

----
Regards
Ding Rui(Rickey)
 
_______________________________________________
Xen-tools mailing list
Xen-tools@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-tools
<Prev in Thread] Current Thread [Next in Thread>