aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace
diff options
context:
space:
mode:
authorGeorge Dunlap <gdunlap@xensource.com>2007-02-27 06:06:29 -0500
committerGeorge Dunlap <gdunlap@xensource.com>2007-02-27 06:06:29 -0500
commitf245784ba0df8e412a47afc3364ce6d0479e2df6 (patch)
tree65bec3546dbb1860b51354f20adfdb74baef40ea /tools/xentrace
parent99d2f8aeb035cdb40d1aa6520daa48fae7e9f2b5 (diff)
downloadxen-f245784ba0df8e412a47afc3364ce6d0479e2df6.tar.gz
xen-f245784ba0df8e412a47afc3364ce6d0479e2df6.tar.bz2
xen-f245784ba0df8e412a47afc3364ce6d0479e2df6.zip
[TOOLS] Make xentrace help a little more informative.
Signed-off-by: George Dunlap <gdunlap@xensource.com>
Diffstat (limited to 'tools/xentrace')
-rw-r--r--tools/xentrace/xentrace.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/xentrace/xentrace.c b/tools/xentrace/xentrace.c
index d0cea17c2e..b3637f3ccc 100644
--- a/tools/xentrace/xentrace.c
+++ b/tools/xentrace/xentrace.c
@@ -460,11 +460,13 @@ const struct argp_option cmd_opts[] =
{ .name = "cpu-mask", .key='c', .arg="c",
.doc =
- "set cpu-mask " },
+ "Set cpu-mask." },
{ .name = "evt-mask", .key='e', .arg="e",
.doc =
- "set evt-mask " },
+ "Set trace event mask. This can accept a numerical (including hex) "
+ " argument or a symbolic name. Symbolic names include: gen, sched, "
+ "dom0op, hvm, and all." },
{ .name = "trace-buf-size", .key='S', .arg="N",
.doc =