From: Julien Desfossez Date: Tue, 28 Aug 2012 20:37:20 +0000 (-0400) Subject: kprobes usage X-Git-Url: http://git.liburcu.org/?p=lttngtop.git;a=commitdiff_plain;h=0862944dd5026b276b9bf3d39884f63ee3fc98c2 kprobes usage Signed-off-by: Julien Desfossez --- diff --git a/src/lttngtop.c b/src/lttngtop.c index 6699050..cb1df33 100644 --- a/src/lttngtop.c +++ b/src/lttngtop.c @@ -514,6 +514,7 @@ void usage(FILE *fp) fprintf(fp, " -p, --pid Comma-separated list of PIDs to display\n"); fprintf(fp, " -f, --child Follow threads associated with selected PIDs\n"); fprintf(fp, " -n, --hostname Comma-separated list of hostnames to display (require hostname context in trace)\n"); + fprintf(fp, " -k, --kprobes Comma-separated list of kprobes to insert (same format as lttng enable-event)\n"); } /*