|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 1 of 5] xenctx: recognize also -S option for --stack-
# HG changeset patch
# User Olaf Hering <olaf@xxxxxxxxx>
# Date 1308312572 -7200
# Node ID 434e772168bc2208e1b9219d690b5e4909b552a7
# Parent eca057e4475ca455ec36f962b9179fd2c9674196
xenctx: recognize also -S option for --stack-trace
Update help text.
Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
diff -r eca057e4475c -r 434e772168bc tools/xentrace/xenctx.c
--- a/tools/xentrace/xenctx.c Fri Jun 17 08:08:13 2011 +0100
+++ b/tools/xentrace/xenctx.c Fri Jun 17 14:09:32 2011 +0200
@@ -924,7 +924,7 @@ static void usage(void)
printf(" frame pointers.\n");
printf(" -s SYMTAB, --symbol-table=SYMTAB\n");
printf(" read symbol table from SYMTAB.\n");
- printf(" --stack-trace print a complete stack trace.\n");
+ printf(" -S --stack-trace print a complete stack trace.\n");
printf(" -k, --kernel-start\n");
printf(" set user/kernel split. (default
0xc0000000)\n");
#ifdef __ia64__
@@ -938,7 +938,7 @@ static void usage(void)
int main(int argc, char **argv)
{
int ch;
- static const char *sopts = "fs:hak:"
+ static const char *sopts = "fs:hak:S"
#ifdef __ia64__
"r:"
#endif
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|