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:
9000e56
)
Fix: lttng list -u <name> should only list UST
author
David Goulet
<dgoulet@efficios.com>
Tue, 25 Feb 2014 17:42:04 +0000
(12:42 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Tue, 25 Feb 2014 17:43:05 +0000
(12:43 -0500)
Fixes #654
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng/commands/list.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng/commands/list.c
b/src/bin/lttng/commands/list.c
index 1d3f991aab29efe245ec8282e050accb075920ce..66a322a06adb650b2a593c9147a7d9ed556bf8ba 100644
(file)
--- a/
src/bin/lttng/commands/list.c
+++ b/
src/bin/lttng/commands/list.c
@@
-920,7
+920,7
@@
int cmd_list(int argc, const char **argv)
goto end;
}
- if (opt_kernel) {
+ if (opt_kernel
|| opt_userspace
) {
/* Channel listing */
ret = list_channels(opt_channel);
if (ret < 0) {
This page took
0.025863 seconds
and
4
git commands to generate.