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:
2aa6405
)
Fix: add log4j to lttng list help
author
David Goulet
<dgoulet@efficios.com>
Tue, 14 Oct 2014 15:30:59 +0000
(11:30 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Tue, 14 Oct 2014 15:30:59 +0000
(11:30 -0400)
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 62ed042f999cd43768fd3e5f147cdce20f508efe..a26ec064197c123356c24c0be07db2f9cc6f6d54 100644
(file)
--- a/
src/bin/lttng/commands/list.c
+++ b/
src/bin/lttng/commands/list.c
@@
-92,6
+92,7
@@
static void usage(FILE *ofp)
fprintf(ofp, " -k, --kernel Select kernel domain\n");
fprintf(ofp, " -u, --userspace Select user-space domain.\n");
fprintf(ofp, " -j, --jul Apply for Java application using JUL\n");
+ fprintf(ofp, " -l, --log4j Apply for Java application using LOG4J\n");
fprintf(ofp, " -f, --fields List event fields.\n");
fprintf(ofp, " --syscall List available system calls.\n");
#if 0
This page took
0.026334 seconds
and
4
git commands to generate.