projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b67578c
)
Fix: remove calibrate syscall option from code
author
David Goulet
<dgoulet@efficios.com>
Thu, 22 Aug 2013 20:56:22 +0000
(16:56 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Thu, 22 Aug 2013 20:56:22 +0000
(16:56 -0400)
Fixes #586
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng/commands/calibrate.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng/commands/calibrate.c
b/src/bin/lttng/commands/calibrate.c
index 9c524bd12509286b91331153757c1313fe6c8d3b..7014fdd58f069da617ccab739dcb76a6c79d08d3 100644
(file)
--- a/
src/bin/lttng/commands/calibrate.c
+++ b/
src/bin/lttng/commands/calibrate.c
@@
-73,8
+73,8
@@
static struct poptOption long_options[] = {
* tracer anymore.
*/
{"function:entry", 0, POPT_ARG_NONE, 0, OPT_FUNCTION_ENTRY, 0, 0},
-#endif
{"syscall", 0, POPT_ARG_NONE, 0, OPT_SYSCALL, 0, 0},
+#endif
{"list-options", 0, POPT_ARG_NONE, NULL, OPT_LIST_OPTIONS, NULL, NULL},
{0, 0, 0, 0, 0, 0, 0}
};
This page took
0.026568 seconds
and
4
git commands to generate.