search for: xentrace_format

Displaying 17 results from an estimated 17 matches for "xentrace_format".

2007 Jul 27
2
how to use xentrace and xentrace_format
2005 Nov 17
1
[PATCH]xentrace_format doesn''t work on 64 bit arch
The xentrace_format script doesn''t work on x86/64. Python pads the input structure because the first field is 32 bits and the next is 64 bits, whereas x86-32 doesn''t pad. The quick fix is to read the cpu id separately as a 32bit value, then read the rest of the trace record. Here is a little patc...
2008 May 19
0
how to use xentrace and xentrace_format
Hi, I have read a mail in the mail list about xentrace and xentrace_format. But I am still puzzled on how to use them. Could somebody give me an example about how to use xentrace and xentrace_format. What I have done is that: 1. Root:/# xentrace /var/perftests/xentrace.log Then I use xentrace_format to get what I want 2. cat /var/perftests/xentrace.log |...
2008 May 19
0
how to use xentrace and xentrace_format
Hi, I have read a mail in the mail list about xentrace and xentrace_format. But I am still puzzled on how to use them. Could somebody give me an example about how to use xentrace and xentrace_format. What I have done is that: 1. Root:/# xentrace /var/perftests/xentrace.log Then I use xentrace_format to get what I want 2. cat /var/perftests/xentrace.log |...
2011 Jan 11
0
Bug#609689: xen-utils-4.0: Missing xentrace_format python script in /usr/lib/xen-4.0/bin/
Package: xen-utils-4.0 Version: 4.0.1-1 Severity: normal When I invoke me at dev:~# xentrace_format I get exec: 22: /usr/lib/xen-4.0/bin/xentrace_format: not found as result. The missing python script is referenced by the /usr/sbin/xentrace_format script from the xen-utils-common package. Using the python script from another (xen 4.0.0) distribution works fine. So I assume the file is simply...
2007 Nov 06
0
[PATCH] tools: make xentrace_format recognize HVM trace
Hi! Attached patch adds missing entries in xentrace''s formats file to make it recognize all HVM traces. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> Still missing are entries for PV traces. -- AMD Saxony, Dresden, Germany Operating System Research Center Legal Information: AMD Saxony Limited Liability Company & Co. KG Sitz (Geschäftsanschrift): Wilschdorfer
2009 Jan 07
4
xentrace and MSR_READ/MSR_WRITE
I am trying to learn some more about the way windows does TPR writes, and tried xentrace for the first time. I did ''xentrace --time-interval=5 xentrace.out'' to capture some data, and then ran it through ''xentrace_format'' using the supplied example defs file. I can see some PF_XEN entries with virt=0xFFFE0080 (address of TPR), but I want to know the value being written, which I don''t think is there. I''m also only seeing a handful of those records - I have 4 Windows domains running on thi...
2012 Jul 10
0
Processed: closing 609689
Processing commands for control at bugs.debian.org: > close 609689 4.1.3~rc1+hg-20120614.a9c0a89c08f2-2 Bug #609689 [xen-utils-4.0] xen-utils-4.0: Missing xentrace_format python script in /usr/lib/xen-4.0/bin/ There is no source info for the package 'xen-utils-4.0' at version '4.1.3~rc1+hg-20120614.a9c0a89c08f2-2' with architecture '' Unable to make a source version for version '4.1.3~rc1+hg-20120614.a9c0a89c08f2-2' Marked as fixed in...
2007 Feb 26
4
[PATCH][xentrace][HVM] introduce HVM tracing to unify SVM and VMX tracing
Hello, this patch introduces HVM tracing: one tracing class for both, SVM and VMX. It adds several new trace events. So we can differentiate between them in the xentrace formats file and format each event''s data items appropriately. With this patch the xentrace_format output is much more informative. The previous simple tracing in SVM and VMX is completely replaced. Unfortunately I could not yet test the VMX part beyond compiling. Any volunteers? Help is very much appreciated! Some short notes just to mention: This patch does not break xenmon. I don''t...
2014 Aug 29
0
Processed (with 4 errors): limit source to xen, tagging 692352, tagging 733847, tagging 407143, tagging 730417, tagging 706283
...t; # * Make library packages multi-arch: same. (closes: #730417) > # * Use debhelper compat level 9. (closes: #692352) > # * Correct contents of /etc/xen/scripts/hotplugpath.sh (Closes: #706283) > # * Drop references cpuperf-xen and cpuperf-perfcntr. (Closes: #733847) > # * Install xentrace_format(1), xentrace(8) and xentop(1). (Closes: #407143) > # > limit source xen Limiting to bugs with field 'source' containing at least one of 'xen' Limit currently set to 'source':'xen' > tags 692352 + pending Bug #692352 [xen] Should build-depend on a newer debh...
2014 Aug 30
0
xen_4.4.0-4_all.changes ACCEPTED into unstable
...* Make library packages multi-arch: same. (closes: #730417) * Use debhelper compat level 9. (closes: #692352) . [ Ian Campbell ] * Correct contents of /etc/xen/scripts/hotplugpath.sh (Closes: #706283) * Drop references cpuperf-xen and cpuperf-perfcntr. (Closes: #733847) * Install xentrace_format(1), xentrace(8) and xentop(1). (Closes: #407143) Checksums-Sha1: 8f74f0cfbf1d9fd1064d644b7fccdeee666e8928 2625 xen_4.4.0-4.dsc 281207f36172eaba69bb01f40b928846fe110cb9 48080 xen_4.4.0-4.debian.tar.xz ff82e24204d6bbc873bcfdf94c3c4372dc2b399e 119722 xen-utils-common_4.4.0-4_all.deb Checksums-Sha25...
2008 Aug 21
0
[PATCH]fix a little problem in formats file of xentrace
This patch (attached) fixes a small problem in xentrace_format. Signed-off-by: Yang Xiaowei <xiaowei.yang@intel.com> Zhou Ting <ting.g.zhou@intel.com> --- diff -r 0df3bf8aac1e tools/xentrace/formats --- a/tools/xentrace/formats Mon Jun 16 16:35:17 2008 +0100 +++ b/tools/xentrace/formats Thu Aug 21 17:36:03 2008 +0800 @@ -23,8...
2009 Aug 11
0
[Patch] fix "%016x" format of xentrace
Hi, xentrace_format cannot use "0x016x" format as we expect. It show only %(N) as "0x016x" format, not as "%(N+1)08x%(N)08x". So I fixed tools/xentrace/formats by using "%(N+1)08x%(N)08x" format. Also I added some TRC_PV entries. Signed-off-by: Akio Takebe <takebe_akio@jp.fu...
2013 Aug 16
0
Bug#688308: Bug#688308: installing some additional docs
...e xend dh_installinit --name xendomains --no-start -- defaults 21 20 dh_installman $(SOURCE_DIR)/docs/man1/* $(SOURCE_DIR)/docs/man5/* + dh_installman $(SOURCE_DIR)/tools/xenstat/xentop/xentop.1 + dh_installman $(SOURCE_DIR)/tools/xentrace/xentrace.8 + dh_installman $(SOURCE_DIR)/tools/xentrace/xentrace_format.1 + dh_installdocs $(SOURCE_DIR)/docs/txt/misc/xl-disk-configuration.txt + dh_installdocs $(SOURCE_DIR)/docs/txt/misc/xl-network-configuration.txt + dh_installdocs $(SOURCE_DIR)/docs/txt/misc/xl-numa-placement.txt + dh_installdocs $(SOURCE_DIR)/docs/txt/misc/xen-command-line.txt dh_link dh_ucf...
2013 Aug 16
3
Bug#688308: installing some additional docs
tags 688308 +patch thanks A lot of /docs/ is pretty low-level and not all that interesting to be installed by the packages. However some of it is, and in particular some is referenced from the manpages. I've cherry-picked the bits which I think are most interesting in that context. Patch below. 8<--------------- commit 7f8ac283e684b7c713d52ed845cab0704a97abab Author: Ian Campbell <ijc
2009 Dec 20
6
Problem with tap:aio
Hi all I was reading through Xen 3 user manual and saw this tap:aio should be used instead of loopback... Then I came to do that, but I can get it working with replacing `file'' URI''s with `tap:aio''. My OS: Debian Lenny 2.6.26-2-xen-amd64 DomU Xen configuration file: kernel = ''/boot/vmlinuz-2.6.26-2-xen-amd64'' ramdisk =
2008 Oct 22
24
Problems with enabling hypervisor C and P-state control
Hi, Is there any documentation on enabling hypervisor support for both C and P-state control? On xen-unstable and linux-2.6.18-xen.hg, if I enable cpuidle=1 on the xen command line and then run xenpm, I will get output for C-states (shown below) but it complains that "Xen cpufreq is not enabled!" cpu id : 0 total C-states : 2 idle time(ms) : 73264 C0