From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhiyuan Shao Subject: problem with xentrace_format in Xen 4.0.1 Date: Thu, 21 Jul 2011 16:01:48 +0800 Message-ID: <4E27DCEC.8070002@gmail.com> References: <1311150262.86842.YahooMailClassic@web65908.mail.ac4.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org hi all, Just made a trace record file in a 8-core server with xentrace in xen 4.0.1, however, problem happens in converting the record file: [root@localhost szy_work]# cat ./rec.raw | xentrace_format ./formats > rec.txt Traceback (most recent call last): File "/usr/bin/xentrace_format", line 192, in ? irq_measure[d1]['count'] += 1 IndexError: list index out of range Seems the build-in xentrace_format in Xen 4.0.1 is problematic. I can convert the record file with xentrace_format from Xen 3.4.2... Thanks, Zhiyuan