* [Patch] fix xenctx --all option on x86
@ 2008-09-22 8:42 Akio Takebe
0 siblings, 0 replies; only message in thread
From: Akio Takebe @ 2008-09-22 8:42 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 143 bytes --]
Hi,
This patch re-enables --all option of xenctx on x86.
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
Best Regards,
Akio Takebe
[-- Attachment #2: fix_xenctx_all.patch --]
[-- Type: text/x-diff, Size: 391 bytes --]
diff -r 694b7daa353c tools/xentrace/xenctx.c
--- a/tools/xentrace/xenctx.c Wed Sep 17 14:16:02 2008 +0100
+++ b/tools/xentrace/xenctx.c Tue Sep 23 02:40:16 2008 +0900
@@ -785,8 +785,8 @@
{"frame-pointers", 0, NULL, 'f'},
#ifdef __ia64__
{"regs", 1, NULL, 'r'},
+#endif
{"all", 0, NULL, 'a'},
-#endif
{"help", 0, NULL, 'h'},
{0, 0, 0, 0}
};
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-09-22 8:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-22 8:42 [Patch] fix xenctx --all option on x86 Akio Takebe
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.