[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [Patch] fix xenctx --all option on x86
Hi, This patch re-enables --all option of xenctx on x86. Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx> Best Regards, Akio Takebe 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} }; _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |