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:
06c0da9
)
Fix: fix misleading comment
author
David Goulet
<dgoulet@efficios.com>
Mon, 4 Nov 2013 19:26:04 +0000
(14:26 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Mon, 4 Nov 2013 19:38:38 +0000
(14:38 -0500)
Fixes #655
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/event.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng-sessiond/event.c
b/src/bin/lttng-sessiond/event.c
index 77818e587d4511f65eba47f38f71d5d292cc7f1e..f22b812823a174e0d08561f0f80542e17a1bd986 100644
(file)
--- a/
src/bin/lttng-sessiond/event.c
+++ b/
src/bin/lttng-sessiond/event.c
@@
-244,7
+244,7
@@
end:
}
/*
- * Enable all kernel
tracepoint
events of a channel of the kernel session.
+ * Enable all kernel
sycalls
events of a channel of the kernel session.
*/
int event_kernel_enable_all_syscalls(struct ltt_kernel_channel *kchan,
int kernel_tracer_fd)
This page took
0.035608 seconds
and
4
git commands to generate.