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] xenoprof samples lost due to no mapping

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] xenoprof samples lost due to no mapping
From: bhavani krishnan <bhavi63@xxxxxxxxx>
Date: Sun, 8 Nov 2009 17:14:05 -0800 (PST)
Delivery-date: Sun, 08 Nov 2009 17:14:33 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257729245; bh=+e7NyHvPm5/gajv8Aa5dlpuxQzZWtHXaKN0SYvnKpZ8=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=ocEyHeJAl65gOavhHbHBZbk5sTuTSZE60riMPDZSSEIyXts6DJ4R2l43yEjDiO9msZJRuuuio5JrWlCUtZsofTPpXbZFZVOeip3yIydZMpuvXnKoQx6vM/AMT1vox8Z0VWYjWekgCGHlaI48OoN9cHlOHOTn4o/34J9YBWfHe3w=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=c4hoMtG9pcMURdi/2WWOn6wsJZiEMiAIC3qmp9SJVvdwcQS8fLtUhadjUFUZ9WIggCiwBy+C0yueQCTouy54BkHgIUEbHCj3XEf0yLs5GNxK/ocAdi2DnAoTYZBTeWSxOPUwl2x/x7BLqkfzquds/551HVg5ArnW8i5ywvFdNyE=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I am trying to do passive profiling of domains in xen. kernel is 2.6.18-128.1.1.el5xen.
I am not getting the domain samples. Below is the oprofiled.log. Samples are being lost due to no mapping and no mm. Can anyone suggest what could be the problem?
When I start the daemon i get the following error but the daemon starts.
opcontrol --start-daemon --passive-domains=1,2,3,4,5 
/usr/bin/opcontrol: line 1275: echo: write error: Invalid argument
/usr/bin/opcontrol: line 1118: echo: write error: Invalid argument
Using 2.6+ OProfile kernel interface.
Reading module info.
Using log file /var/lib/oprofile/samples/oprofiled.log
Daemon started.

This is the oprofiled.log file
Nr. sample dumps: 1
Nr. non-backtrace samples: 0
Nr. kernel samples: 0
Nr. lost samples (no kernel/user): 0
Nr. lost kernel samples: 0
Nr. incomplete code structs: 0
Nr. samples lost due to sample file open failure: 0
Nr. samples lost due to no permanent mapping: 0
Nr. event lost due to buffer overflow: 0
Nr. samples lost due to no mapping: 719552
Nr. backtraces skipped due to no file mapping: 0
Nr. samples lost due to no mm: 2467472
Nr. samples lost cpu buffer overflow: 0
Nr. samples received: 0
Nr. backtrace aborted: 0
Nr. samples lost cpu buffer overflow: 0
Nr. samples received: 0
Nr. backtrace aborted: 0
Nr. samples lost cpu buffer overflow: 0
Nr. samples received: 0
Nr. backtrace aborted: 0
Nr. samples lost cpu buffer overflow: 0
Nr. samples received: 0
Nr. backtrace aborted: 0
Nr. samples lost cpu buffer overflow: 0
Nr. samples received: 0
Nr. backtrace aborted: 0
Nr. samples lost cpu buffer overflow: 0
Nr. samples received: 0
Nr. backtrace aborted: 0
Nr. samples lost cpu buffer overflow: 0
Nr. samples received: 0
Nr. backtrace aborted: 0
Nr. samples lost cpu buffer overflow: 0
Nr. samples received: 0
Nr. backtrace aborted: 0

Thanks,
Bhavani

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] xenoprof samples lost due to no mapping, bhavani krishnan <=