4 messages in com.xensource.lists.xen-devel[Xen-tools] Re: [Xen-devel] Dprobe an...
FromSent OnAttachments
rickey berkeley31 Jul 2006 05:59 
Andrew D. Ball31 Jul 2006 06:38 
Mark Williamson31 Jul 2006 06:50 
rickey berkeley31 Jul 2006 20:25 
Subject:[Xen-tools] Re: [Xen-devel] Dprobe and Systemtap for Xen Tracing and Debugging.
From:Andrew D. Ball (aba@us.ibm.com)
Date:07/31/2006 06:38:00 AM
List:com.xensource.lists.xen-devel

Sounds like a great idea to me! I doubt that the hypervisor itself is already ready for kprobes, but I hope that it's not to hard to get working ...

Peace, Andrew

On Mon, 2006-07-31 at 21:00 +0800, rickey berkeley wrote:

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)