kprobes usage
[lttngtop.git] / src / lttngtop.c
index 66990504f8d99132e2a01c8f5746cbdc5b944efe..cb1df33505c09d94f1eb6bb3c625529e0e9ef672 100644 (file)
@@ -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");
 }
 
 /*
This page took 0.022737 seconds and 4 git commands to generate.