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:
0bb50a4
)
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:02 +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 fc618a5bbb82b7f458bfc8d6552c4981fa0ddcba..fb034a3da2a23e7b7503164853363427b00f2ea2 100644
(file)
--- a/
src/bin/lttng/commands/list.c
+++ b/
src/bin/lttng/commands/list.c
@@
-801,7
+801,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.027573 seconds
and
4
git commands to generate.