projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11825ae
)
xenctx: fix xenctx --all option on x86
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 22 Sep 2008 10:16:56 +0000
(11:16 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Mon, 22 Sep 2008 10:16:56 +0000
(11:16 +0100)
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
tools/xentrace/xenctx.c
patch
|
blob
|
history
diff --git
a/tools/xentrace/xenctx.c
b/tools/xentrace/xenctx.c
index 66e48c6d1f39f5c92abe254baea19d0fbfcde261..94f6cd835f8fe52735ba2c3a250d1d1fbab59d85 100644
(file)
--- a/
tools/xentrace/xenctx.c
+++ b/
tools/xentrace/xenctx.c
@@
-785,8
+785,8
@@
int main(int argc, char **argv)
{"frame-pointers", 0, NULL, 'f'},
#ifdef __ia64__
{"regs", 1, NULL, 'r'},
- {"all", 0, NULL, 'a'},
#endif
+ {"all", 0, NULL, 'a'},
{"help", 0, NULL, 'h'},
{0, 0, 0, 0}
};